Searched refs:Elf64_Ehdr (Results 1 – 24 of 24) sorted by relevance
102 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 …]
118 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr()127 memcpy (ehdr, src, sizeof (Elf64_Ehdr)); in gelf_update_ehdr()
366 char __e32scnspad[sizeof (Elf64_Ehdr) - sizeof (Elf32_Ehdr)];378 Elf64_Ehdr *ehdr; /* Pointer to the ELF header. This is390 Elf64_Ehdr ehdr_mem; /* Memory used for ELF header when not524 extern Elf64_Ehdr *__elf64_getehdr_wrlock (Elf *__elf) internal_function;526 extern Elf64_Ehdr *__elf64_newehdr_internal (Elf *__elf) attribute_hidden;
240 extern Elf64_Ehdr *elf64_getehdr (Elf *__elf);245 extern Elf64_Ehdr *elf64_newehdr (Elf *__elf);
83 typedef Elf64_Ehdr GElf_Ehdr;
111 } Elf64_Ehdr; typedef
203 } 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()
116 Elf64_Ehdr e64; in elf_from_remote_memory()156 xlatefrom.d_size = sizeof (Elf64_Ehdr); in elf_from_remote_memory()
147 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()
84 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr)) in elf_begin_rand()
54 #define Elf_Ehdr Elf64_Ehdr
170 # define XElf_Ehdr Elf64_Ehdr183 # define XElf_Ehdr_vardef(name) Elf64_Ehdr *name277 case ELF_T_EHDR: fsize = sizeof (Elf64_Ehdr); break; \
957 Elf64_Ehdr e64; in find_alloc_sections_prelink()
493 if (ehdr->e_ehsize != 0 && ehdr->e_ehsize != sizeof (Elf64_Ehdr)) in check_elf_header()
882 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()
317 == offsetof (Elf64_Ehdr, e_machine));319 == sizeof (((Elf64_Ehdr *) 0)->e_machine));
409 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()
1033 } Elf64_Ehdr; typedef
240 Elf64_Ehdr hdr64;
86 struct Elf64_Ehdr { struct
118 #define Elf_Ehdr Elf64_Ehdr
182 #define Elf_Ehdr Elf64_Ehdr
83 # define ElfXX_Ehdr Elf64_Ehdr
184 } Elf64_Ehdr; typedef