1 02/02/84  get_entry_name_
 2 
 3 
 4 Entry points in get_entry_name_:
 5    (List is generated by the help command)
 6 
 7 
 8 :Entry: get_entry_name_: 02/02/84  get_entry_name_
 9 
10 
11 Function: given a pointer to an externally defined location or entry
12 point in a segment, returns the associated name.
13 
14 
15 Syntax:
16 declare get_entry_name_ entry (ptr, char(*), fixed bin(18), char(8)
17      aligned, fixed bin(35));
18 call get_entry_name_ (entry_ptr, symbolname, segno, lang, code);
19 
20 
21 Arguments:
22 entry_ptr
23    is a pointer to a procedure entry point.  (Input)
24 symbolname
25    is the name corresponding to the location specified by entry_ptr.
26    The maximum length is 256 characters.  (Output)
27 segno
28    is the segment number of the object segment where symbolname is
29    found.  It is useful when entry_ptr does not point to a text
30    section.  (Output)
31 lang
32    is the language in which the segment or component pointed to by
33    entry_ptr was compiled.  (Output)
34 code
35    is a standard status code.  (Output)