Searched refs:Elf32_Half (Results 1 – 15 of 15) sorted by relevance
/external/syslinux/com32/include/sys/ |
D | elf32.h | 11 typedef uint16_t Elf32_Half; typedef 56 Elf32_Half st_shndx; 63 Elf32_Half e_type; 64 Elf32_Half e_machine; 70 Elf32_Half e_ehsize; 71 Elf32_Half e_phentsize; 72 Elf32_Half e_phnum; 73 Elf32_Half e_shentsize; 74 Elf32_Half e_shnum; 75 Elf32_Half e_shstrndx;
|
/external/minijail/ |
D | elfparse.h | 35 Elf32_Half e_type; /* Object file type */ 36 Elf32_Half e_machine; /* Architecture */ 42 Elf32_Half e_ehsize; /* ELF header size in bytes */ 43 Elf32_Half e_phentsize; /* Program header table entry size */ 44 Elf32_Half e_phnum; /* Program header table entry count */ 45 Elf32_Half e_shentsize; /* Section header table entry size */ 46 Elf32_Half e_shnum; /* Section header table entry count */ 47 Elf32_Half e_shstrndx; /* Section header string table index */
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 155 typedef uint16_t Elf32_Half; typedef 173 Elf32_Half e_type; /* File type. */ 174 Elf32_Half e_machine; /* Machine architecture. */ 180 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */ 181 Elf32_Half e_phentsize; /* Size of program header entry. */ 182 Elf32_Half e_phnum; /* Number of program header entries. */ 183 Elf32_Half e_shentsize; /* Size of section header entry. */ 184 Elf32_Half e_shnum; /* Number of section header entries. */ 185 Elf32_Half e_shstrndx; /* Section name strings section. */
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 9 typedef __u16 Elf32_Half; typedef 188 Elf32_Half st_shndx; 205 Elf32_Half e_type; 206 Elf32_Half e_machine; 212 Elf32_Half e_ehsize; 213 Elf32_Half e_phentsize; 214 Elf32_Half e_phnum; 215 Elf32_Half e_shentsize; 216 Elf32_Half e_shnum; 217 Elf32_Half e_shstrndx;
|
D | elf-fdpic.h | 27 Elf32_Half version; /* version of these structures, just in case... */ 28 Elf32_Half nsegs; /* number of segments */
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 32 typedef uint16_t Elf32_Half; typedef 64 Elf32_Half e_type; // Type of file (see ET_* below) 65 Elf32_Half e_machine; // Required architecture for this file (see EM_*) 71 Elf32_Half e_ehsize; // Size of ELF header, in bytes 72 Elf32_Half e_phentsize; // Size of an entry in the program header table 73 Elf32_Half e_phnum; // Number of entries in the program header table 74 Elf32_Half e_shentsize; // Size of an entry in the section header table 75 Elf32_Half e_shnum; // Number of entries in the section header table 76 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table 813 Elf32_Half st_shndx; // Which section (header table index) it's defined in
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 33 typedef uint16_t Elf32_Half; typedef 65 Elf32_Half e_type; // Type of file (see ET_* below) 66 Elf32_Half e_machine; // Required architecture for this file (see EM_*) 72 Elf32_Half e_ehsize; // Size of ELF header, in bytes 73 Elf32_Half e_phentsize; // Size of an entry in the program header table 74 Elf32_Half e_phnum; // Number of entries in the program header table 75 Elf32_Half e_shentsize; // Size of an entry in the section header table 76 Elf32_Half e_shnum; // Number of entries in the section header table 77 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table 826 Elf32_Half st_shndx; // Which section (header table index) it's defined in
|
/external/elfutils/libelf/ |
D | elf.h | 31 typedef uint16_t Elf32_Half; typedef 59 typedef Elf32_Half Elf32_Versym; 70 Elf32_Half e_type; /* Object file type */ 71 Elf32_Half e_machine; /* Architecture */ 77 Elf32_Half e_ehsize; /* ELF header size in bytes */ 78 Elf32_Half e_phentsize; /* Program header table entry size */ 79 Elf32_Half e_phnum; /* Program header table entry count */ 80 Elf32_Half e_shentsize; /* Section header table entry size */ 81 Elf32_Half e_shnum; /* Section header table entry count */ 82 Elf32_Half e_shstrndx; /* Section header string table index */ [all …]
|
/external/kmod/port-gnu/ |
D | elf.h | 30 typedef uint16_t Elf32_Half; typedef 58 typedef Elf32_Half Elf32_Versym; 69 Elf32_Half e_type; /* Object file type */ 70 Elf32_Half e_machine; /* Architecture */ 76 Elf32_Half e_ehsize; /* ELF header size in bytes */ 77 Elf32_Half e_phentsize; /* Program header table entry size */ 78 Elf32_Half e_phnum; /* Program header table entry count */ 79 Elf32_Half e_shentsize; /* Section header table entry size */ 80 Elf32_Half e_shnum; /* Section header table entry count */ 81 Elf32_Half e_shstrndx; /* Section header string table index */ [all …]
|
/external/google-breakpad/src/common/linux/ |
D | elfutils.h | 50 typedef Elf32_Half Half;
|
/external/elfutils/src/ |
D | xelf.h | 34 # define XElf_Half Elf32_Half 138 case ELF_T_HALF: fsize = sizeof (Elf32_Half); break; \
|
D | strip.c | 2107 assert (offsetof (Elf32_Ehdr, e_shentsize) + sizeof (Elf32_Half) in handle_elf() 2109 assert (offsetof (Elf32_Ehdr, e_shnum) + sizeof (Elf32_Half) in handle_elf() 2112 const Elf32_Half zero[3] = { 0, 0, SHN_UNDEF }; in handle_elf()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.c | 798 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode() 801 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
|
/external/valgrind/perf/ |
D | tinycc.c | 114 typedef uint16_t Elf32_Half; typedef 153 Elf32_Half e_type; /* Object file type */ 154 Elf32_Half e_machine; /* Architecture */ 160 Elf32_Half e_ehsize; /* ELF header size in bytes */ 161 Elf32_Half e_phentsize; /* Program header table entry size */ 162 Elf32_Half e_phnum; /* Program header table entry count */ 163 Elf32_Half e_shentsize; /* Section header table entry size */ 164 Elf32_Half e_shnum; /* Section header table entry count */ 165 Elf32_Half e_shstrndx; /* Section header string table index */ 401 Elf32_Half si_boundto; /* Direct bindings, symbol bound to */ [all …]
|
/external/kmod/libkmod/ |
D | libkmod-elf.c | 279 assert_cc(sizeof(uint16_t) == sizeof(Elf32_Half)); in kmod_elf_new()
|