Searched refs:e_machine (Results 1 – 13 of 13) sorted by relevance
399 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc()437 switch (ehdr->e_machine) { in get_plt_sizes()477 static bool machine_is_x86(GElf_Half e_machine) in machine_is_x86() argument479 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86()648 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols()714 if (machine_is_x86(ehdr.e_machine) && in dso__synthesize_plt_symbols()719 if (machine_is_x86(ehdr.e_machine) && in dso__synthesize_plt_symbols()808 if (machine_is_x86(ehdr.e_machine) && sort_rel(&ri)) in dso__synthesize_plt_symbols()1351 if (ehdr->e_machine == EM_PARISC || in max_text_section()1352 ehdr->e_machine == EM_ALPHA) in max_text_section()[all …]
308 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
280 ehdr->e_machine = GEN_ELF_ARCH; in jit_write_elf()
1139 pf->machine = ehdr.e_machine; in debuginfo__find_probes()
62 uint16_t e_machine; in get_e_machine() member81 hdr->elf_mach = info.e_machine; in get_e_machine()
66 if (elf->ehdr.e_machine == EM_LOONGARCH) in is_loongarch()69 WARN("unexpected ELF machine type %d", elf->ehdr.e_machine); in is_loongarch()
84 uint16_t e_machine; member174 h.e_machine = 0x3e; in make_exe()
33 switch (elf->ehdr.e_machine) { in is_x86_64()39 WARN("unexpected ELF machine type %d", elf->ehdr.e_machine); in is_x86_64()
209 FAIL_IF(ehdr->e_machine != EM_PPC64); in check_core_file()
42 * uint32_t elf_mach : ELF architecture encoding (ELF e_machine value as specified in /usr/include/…
397 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) in is_bpf_obj_file()
325 linker->elf_hdr->e_machine = EM_BPF; in init_output_elf()586 || ehdr->e_machine != EM_BPF in linker_load_obj_file()
1593 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()