ROSE
0.9.6a
|
File format of an ELF Section header. More...
#include <Cxx_Grammar.h>
Public Attributes | |
uint32_t | sh_name |
uint32_t | sh_type |
uint32_t | sh_flags |
uint32_t | sh_addr |
uint32_t | sh_offset |
uint32_t | sh_size |
uint32_t | sh_link |
uint32_t | sh_info |
uint32_t | sh_addralign |
uint32_t | sh_entsize |
File format of an ELF Section header.
Byte order of members depends on e_ident value in file header. This code comes directly from "Executable and Linkable Format (ELF)", Portable Formats Specification, Version 1.1, Tool Interface Standards (TIS) and not from any header file. The 64-bit structure is gleaned from the Linux elf(5) man page.
Definition at line 303752 of file Cxx_Grammar.h.
uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_name |
Definition at line 303753 of file Cxx_Grammar.h.
Referenced by SgAsmElfSectionTableEntry::ctor(), and SgAsmElfSectionTableEntry::encode().
uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_type |
Definition at line 303754 of file Cxx_Grammar.h.
Referenced by SgAsmElfSectionTableEntry::ctor(), and SgAsmElfSectionTableEntry::encode().
uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_flags |
Definition at line 303755 of file Cxx_Grammar.h.
Referenced by SgAsmElfSectionTableEntry::ctor(), and SgAsmElfSectionTableEntry::encode().
uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_addr |
Definition at line 303756 of file Cxx_Grammar.h.
Referenced by SgAsmElfSectionTableEntry::ctor(), and SgAsmElfSectionTableEntry::encode().
uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_offset |
Definition at line 303757 of file Cxx_Grammar.h.
Referenced by SgAsmElfSectionTableEntry::ctor(), and SgAsmElfSectionTableEntry::encode().
uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_size |
Definition at line 303758 of file Cxx_Grammar.h.
Referenced by SgAsmElfSectionTableEntry::ctor(), and SgAsmElfSectionTableEntry::encode().
uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_link |
Definition at line 303759 of file Cxx_Grammar.h.
Referenced by SgAsmElfSectionTableEntry::ctor(), and SgAsmElfSectionTableEntry::encode().
uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_info |
Definition at line 303760 of file Cxx_Grammar.h.
Referenced by SgAsmElfSectionTableEntry::ctor(), and SgAsmElfSectionTableEntry::encode().
uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_addralign |
Definition at line 303761 of file Cxx_Grammar.h.
Referenced by SgAsmElfSectionTableEntry::ctor(), and SgAsmElfSectionTableEntry::encode().
uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_entsize |
Definition at line 303762 of file Cxx_Grammar.h.
Referenced by SgAsmElfSectionTableEntry::ctor(), and SgAsmElfSectionTableEntry::encode().