enoft Manual
eNOFT Options
eNOFT Manual—527507-005
2-33
SYMTAB
By definition, the .dynsym.gblzd section only contains symbols that are exported or
undefined.
Option EXPORT or E lists all exported symbols that are global and defined from
sections .dynsym and .dynsym.gblzd in loadfiles and import libraries. Symbols
available only to other linkfiles and local to loadfiles (not exported) are not listed.
Option DATA or D lists data symbols and option PROC or P lists code
symbols.
The NOFT option GLOBALIZED is not supported herein. Use DUMPSECTION to
exclusively display the .dynsym.gblzd section.
The following shows the dynamic symbol table for a loadfile:
enoft> symtab
******** Section .dynsym (File Offset 0x10f0)
SymNdx Address/Value Symbol_Name
Bind Type EM Lang FDescAddr/Size Section
---------------------------------------------------------------------
0 0x00000000
Lcl None Asm 0 UNDEF
1 0x70000190
Lcl Sect Asm 0 .tandem_info
2 0x70000328
Lcl Sect Asm 0 .lic
. . .
53 0x00000000 exit
Glob Code Ptal 0 UNDEF
54 0x08000004 a
Lcl Data C 1 .data
55 0x70000cc0 T8432H01_01OCT2004_CCPLMAIN
Lcl Code C 0 .text
('Bind' tells if the symbol is local or global)
('Type' tells if it is code or data or some special kind of entry)
('E' = STO_EXPORT set, 'M' = STO_MULTIPLE_DEF_OK set)










