Lines Matching refs:e_machine
398 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc()
436 switch (ehdr->e_machine) { in get_plt_sizes()
476 static bool machine_is_x86(GElf_Half e_machine) in machine_is_x86() argument
478 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86()
647 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols()
713 if (machine_is_x86(ehdr.e_machine) && in dso__synthesize_plt_symbols()
718 if (machine_is_x86(ehdr.e_machine) && in dso__synthesize_plt_symbols()
807 if (machine_is_x86(ehdr.e_machine) && sort_rel(&ri)) in dso__synthesize_plt_symbols()
1601 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym_internal()
1669 if ((ehdr.e_machine == EM_ARM) && in dso__load_sym_internal()
1863 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
1994 ehdr->e_machine = kehdr->e_machine; in kcore__copy_hdr()