Searched refs:Elf64_Ehdr (Results 1 – 13 of 13) sorted by relevance
15 static void elfhdr_get(const char *filename, Elf64_Ehdr *hdrp) in elfhdr_get()117 Elf64_Ehdr hdr; in kvm_vm_elf_load()
66 #define Elf_Ehdr Elf64_Ehdr
102 Elf64_Ehdr ehdr64; in filename__read_build_id()296 Elf64_Ehdr ehdr; in dso__type_fd()
462 _Static_assert(offsetof(Elf64_Ehdr, e_machine) == 18, "Unexpected offset"); in read_proc_e_machine_for_pid()
2099 ehdr->e_phoff = sizeof(Elf64_Ehdr); in kcore__copy_hdr()2100 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
1244 _Static_assert(offsetof(Elf64_Ehdr, e_machine) == 18, "Unexpected offset"); in dso__e_machine()
142 Elf64_Ehdr *ehdr; in encl_get_entry()183 Elf64_Ehdr *ehdr; in encl_load()
48 Elf64_Ehdr *ehdr = addr; in vdso_get_dyntab()
249 } Elf64_Ehdr; typedef
166 static int check_core_file(struct shared_info *info, Elf64_Ehdr *ehdr, in check_core_file()
143 Elf64_Ehdr *elf_hdr;671 Elf64_Ehdr *ehdr; in linker_load_obj_file()
658 Elf64_Ehdr *ehdr;1548 Elf64_Ehdr *ehdr; in bpf_object__elf_init()
466 Elf64_Ehdr *ehdr; in is_bpf_obj_file()
Completed in 60 milliseconds