Home
last modified time | relevance | path

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

/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/testing/selftests/proc/
Dproc-pid-vm.c81 uint16_t e_machine; member
171 h.e_machine = 0x3e; in make_exe()
/tools/objtool/arch/x86/
Ddecode.c27 switch (elf->ehdr.e_machine) { in is_x86_64()
33 WARN("unexpected ELF machine type %d", elf->ehdr.e_machine); in is_x86_64()
/tools/perf/util/
Dsymbol-elf.c386 switch (ehdr.e_machine) { in dso__synthesize_plt_symbols()
1225 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym_internal()
1282 if ((ehdr.e_machine == EM_ARM) && in dso__load_sym_internal()
1476 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
1607 ehdr->e_machine = kehdr->e_machine; in kcore__copy_hdr()
Dsymbol-minimal.c333 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
Dgenelf.c283 ehdr->e_machine = GEN_ELF_ARCH; in jit_write_elf()
Dprobe-finder.c1250 pf->machine = ehdr.e_machine; in debuginfo__find_probes()
/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/lib/bpf/
Dlinker.c326 linker->elf_hdr->e_machine = EM_BPF; in init_output_elf()
587 || ehdr->e_machine != EM_BPF in linker_load_obj_file()
Dlibbpf.c1235 (ep->e_machine && ep->e_machine != EM_BPF)) { in bpf_object__elf_init()