Home
last modified time | relevance | path

Searched refs:EM_NONE (Results 1 – 7 of 7) 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.c1281 uint16_t e_machine = EM_NONE; in dso__read_e_machine()
1294 return EM_NONE; // Read failed. in dso__e_machine()
1297 return EM_NONE; // Not an ELF file. in dso__e_machine()
1300 return EM_NONE; // Bad ELF class (32 or 64-bit objects). in dso__e_machine()
1303 return EM_NONE; // Bad ELF version. in dso__e_machine()
1307 return EM_NONE; // Bad ELF data encoding. in dso__e_machine()
1324 return EM_NONE; // e_machine read failed. in dso__e_machine()
1328 return EM_NONE; // Bad ELF machine number. in dso__e_machine()
1344 return EM_NONE; // e_flags read failed. in dso__e_machine()
1353 uint16_t e_machine = EM_NONE;
[all...]
H A Dsession.c1576 uint16_t e_machine = EM_NONE; in perf_session__deliver_event()
4090 return args->e_machine != EM_NONE ? 1 : 0;
4100 .e_machine = EM_NONE,
4117 if (env && env->e_machine != EM_NONE)
4129 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