Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_begin.c102 Elf64_Ehdr *e64; in get_shnum()
108 Elf64_Ehdr e64; in get_shnum()
116 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr)) in get_shnum()
146 ehdr_mem.e64.e_shnum = ((Elf64_Ehdr *) e_ident)->e_shnum; in get_shnum()
147 ehdr_mem.e64.e_shoff = ((Elf64_Ehdr *) e_ident)->e_shoff; in get_shnum()
150 memcpy (&ehdr_mem, e_ident, sizeof (Elf64_Ehdr)); in get_shnum()
223 & (__alignof__ (Elf64_Ehdr) - 1)) == 0)) in get_shnum()
392 Elf64_Ehdr *ehdr = (Elf64_Ehdr *) ((char *) map_address + offset); in file_read_elf()
400 || ((((uintptr_t) ehdr) & (__alignof__ (Elf64_Ehdr) - 1)) == 0 in file_read_elf()
446 sizeof (Elf64_Ehdr)); in file_read_elf()
[all …]
Dgelf_update_ehdr.c118 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr()
127 memcpy (ehdr, src, sizeof (Elf64_Ehdr)); in gelf_update_ehdr()
DlibelfP.h366 char __e32scnspad[sizeof (Elf64_Ehdr) - sizeof (Elf32_Ehdr)];
378 Elf64_Ehdr *ehdr; /* Pointer to the ELF header. This is
390 Elf64_Ehdr ehdr_mem; /* Memory used for ELF header when not
524 extern Elf64_Ehdr *__elf64_getehdr_wrlock (Elf *__elf) internal_function;
526 extern Elf64_Ehdr *__elf64_newehdr_internal (Elf *__elf) attribute_hidden;
Dlibelf.h240 extern Elf64_Ehdr *elf64_getehdr (Elf *__elf);
245 extern Elf64_Ehdr *elf64_newehdr (Elf *__elf);
Dgelf.h83 typedef Elf64_Ehdr GElf_Ehdr;
Delf.h111 } Elf64_Ehdr; typedef
/external/valgrind/main/coregrind/
Dlauncher-linux.c203 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64) { in select_platform()
204 const Elf64_Ehdr *ehdr = (Elf64_Ehdr *)header; in select_platform()
/external/elfutils/libdwfl/
Delf-from-memory.c116 Elf64_Ehdr e64; in elf_from_remote_memory()
156 xlatefrom.d_size = sizeof (Elf64_Ehdr); in elf_from_remote_memory()
Ddwfl_segment_report_module.c147 start, sizeof (Elf64_Ehdr)) in dwfl_segment_report_module()
178 Elf64_Ehdr e64; in dwfl_segment_report_module()
213 xlatefrom.d_size = sizeof (Elf64_Ehdr); in dwfl_segment_report_module()
Dcore-file.c84 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr)) in elf_begin_rand()
/external/kernel-headers/original/asm-mips/
Dmodule.h54 #define Elf_Ehdr Elf64_Ehdr
/external/elfutils/src/
Dxelf.h170 # define XElf_Ehdr Elf64_Ehdr
183 # define XElf_Ehdr_vardef(name) Elf64_Ehdr *name
277 case ELF_T_EHDR: fsize = sizeof (Elf64_Ehdr); break; \
Dunstrip.c957 Elf64_Ehdr e64; in find_alloc_sections_prelink()
Delflint.c493 if (ehdr->e_ehsize != 0 && ehdr->e_ehsize != sizeof (Elf64_Ehdr)) in check_elf_header()
/external/icu4c/tools/toolutil/
Dpkg_genc.c882 static Elf64_Ehdr header64={ in writeObjectCode()
895 (Elf64_Off)sizeof(Elf64_Ehdr), /* e_shoff */ in writeObjectCode()
897 (Elf64_Half)sizeof(Elf64_Ehdr), /* eh_size */ in writeObjectCode()
/external/elfutils/libebl/
Deblopenbackend.c317 == offsetof (Elf64_Ehdr, e_machine));
319 == sizeof (((Elf64_Ehdr *) 0)->e_machine));
/external/llvm/lib/MC/
DELFObjectWriter.cpp409 WriteWord(SectionDataSize + (is64Bit() ? sizeof(ELF::Elf64_Ehdr) : in WriteHeader()
416 Write16(is64Bit() ? sizeof(ELF::Elf64_Ehdr) : sizeof(ELF::Elf32_Ehdr)); in WriteHeader()
1516 uint64_t HeaderSize = is64Bit() ? sizeof(ELF::Elf64_Ehdr) : in WriteObject()
/external/qemu/
Delf.h1033 } Elf64_Ehdr; typedef
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c240 Elf64_Ehdr hdr64;
/external/llvm/include/llvm/Support/
DELF.h86 struct Elf64_Ehdr { struct
/external/valgrind/main/VEX/unused/
Dlinker.c118 #define Elf_Ehdr Elf64_Ehdr
/external/valgrind/main/VEX/switchback/
Dlinker.c182 #define Elf_Ehdr Elf64_Ehdr
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c83 # define ElfXX_Ehdr Elf64_Ehdr
/external/valgrind/main/perf/
Dtinycc.c184 } Elf64_Ehdr; typedef