
{
{   The purpose of this request is to search the program library list for
{ an entry point name and return the kind and address of the entity in
{ which the name is defined.
{
{       PMP$FIND_ENTRY_POINT_ADDRESS (ENTRY_POINT_NAME, ADDRESS, STATUS)
{
{ ENTRY_POINT_NAME: (input) This parameter specifies the name of the entry
{       point name to be found.
{
{ ADDRESS: (output) This parameter specifies the kind and address of the
{       entity in which the entry point is defined.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION: lle$entry_point_not_found, lle$bad_library_member_header,
{                  lle$bad_program_header_ptr, lle$bad_scl_header_ptr,
{                  lle$bad_entry_dictionary_ptr.
{       IDENTIFIER: 'PM'
{
