ReactOS 0.4.16-dev-88-ga65b6ae
|
Public Attributes | |
struct hash_table_elt | ht_elt |
struct elf_sym | sym |
struct symt_compiland * | compiland |
unsigned | used |
ULONG_PTR | addr |
unsigned char | is_code:1 |
unsigned char | is_public:1 |
unsigned char | is_global:1 |
unsigned char | used:1 |
Definition at line 67 of file elf_module.c.
ULONG_PTR symtab_elt::addr |
Definition at line 948 of file macho_module.c.
Referenced by macho_finish_stabs(), and macho_stabs_def_cb().
struct symt_compiland * symtab_elt::compiland |
Definition at line 71 of file elf_module.c.
Referenced by elf_hash_symtab(), elf_lookup_symtab(), elf_new_public_symbols(), elf_new_wine_thunks(), macho_finish_stabs(), and macho_stabs_def_cb().
struct hash_table_elt symtab_elt::ht_elt |
Definition at line 69 of file elf_module.c.
Referenced by elf_hash_symtab(), elf_lookup_symtab(), elf_new_public_symbols(), elf_new_wine_thunks(), macho_finish_stabs(), and macho_stabs_def_cb().
Definition at line 949 of file macho_module.c.
Referenced by macho_finish_stabs(), and macho_stabs_def_cb().
Definition at line 951 of file macho_module.c.
Referenced by macho_finish_stabs(), and macho_stabs_def_cb().
Definition at line 950 of file macho_module.c.
Referenced by macho_finish_stabs(), and macho_stabs_def_cb().
Definition at line 70 of file elf_module.c.
Referenced by elf_hash_symtab(), elf_lookup_symtab(), elf_new_public_symbols(), and elf_new_wine_thunks().
unsigned symtab_elt::used |
Definition at line 72 of file elf_module.c.
Referenced by elf_hash_symtab(), elf_lookup_symtab(), elf_new_wine_thunks(), macho_finish_stabs(), and macho_stabs_def_cb().
Definition at line 952 of file macho_module.c.