pspsdk-1.0+beta2
|
#include <tools/elftypes.h>
Data Fields | |
u32 | iName |
u32 | iType |
u32 | iFlags |
u32 | iAddr |
u32 | iOffset |
u32 | iSize |
u32 | iLink |
u32 | iInfo |
u32 | iAddralign |
u32 | iEntsize |
u8 * | pData |
char | szName [ELF_SECT_MAX_NAME] |
int | iIndex |
struct ElfSection * | pRef |
int | blOutput |
int ElfSection::blOutput |
Referenced by calculate_outsize(), load_sections(), process_relocs(), reindex_sections(), and remove_weak_relocs().
u32 ElfSection::iAddr |
Referenced by calculate_outsize(), find_data(), fixup_imports(), load_sections(), output_ph(), and output_sh().
u32 ElfSection::iAddralign |
Referenced by load_sections(), and output_sh().
u32 ElfSection::iEntsize |
Referenced by load_sections(), and output_sh().
u32 ElfSection::iFlags |
Referenced by calculate_outsize(), load_sections(), and output_sh().
int ElfSection::iIndex |
Referenced by load_sections(), output_sh(), and reindex_sections().
u32 ElfSection::iInfo |
Referenced by calculate_outsize(), and load_sections().
u32 ElfSection::iLink |
Referenced by load_sections(), and process_relocs().
u32 ElfSection::iName |
Referenced by load_sections().
u32 ElfSection::iOffset |
Referenced by load_sections().
u32 ElfSection::iSize |
Referenced by calculate_outsize(), fixup_imports(), fixup_nidmap(), load_sections(), output_relocs(), output_sh(), and remove_weak_relocs().
u32 ElfSection::iType |
Referenced by calculate_outsize(), load_sections(), output_sh(), and process_relocs().
u8* ElfSection::pData |
Referenced by find_data(), fixup_imports(), fixup_nidmap(), load_sections(), output_ph(), and remove_weak_relocs().
struct ElfSection* ElfSection::pRef |
Referenced by load_sections(), and output_sh().
char ElfSection::szName[ELF_SECT_MAX_NAME] |
Referenced by calculate_outsize(), load_sections(), and remove_weak_relocs().