1 02/02/84  get_definition_
 2 
 3 
 4 Entry points in get_definition_:
 5    (List is generated by the help command)
 6 
 7 
 8 :Entry: get_definition_: 02/02/84  get_definition_
 9 
10 
11 Function: returns a pointer to a specified definition within an object
12 segment.
13 
14 
15 Syntax:
16 declare get_definition_ entry (ptr, char(*), char(*), ptr,
17      fixed bin(35));
18 call get_definition_ (def_section_ptr, segname, entryname, def_ptr,
19      code);
20 
21 
22 Arguments:
23 def_section_ptr
24    is a pointer to the definition section of the object segment.  This
25    pointer can be obtained via the object_info_ subroutine.  (Input)
26 segname
27    is the name of the object segment.  (Input)
28 entryname
29    is the name of the desired entry point.  (Input)
30 def_ptr
31    is a pointer to the definition for the entry point.  (Output)
32 code
33    is a standard status code.  If the entry point is found, code is 0.
34    (Output)