
{
{   The purpose of this request is to search the entry point dictionary of
{ an object library for a specified entry point name, and return the entry
{ point kind and the location of the module that contains it, if it is
{ present in the object library.
{
{       PMP$FIND_ENTRY_POINT_IN_LIBRARY (OBJECT_LIBRARY,
{           ENTRY_POINT_NAME, ADDRESS, STATUS)
{
{ OBJECT_LIBRARY: (input) This parameter specifies the address of the object
{       library to be searched.
{
{ ENTRY_POINT_NAME: (input) This parameter specifies the name of the entry
{       point to be found.
{
{ ADDRESS: (output) This parameter specifies the kind and address of the
{       module, procedure or program description in which the entry point
{       is defined.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION: lle$entry_point_not_found, lle$wrong_library_version,
{                  lle$empty_module_dictionary, lle$bad_module_dictionary_ptr,
{                  lle$empty_entry_dictionary, lle$library_header_missing,
{                  lle$bad_entry_dictionary_ptr, lle$bad_library_member_header,
{                  lle$bad_program_header_ptr, lle$bad_scl_header_ptr.
{       IDENTIFIER: 'PM'
{

