#include <ELF.h>
Elf32_Addr Elf32_Shdr::sh_addr |
Definition at line 53 of file ELF.h.
Referenced by ELFGetSectionAddress().
Elf32_Word Elf32_Shdr::sh_addralign |
Elf32_Word Elf32_Shdr::sh_entsize |
Elf32_Word Elf32_Shdr::sh_flags |
Elf32_Word Elf32_Shdr::sh_info |
Elf32_Word Elf32_Shdr::sh_link |
Elf32_Word Elf32_Shdr::sh_name |
Elf32_Off Elf32_Shdr::sh_offset |
Definition at line 54 of file ELF.h.
Referenced by ELFGetSectionOffset(), ELFReadData(), ELFReadDWORD(), and ELFReadShstrtabSection().
Elf32_Word Elf32_Shdr::sh_size |
Definition at line 55 of file ELF.h.
Referenced by ELFGetSectionAddress(), ELFGetSectionOffset(), ELFReadData(), ELFReadDWORD(), and ELFReadShstrtabSection().
Elf32_Word Elf32_Shdr::sh_type |
Definition at line 51 of file ELF.h.
Referenced by ELFReadShstrtabSection().