Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.c58 thread__set_e_machine(thread, EM_NONE); in thread__new()
442 uint16_t e_machine = EM_NONE; in thread__find_cpumode_addr_location()
471 return args->e_machine != EM_NONE ? 1 /* stop search */ : 0 /* continue search */;
493 args.e_machine = EM_NONE; in thread__e_machine()
496 if (e_machine != EM_NONE) { in thread__e_machine()
526 if (args.e_machine != EM_NONE) { in thread__e_machine()
552 if (e_machine != EM_NONE) { in thread__e_machine()
H A Ddwarf-regs.c35 if (machine == EM_NONE) { in get_dwarf_regstr()
102 if (machine == EM_NONE) { in get_dwarf_regnum()
H A Ddso.c1254 uint16_t e_machine = EM_NONE; in dso__read_e_machine()
1267 return EM_NONE; // Read failed. in dso__read_e_machine()
1270 return EM_NONE; // Not an ELF file. in dso__read_e_machine()
1273 return EM_NONE; // Bad ELF class (32 or 64-bit objects). in dso__read_e_machine()
1276 return EM_NONE; // Bad ELF version. in dso__read_e_machine()
1280 return EM_NONE; // Bad ELF data encoding. in dso__read_e_machine()
1297 return EM_NONE; // e_machine read failed. in dso__e_machine()
1301 return EM_NONE; // Bad ELF machine number. in dso__e_machine()
1317 return EM_NONE; // e_flags read failed. in dso__e_machine()
1326 uint16_t e_machine = EM_NONE; in dso__e_machine()
[all...]
H A Dsession.c1576 uint16_t e_machine = EM_NONE; in perf_session__deliver_event()
4075 return args->e_machine != EM_NONE ? 1 : 0;
4085 .e_machine = EM_NONE,
4102 if (env && env->e_machine != EM_NONE)
4114 if (args.e_machine != EM_NONE) {
/linux/include/uapi/linux/
H A Delf-em.h6 #define EM_NONE 0 macro
/linux/arch/powerpc/boot/
H A Delf.h49 #define EM_NONE 0 macro
/linux/tools/perf/util/include/
H A Ddwarf-regs.h81 #define EM_HOST EM_NONE
/linux/drivers/remoteproc/
H A Dqcom_wcnss.c579 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in wcnss_probe()
H A Dqcom_q6v5_adsp.c678 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in adsp_probe()
H A Dstm32_rproc.c850 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in stm32_rproc_probe()
H A Dremoteproc_core.c2470 rproc->elf_machine = EM_NONE; in rproc_alloc()