ReactOS 0.4.15-dev-7934-g1dc8d80
elf_thunk_area Struct Reference

Public Attributes

const charsymname
 
THUNK_ORDINAL ordinal
 
ULONG_PTR rva_start
 
ULONG_PTR rva_end
 

Detailed Description

Definition at line 75 of file elf_module.c.

Member Data Documentation

◆ ordinal

THUNK_ORDINAL elf_thunk_area::ordinal

Definition at line 78 of file elf_module.c.

Referenced by elf_new_wine_thunks().

◆ rva_end

ULONG_PTR elf_thunk_area::rva_end

Definition at line 80 of file elf_module.c.

Referenced by elf_hash_symtab().

◆ rva_start

ULONG_PTR elf_thunk_area::rva_start

Definition at line 79 of file elf_module.c.

Referenced by elf_hash_symtab().

◆ symname

const char* elf_thunk_area::symname

Definition at line 77 of file elf_module.c.

Referenced by elf_hash_symtab(), and elf_is_in_thunk_area().


The documentation for this struct was generated from the following file: