HP C/iX Reference Manual (31506-90011)
Chapter 11 187
The Listing Facility
Listing Options
struct SS second_pupil;
this_color = red;
pupil_rec.sex = 'm';
datum.flag = 1;
second_pupil.gpa = 3.72;
}
GLOBAL IDENTIFIER MAP
Identifier Class Type Address
--
main ext def int () main
LOCAL IDENTIFIER MAPS
main
Identifier Class Type Address
--
blue const enum colors 2
datum auto union UU SP-64
flag member int 0x0 @ 0x0
average member float 0x0 @ 0x0
green const enum colors 1
pupil_rec auto struct SS SP-60
name member char * 0x0 @ 0x0
sex member char 0x4 @ 0x0
birthdate member int 0x8 @ 0x0
ssn member int 0xc @ 0x0
gpa member float 0x10 @ 0x0
previous member struct * 0x14 @ 0x0
red const enum colors 0
second_pupil auto struct SS SP-88
name member char * 0x0 @ 0x0
sex member char 0x4 @ 0x0
birthdate member int 0x8 @ 0x0
ssn member int 0xc @ 0x0
gpa member float 0x10 @ 0x0
previous member struct * 0x14 @ 0x0
this_color auto enum colors SP-36
Code Offsets
When the -Wc,-o (or +o) option is specified, the compiler produces a series of the code
offsets for each executable statement, grouped by function. Source line numbers are given
in decimal notation followed by the associated code address specified in hexadecimal
notation. The code address is relative to the beginning of the function.