/third_party/elfutils/libelf/ |
D | elf_begin.c | 79 Elf64_Ehdr *e64; in get_shnum() 85 Elf64_Ehdr e64; in get_shnum() 90 || (!is32 && maxsize < sizeof (Elf64_Ehdr))) in get_shnum() 100 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr)) in get_shnum() 130 ehdr_mem.e64.e_shnum = ((Elf64_Ehdr *) e_ident)->e_shnum; in get_shnum() 131 ehdr_mem.e64.e_shoff = ((Elf64_Ehdr *) e_ident)->e_shoff; in get_shnum() 134 memcpy (&ehdr_mem, e_ident, sizeof (Elf64_Ehdr)); in get_shnum() 448 Elf64_Ehdr *ehdr = (Elf64_Ehdr *) ((char *) map_address + offset); in file_read_elf() 453 || (((uintptr_t) ehdr) & (__alignof__ (Elf64_Ehdr) - 1)) == 0)) in file_read_elf() 462 sizeof (Elf64_Ehdr)); in file_read_elf() [all …]
|
D | gelf_update_ehdr.c | 97 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr() 106 memcpy (ehdr, src, sizeof (Elf64_Ehdr)); in gelf_update_ehdr()
|
D | libelfP.h | 356 char __e32scnspad[sizeof (Elf64_Ehdr) - sizeof (Elf32_Ehdr)]; 364 Elf64_Ehdr *ehdr; /* Pointer to the ELF header. This is 379 Elf64_Ehdr ehdr_mem; /* Memory used for ELF header when not 491 extern Elf64_Ehdr *__elf64_getehdr_wrlock (Elf *__elf) internal_function; 493 extern Elf64_Ehdr *__elf64_newehdr_internal (Elf *__elf) attribute_hidden;
|
D | libelf.h | 257 extern Elf64_Ehdr *elf64_getehdr (Elf *__elf); 262 extern Elf64_Ehdr *elf64_newehdr (Elf *__elf);
|
D | gelf.h | 62 typedef Elf64_Ehdr GElf_Ehdr;
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 379 Elf64_Ehdr elf_hdr; in ac_rgp_file_write_elf_object() 390 fseek(output, sizeof(Elf64_Ehdr), SEEK_CUR); in ac_rgp_file_write_elf_object() 392 elf_size_calc = sizeof(Elf64_Ehdr); in ac_rgp_file_write_elf_object() 404 elf_hdr.e_ehsize = sizeof(Elf64_Ehdr); in ac_rgp_file_write_elf_object() 442 sec_hdr[1].sh_offset = sizeof(Elf64_Ehdr); in ac_rgp_file_write_elf_object() 476 fwrite(&elf_hdr, 1, sizeof(Elf64_Ehdr), output); in ac_rgp_file_write_elf_object()
|
/third_party/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 39 Elf64_Ehdr *ehdr = edi->ei.image; in find_gp() 100 Elf64_Ehdr *ehdr; in ia64_find_unwind_table()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 341 start, sizeof (Elf64_Ehdr), memory_callback_arg) in dwfl_segment_report_module() 353 Elf64_Ehdr e64; in dwfl_segment_report_module() 380 : __alignof__ (Elf64_Ehdr)); in dwfl_segment_report_module() 386 : sizeof (Elf64_Ehdr))); in dwfl_segment_report_module() 410 xlatefrom.d_size = sizeof (Elf64_Ehdr); in dwfl_segment_report_module()
|
D | elf-from-memory.c | 106 Elf64_Ehdr e64; in elf_from_remote_memory() 151 xlatefrom.d_size = sizeof (Elf64_Ehdr); in elf_from_remote_memory()
|
/third_party/musl/src/internal/ |
D | dynlink.h | 18 typedef Elf64_Ehdr Ehdr;
|
D | vdso.c | 18 typedef Elf64_Ehdr Ehdr;
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 33 typedef Elf64_Ehdr Ehdr;
|
D | dynlink.h | 28 typedef Elf64_Ehdr Ehdr;
|
/third_party/libunwind/include/win/ |
D | freebsd-elf64.h | 83 } Elf64_Ehdr; typedef
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf64.h | 83 } Elf64_Ehdr; typedef
|
/third_party/elfio/elfio/ |
D | elfio_header.hpp | 67 template <> struct elf_header_impl_types<Elf64_Ehdr>
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 1017 static Elf64_Ehdr header64={ in writeObjectCode() 1030 (Elf64_Off)sizeof(Elf64_Ehdr), /* e_shoff */ in writeObjectCode() 1032 (Elf64_Half)sizeof(Elf64_Ehdr), /* eh_size */ in writeObjectCode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 1017 static Elf64_Ehdr header64={ in writeObjectCode() 1030 (Elf64_Off)sizeof(Elf64_Ehdr), /* e_shoff */ in writeObjectCode() 1032 (Elf64_Half)sizeof(Elf64_Ehdr), /* eh_size */ in writeObjectCode()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 1072 static Elf64_Ehdr header64={ in writeObjectCode() 1085 (Elf64_Off)sizeof(Elf64_Ehdr), /* e_shoff */ in writeObjectCode() 1087 (Elf64_Half)sizeof(Elf64_Ehdr), /* eh_size */ in writeObjectCode()
|
/third_party/elfutils/libebl/ |
D | eblopenbackend.c | 307 == offsetof (Elf64_Ehdr, e_machine)); in openbackend() 309 == sizeof (((Elf64_Ehdr *) 0)->e_machine)); in openbackend()
|
/third_party/libunwind/src/coredump/ |
D | _UCD_create.c | 51 Elf64_Ehdr h64; in _UCD_create()
|
/third_party/elfutils/src/ |
D | strip.c | 2609 assert (offsetof (Elf64_Ehdr, e_shentsize) + sizeof (Elf64_Half) in handle_elf() 2610 == offsetof (Elf64_Ehdr, e_shnum)); in handle_elf() 2611 assert (offsetof (Elf64_Ehdr, e_shnum) + sizeof (Elf64_Half) in handle_elf() 2612 == offsetof (Elf64_Ehdr, e_shstrndx)); in handle_elf() 2616 offsetof (Elf64_Ehdr, e_shoff)) != sizeof zero_off in handle_elf() 2618 offsetof (Elf64_Ehdr, e_shentsize)) in handle_elf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 498 Str.writeLE16(IsELF64 ? sizeof(Elf64_Ehdr) : sizeof(Elf32_Ehdr)); // e_ehsize in writeELFHeaderInternal() 499 static_assert(sizeof(Elf64_Ehdr) == 64 && sizeof(Elf32_Ehdr) == 52, in writeELFHeaderInternal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 447 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Ehdr) in writeHeader() 1234 offsetof(ELF::Elf64_Ehdr, e_shoff)); in writeObject() 1235 NumSectionsOffset = offsetof(ELF::Elf64_Ehdr, e_shnum); in writeObject()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 731 struct Elf64_Ehdr struct
|