ROSE 2.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk Struct Reference

Description

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 21232 of file binaryInstruction.C.

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
 

Member Data Documentation

◆ sh_name

uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_name

Definition at line 21233 of file binaryInstruction.C.

◆ sh_type

uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_type

Definition at line 21234 of file binaryInstruction.C.

◆ sh_flags

uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_flags

Definition at line 21235 of file binaryInstruction.C.

◆ sh_addr

uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_addr

Definition at line 21236 of file binaryInstruction.C.

◆ sh_offset

uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_offset

Definition at line 21237 of file binaryInstruction.C.

◆ sh_size

uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_size

Definition at line 21238 of file binaryInstruction.C.

◆ sh_link

uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_link

Definition at line 21239 of file binaryInstruction.C.

◆ sh_info

uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_info

Definition at line 21240 of file binaryInstruction.C.

◆ sh_addralign

uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_addralign

Definition at line 21241 of file binaryInstruction.C.

◆ sh_entsize

uint32_t SgAsmElfSectionTableEntry::Elf32SectionTableEntry_disk::sh_entsize

Definition at line 21242 of file binaryInstruction.C.


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