Home
last modified time | relevance | path

Searched refs:Elf32_Word (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.4/build/tools/makelst/
Delf.h29 typedef u32 Elf32_Word; /* size:4, align:4 Unsigned large int */ typedef
49 Elf32_Word e_version; /* Version of the ELF format (currently 1) */
53 Elf32_Word e_flags; /* Processor-specific flags */
131 Elf32_Word p_type;
135 Elf32_Word p_filesz;
136 Elf32_Word p_memsz;
137 Elf32_Word p_flags;
138 Elf32_Word p_align;
166 Elf32_Word sh_name; /*Index into the table section with strings for the section headers*/
167 Elf32_Word sh_type; /* Type (refer to the definitions below) */
[all …]
Delf.c103 static u8 *load_elf32_word(Elf32_Word *dest, u8 *org, int lsb)
/TwlSDK-5.4/build/libraries/el/common/include/
Delf.h38 typedef u32 Elf32_Word; /* size:4, align:4 Unsigned large int */ typedef
58 Elf32_Word e_version; /* Version of the ELF format (currently 1) */
62 Elf32_Word e_flags; /* Processor-specific flags */
140 Elf32_Word p_type;
144 Elf32_Word p_filesz;
145 Elf32_Word p_memsz;
146 Elf32_Word p_flags;
147 Elf32_Word p_align;
180Elf32_Word sh_name; /*Index into the table section with strings for the section headers*/
181 Elf32_Word sh_type; /* Type (refer to the definitions below) */
[all …]
/TwlSDK-5.4/build/tools/stripdebug/
Delf.h29 typedef u32 Elf32_Word; /* size:4, align:4 Unsigned large int */ typedef
49 Elf32_Word e_version; /* Version of the ELF format (currently 1) */
53 Elf32_Word e_flags; /* Processor-specific flags */
131 Elf32_Word p_type;
135 Elf32_Word p_filesz;
136 Elf32_Word p_memsz;
137 Elf32_Word p_flags;
138 Elf32_Word p_align;
166Elf32_Word sh_name; /*Index to an entry in the table section with section header strings…
167 Elf32_Word sh_type; /* Type (refer to the definitions below) */
[all …]
Delf.c102 static u8 *load_elf32_word(Elf32_Word *dest, u8 *org, int lsb)
/TwlSDK-5.4/build/libraries/el/common/src/
Delf.c105 static u8 *load_elf32_word(Elf32_Word *dest, u8 *org, int lsb) in load_elf32_word()