Home
last modified time | relevance | path

Searched refs:Elf64_Ehdr (Results 1 – 25 of 51) sorted by relevance

123

/third_party/elfutils/libelf/
Delf_begin.c79 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 …]
Dgelf_update_ehdr.c97 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr()
106 memcpy (ehdr, src, sizeof (Elf64_Ehdr)); in gelf_update_ehdr()
DlibelfP.h356 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;
Dlibelf.h257 extern Elf64_Ehdr *elf64_getehdr (Elf *__elf);
262 extern Elf64_Ehdr *elf64_newehdr (Elf *__elf);
Dgelf.h62 typedef Elf64_Ehdr GElf_Ehdr;
/third_party/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c379 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/
DGfind_unwind_table.c39 Elf64_Ehdr *ehdr = edi->ei.image; in find_gp()
100 Elf64_Ehdr *ehdr; in ia64_find_unwind_table()
/third_party/elfutils/libdwfl/
Ddwfl_segment_report_module.c341 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()
Delf-from-memory.c106 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/
Ddynlink.h18 typedef Elf64_Ehdr Ehdr;
Dvdso.c18 typedef Elf64_Ehdr Ehdr;
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c33 typedef Elf64_Ehdr Ehdr;
Ddynlink.h28 typedef Elf64_Ehdr Ehdr;
/third_party/libunwind/include/win/
Dfreebsd-elf64.h83 } Elf64_Ehdr; typedef
/third_party/libunwind/include/mingw/
Dfreebsd-elf64.h83 } Elf64_Ehdr; typedef
/third_party/elfio/elfio/
Delfio_header.hpp67 template <> struct elf_header_impl_types<Elf64_Ehdr>
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp1017 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/
Dpkg_genc.cpp1017 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/
Dpkg_genc.cpp1072 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/
Deblopenbackend.c307 == offsetof (Elf64_Ehdr, e_machine)); in openbackend()
309 == sizeof (((Elf64_Ehdr *) 0)->e_machine)); in openbackend()
/third_party/libunwind/src/coredump/
D_UCD_create.c51 Elf64_Ehdr h64; in _UCD_create()
/third_party/elfutils/src/
Dstrip.c2609 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/
DIceELFObjectWriter.cpp498 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/
DELFObjectWriter.cpp447 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/
Delf_types_c_wrapper.hpp731 struct Elf64_Ehdr struct

123