The OpenD Programming Language

symtab_command

The symtab_command contains the offsets and sizes of the link-edit 4.3BSD "stab" style symbol table information as described in the header files <nlist.h> and <stab.h>.

Members

Variables

cmd
uint cmd;

LC_SYMTAB.

cmdsize
uint cmdsize;

Sizeof(struct symtab_command).

nsyms
uint nsyms;

Number of symbol table entries.

stroff
uint stroff;

String table offset.

strsize
uint strsize;

String table size in bytes.

symoff
uint symoff;

Symbol table offset.

Meta