Searched refs:EM_NONE (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | thread.c | 57 thread__set_e_machine(thread, EM_NONE); in thread__new() 434 uint16_t e_machine = EM_NONE; in read_proc_e_machine_for_pid() 442 e_machine = EM_NONE; in read_proc_e_machine_for_pid() 452 _Static_assert(0 == EM_NONE, "Unexpected EM_NONE"); in thread__e_machine_callback() 454 return EM_NONE; in thread__e_machine_callback() 464 if (e_machine != EM_NONE) in thread__e_machine() 483 if (e_machine == EM_NONE) { in thread__e_machine() 499 if (e_machine != EM_NONE) in thread__e_machine()
|
| H A D | dwarf-regs.c | 35 if (machine == EM_NONE) { in get_dwarf_regstr() 96 if (machine == EM_NONE) { in get_dwarf_regnum()
|
| H A D | syscalltbl.c | 23 static int last_table_machine = EM_NONE; in find_table() 35 if (entry->e_machine != e_machine && entry->e_machine != EM_NONE) in find_table()
|
| H A D | unwind-libdw.c | 300 err = !dwfl_attach_state(ui->dwfl, EM_NONE, thread__tid(thread), &callbacks, ui); in unwind__get_entries()
|
| H A D | dso.c | 1199 uint16_t e_machine = EM_NONE; in dso__e_machine() 1231 return EM_NONE; in dso__e_machine()
|
| /linux-6.15/tools/perf/trace/beauty/ |
| H A D | syscalltbl.sh | 175 build_tables "$tools_dir/scripts/syscall.tbl" "$outfile" common,32 EM_NONE 177 build_tables "$tools_dir/scripts/syscall.tbl" "$outfile" common,64 EM_NONE 271 build_outer_table EM_NONE "$outfile"
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf-em.h | 6 #define EM_NONE 0 macro
|
| /linux-6.15/tools/perf/util/include/ |
| H A D | dwarf-regs.h | 81 #define EM_HOST EM_NONE
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | elf.h | 49 #define EM_NONE 0 macro
|
| /linux-6.15/drivers/remoteproc/ |
| H A D | qcom_wcnss.c | 584 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in wcnss_probe()
|
| H A D | qcom_q6v5_adsp.c | 683 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in adsp_probe()
|
| H A D | stm32_rproc.c | 852 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in stm32_rproc_probe()
|
| H A D | qcom_q6v5_mss.c | 1698 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in qcom_q6v5_register_dump_segments() 2074 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in q6v5_probe()
|
| H A D | qcom_q6v5_pas.c | 719 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in adsp_probe()
|
| H A D | remoteproc_core.c | 2481 rproc->elf_machine = EM_NONE; in rproc_alloc()
|