Home
last modified time | relevance | path

Searched refs:e_machine (Results 1 – 13 of 13) sorted by relevance

/tools/perf/util/
Dsymbol-elf.c399 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() argument
479 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 …]
Dsymbol-minimal.c308 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
Dgenelf.c280 ehdr->e_machine = GEN_ELF_ARCH; in jit_write_elf()
Dprobe-finder.c1139 pf->machine = ehdr.e_machine; in debuginfo__find_probes()
/tools/perf/jvmti/
Djvmti_agent.c62 uint16_t e_machine; in get_e_machine() member
81 hdr->elf_mach = info.e_machine; in get_e_machine()
/tools/objtool/arch/loongarch/
Ddecode.c66 if (elf->ehdr.e_machine == EM_LOONGARCH) in is_loongarch()
69 WARN("unexpected ELF machine type %d", elf->ehdr.e_machine); in is_loongarch()
/tools/testing/selftests/proc/
Dproc-pid-vm.c84 uint16_t e_machine; member
174 h.e_machine = 0x3e; in make_exe()
/tools/objtool/arch/x86/
Ddecode.c33 switch (elf->ehdr.e_machine) { in is_x86_64()
39 WARN("unexpected ELF machine type %d", elf->ehdr.e_machine); in is_x86_64()
/tools/testing/selftests/powerpc/ptrace/
Dcore-pkey.c209 FAIL_IF(ehdr->e_machine != EM_PPC64); in check_core_file()
/tools/perf/Documentation/
Djitdump-specification.txt42 * uint32_t elf_mach : ELF architecture encoding (ELF e_machine value as specified in /usr/include/…
/tools/testing/selftests/bpf/
Dveristat.c397 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) in is_bpf_obj_file()
/tools/lib/bpf/
Dlinker.c325 linker->elf_hdr->e_machine = EM_BPF; in init_output_elf()
586 || ehdr->e_machine != EM_BPF in linker_load_obj_file()
Dlibbpf.c1593 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()