Searched refs:EM_NONE (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | thread.c | 58 thread__set_e_machine(thread, EM_NONE); in thread__new() 456 uint16_t e_machine = EM_NONE; in read_proc_e_machine_for_pid() 482 return args->e_machine != EM_NONE ? 1 /* stop search */ : 0 /* continue search */; in thread__e_machine_callback() 493 .e_machine = EM_NONE, in thread__e_machine() 496 if (e_machine != EM_NONE) { in thread__e_machine() 522 if (args.e_machine != EM_NONE) { in thread__e_machine() 542 if (e_machine != EM_NONE) { in thread__e_machine()
|
| 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 | dwarf-regs.c | 35 if (machine == EM_NONE) { in get_dwarf_regstr() 102 if (machine == EM_NONE) { in get_dwarf_regnum()
|
| H A D | dso.c | 1225 uint16_t e_machine = EM_NONE; in dso__read_e_machine() 1238 return EM_NONE; // Read failed. in dso__read_e_machine() 1241 return EM_NONE; // Not an ELF file. in dso__read_e_machine() 1244 return EM_NONE; // Bad ELF class (32 or 64-bit objects). in dso__read_e_machine() 1247 return EM_NONE; // Bad ELF version. in dso__read_e_machine() 1251 return EM_NONE; // Bad ELF data encoding. in dso__read_e_machine() 1265 return EM_NONE; // e_machine read failed. in dso__read_e_machine() 1269 return EM_NONE; // Bad ELF machine number. in dso__read_e_machine() 1285 return EM_NONE; // e_flags read failed. in dso__read_e_machine() 1293 uint16_t e_machine = EM_NONE; in dso__e_machine() [all …]
|
| H A D | session.c | 1118 uint16_t e_machine = EM_NONE; in dump_sample() 2977 return args->e_machine != EM_NONE ? 1 : 0; in perf_session__e_machine_cb() 2987 .e_machine = EM_NONE, in perf_session__e_machine() 3000 if (env && env->e_machine != EM_NONE) { in perf_session__e_machine() 3011 if (args.e_machine != EM_NONE) { in perf_session__e_machine()
|
| /linux/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/include/uapi/linux/ |
| H A D | elf-em.h | 6 #define EM_NONE 0 macro
|
| /linux/arch/powerpc/boot/ |
| H A D | elf.h | 49 #define EM_NONE 0 macro
|
| /linux/tools/perf/util/include/ |
| H A D | dwarf-regs.h | 81 #define EM_HOST EM_NONE
|
| /linux/drivers/remoteproc/ |
| H A D | qcom_wcnss.c | 579 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in wcnss_probe()
|
| H A D | qcom_q6v5_adsp.c | 678 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in adsp_probe()
|
| H A D | stm32_rproc.c | 850 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in stm32_rproc_probe()
|
| H A D | qcom_q6v5_mss.c | 1707 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in qcom_q6v5_register_dump_segments() 2061 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in q6v5_probe()
|
| H A D | qcom_q6v5_pas.c | 778 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in qcom_pas_probe()
|
| H A D | remoteproc_core.c | 2475 rproc->elf_machine = EM_NONE; in rproc_alloc()
|