ReactOS 0.4.16-dev-555-g690643f
|
Public Attributes | |
const char * | symname |
THUNK_ORDINAL | ordinal |
ULONG_PTR | rva_start |
ULONG_PTR | rva_end |
Definition at line 75 of file elf_module.c.
THUNK_ORDINAL elf_thunk_area::ordinal |
Definition at line 78 of file elf_module.c.
Referenced by elf_new_wine_thunks().
ULONG_PTR elf_thunk_area::rva_end |
Definition at line 80 of file elf_module.c.
Referenced by elf_hash_symtab().
ULONG_PTR elf_thunk_area::rva_start |
Definition at line 79 of file elf_module.c.
Referenced by elf_hash_symtab().
Definition at line 77 of file elf_module.c.
Referenced by elf_hash_symtab(), and elf_is_in_thunk_area().