Classes | |
struct | _cklf_hdr |
the file header More... | |
struct | _cklf_symtab |
a symbol table entry More... | |
Defines | |
#define | LD_MAX_IDENT 8 |
#define | STT_NOTYPE 0 |
#define | STT_OBJECT 1 |
#define | STT_FUNC 2 |
#define | st_bind_t int |
#define | STB_LOCAL 0 |
#define | STB_GLOBAL 1 |
Functions | |
char * | CKLF_ST_TypeToStr (st_type_t t) |
convert a st_type_t number to a string | |
char * | CKLF_ST_BindToStr (st_bind_t b) |
convert a st_bind_t number to a string |
|
length of the magic number field |
|
symbol binding |
|
global symbol |
|
local symbol |
|
symbol is a code object |
|
symbol type is unspecified |
|
symbol is a data object |
|
convert a st_bind_t number to a string
|
|
convert a st_type_t number to a string
|