Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/tools/stripdebug/
Delf.h26 typedef u16 Elf32_Half; /* size:2, align:2 Unsigned medium int */ typedef
47 Elf32_Half e_type; /* ELF format (relocatable, executable, etc.) */
48 Elf32_Half e_machine; /* Architecture requested by the file */
54 Elf32_Half e_ehsize; /* ELF header size */
55 Elf32_Half e_phentsize; /* Size of a program header */
56 Elf32_Half e_phnum; /* Number of program headers */
57 Elf32_Half e_shentsize; /* Size of a section header */
58 Elf32_Half e_shnum; /* Number of section headers */
59 Elf32_Half e_shstrndx; /* Index into the table section with strings for the section names */
230 Elf32_Half st_shndx; /* Related section header table index */
Delf.c47 static u8 *load_elf32_half(Elf32_Half *dest, u8 *org, int lsb) in load_elf32_half()
/TwlSDK-5.2.1/build/libraries/el/common/include/
Delf.h35 typedef u16 Elf32_Half; /* size:2, align:2 Unsigned medium int */ typedef
56 Elf32_Half e_type; /* ELF format (relocatable, executable, etc.) */
57 Elf32_Half e_machine; /* Architecture requested by the file */
63 Elf32_Half e_ehsize; /* ELF header size */
64 Elf32_Half e_phentsize; /* Size of a program header */
65 Elf32_Half e_phnum; /* Number of program headers */
66 Elf32_Half e_shentsize; /* Size of a section header */
67 Elf32_Half e_shnum; /* Number of section headers */
68 Elf32_Half e_shstrndx; /* Index into the table section with strings for the section names */
246 Elf32_Half st_shndx; /* Related section header table index */
/TwlSDK-5.2.1/build/tools/makelst/
Delf.h26 typedef u16 Elf32_Half; /* size:2, align:2 Unsigned medium int */ typedef
47 Elf32_Half e_type; /* ELF format (relocatable, executable, etc.) */
48 Elf32_Half e_machine; /* Architecture requested by the file */
54 Elf32_Half e_ehsize; /* ELF header size */
55 Elf32_Half e_phentsize; /* Size of a program header */
56 Elf32_Half e_phnum; /* Number of program headers */
57 Elf32_Half e_shentsize; /* Size of a section header */
58 Elf32_Half e_shnum; /* Number of section headers */
59 Elf32_Half e_shstrndx; /* Index into the table section with strings for the section names */
230 Elf32_Half st_shndx; /* Related section header table index */
Delf.c48 static u8 *load_elf32_half(Elf32_Half *dest, u8 *org, int lsb) in load_elf32_half()
/TwlSDK-5.2.1/build/libraries/el/common/src/
Delf.c51 static u8 *load_elf32_half(Elf32_Half *dest, u8 *org, int lsb) in load_elf32_half()