| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| jit-elf-util.h | 50 const ElfW (Ehdr) *const ehdr = (ElfW (Ehdr) *) addr; 51 ElfW (Shdr) *const shdr = (ElfW (Shdr) *) ((char *) addr + ehdr->e_shoff); 58 for (i = 0; i < ehdr->e_shnum; ++i)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| jit-elf-util.h | 50 const ElfW (Ehdr) *const ehdr = (ElfW (Ehdr) *) addr; 51 ElfW (Shdr) *const shdr = (ElfW (Shdr) *) ((char *) addr + ehdr->e_shoff); 58 for (i = 0; i < ehdr->e_shnum; ++i)
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
| Object.cpp | 1456 const typename ELFT::Ehdr &Ehdr = HeadersFile.getHeader(); 1464 PrHdr.OriginalOffset = PrHdr.Offset = PrHdr.VAddr = EhdrOffset + Ehdr.e_phoff; 1466 PrHdr.FileSize = PrHdr.MemSize = Ehdr.e_phentsize * Ehdr.e_phnum; 1897 const typename ELFFile<ELFT>::Elf_Ehdr &Ehdr = HeadersFile->getHeader(); 1898 Obj.OSABI = Ehdr.e_ident[EI_OSABI]; 1899 Obj.ABIVersion = Ehdr.e_ident[EI_ABIVERSION]; 1900 Obj.Type = Ehdr.e_type; 1901 Obj.Machine = Ehdr.e_machine [all...] |
| Object.h | 326 using Elf_Ehdr = typename ELFT::Ehdr;
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| simple-object-elf.c | 89 /* Indexes and values in e_ident field of Ehdr. */ 118 /* Values for e_type field of Ehdr. */ 122 /* Values for e_machine field of Ehdr. */ 319 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 351 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 432 unsigned char ehdr[sizeof (Elf64_External_Ehdr)]; local 481 if (!simple_object_internal_read (descriptor, offset, ehdr, sizeof ehdr, 490 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| simple-object-elf.c | 89 /* Indexes and values in e_ident field of Ehdr. */ 118 /* Values for e_type field of Ehdr. */ 122 /* Values for e_machine field of Ehdr. */ 319 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 351 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 432 unsigned char ehdr[sizeof (Elf64_External_Ehdr)]; local 481 if (!simple_object_internal_read (descriptor, offset, ehdr, sizeof ehdr, 490 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| simple-object-elf.c | 89 /* Indexes and values in e_ident field of Ehdr. */ 118 /* Values for e_type field of Ehdr. */ 122 /* Values for e_machine field of Ehdr. */ 319 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 351 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 432 unsigned char ehdr[sizeof (Elf64_External_Ehdr)]; local 481 if (!simple_object_internal_read (descriptor, offset, ehdr, sizeof ehdr, 490 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| simple-object-elf.c | 89 /* Indexes and values in e_ident field of Ehdr. */ 118 /* Values for e_type field of Ehdr. */ 122 /* Values for e_machine field of Ehdr. */ 319 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 351 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 432 unsigned char ehdr[sizeof (Elf64_External_Ehdr)]; local 481 if (!simple_object_internal_read (descriptor, offset, ehdr, sizeof ehdr, 490 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| simple-object-elf.c | 89 /* Indexes and values in e_ident field of Ehdr. */ 118 /* Values for e_type field of Ehdr. */ 122 /* Values for e_machine field of Ehdr. */ 319 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 351 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 432 unsigned char ehdr[sizeof (Elf64_External_Ehdr)]; local 481 if (!simple_object_internal_read (descriptor, offset, ehdr, sizeof ehdr, 490 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| simple-object-elf.c | 89 /* Indexes and values in e_ident field of Ehdr. */ 118 /* Values for e_type field of Ehdr. */ 122 /* Values for e_machine field of Ehdr. */ 319 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 351 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in 432 unsigned char ehdr[sizeof (Elf64_External_Ehdr)]; local 481 if (!simple_object_internal_read (descriptor, offset, ehdr, sizeof ehdr, 490 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, [all...] |
| /src/external/bsd/elftoolchain/dist/libelf/ |
| libelf_align.c | 80 [ELF_T_EHDR] = MALIGN(Ehdr),
|
| /src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/ |
| ELFObjHandler.cpp | 50 /// @param ElfHeader Target ELFT::Ehdr to populate. 53 static void initELFHeader(typename ELFT::Ehdr &ElfHeader, uint16_t Machine) { 70 ElfHeader.e_ehsize = sizeof(typename ELFT::Ehdr); 173 using Elf_Ehdr = typename ELFT::Ehdr;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| ELFTypes.h | 58 using Ehdr = Elf_Ehdr_Impl<ELFType<E, Is64>>; 114 using Elf_Ehdr = typename ELFT::Ehdr; \
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan.cpp | 313 extern ElfW(Ehdr) __ehdr_start;
|
| hwasan_report.cpp | 271 auto *ehdr = reinterpret_cast<const ElfW(Ehdr) *>(info.dli_fbase); 273 reinterpret_cast<const u8 *>(ehdr) + ehdr->e_phoff); 281 ArrayRef<const ElfW(Phdr)>(phdr_begin, phdr_begin + ehdr->e_phnum)) { 284 load_bias = reinterpret_cast<ElfW(Addr)>(ehdr) - phdr.p_vaddr; 292 HwasanGlobalsFor(load_bias, phdr_begin, ehdr->e_phnum))
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan.cpp | 344 extern ElfW(Ehdr) __ehdr_start;
|
| hwasan_report.cpp | 296 auto *ehdr = reinterpret_cast<const ElfW(Ehdr) *>(info.dli_fbase); 298 reinterpret_cast<const u8 *>(ehdr) + ehdr->e_phoff); 306 ArrayRef<const ElfW(Phdr)>(phdr_begin, phdr_begin + ehdr->e_phnum)) { 309 load_bias = reinterpret_cast<ElfW(Addr)>(ehdr) - phdr.p_vaddr; 317 HwasanGlobalsFor(load_bias, phdr_begin, ehdr->e_phnum))
|
| /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| elf2yaml.cpp | 233 static void dumpSectionOffsets(const typename ELFT::Ehdr &Header, 244 ExpectedOffset = sizeof(typename ELFT::Ehdr);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_linux.cc | 1173 typedef ElfW(Ehdr) Elf_Ehdr; 1176 Elf_Ehdr *ehdr = (Elf_Ehdr *)base; local 1177 char *phdrs = base + ehdr->e_phoff; 1178 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize; 1184 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { 1193 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) {
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_linux.cpp | 1282 typedef ElfW(Ehdr) Elf_Ehdr; 1285 Elf_Ehdr *ehdr = (Elf_Ehdr *)base; local 1286 char *phdrs = base + ehdr->e_phoff; 1287 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize; 1293 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { 1302 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) {
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_linux.cpp | 1206 typedef ElfW(Ehdr) Elf_Ehdr; 1209 Elf_Ehdr *ehdr = (Elf_Ehdr *)base; local 1210 char *phdrs = base + ehdr->e_phoff; 1211 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize; 1217 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { 1226 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) {
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| ELFDumper.cpp | 3157 const typename ELFT::Ehdr &ElfHeader = Obj.getHeader(); 3177 const typename ELFT::Ehdr &ElfHeader = Obj.getHeader();
|