{
{   The purpose of this request is to search the module dictionary of
{  an object library for a specified module, and return the
{  address and the location of the module, if it is present
{  in the object library.
{
{     PMP$FIND_MODULE_IN_LIBRARY (NAME, OBJECT_LIBRARY,
{         ADDRESS, STATUS)
{
{  NAME: (input) This parameter specifies the name of the module
{     to be found.
{
{  OBJECT_LIBRARY: (input) This parameter specifies the address of
{              the object library to be searched.
{
{  ADDRESS: (output) This parameter specifies the kind and address
{       of the module.
{
{  STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             lle$bad_library_member_header
{             lle$bad_load_header_ptr
{             lle$bad_module
{             lle$bad_module_dictionary_ptr
{             lle$bad_ppu_header_ptr
{             lle$bad_program_header_ptr
{             lle$bad_scl_header_ptr
{             lle$empty_module_dictionary
{             lle$library_header_missing
{             lle$module_not_found
{             lle$wrong_library_version
{
{

