Searched refs:EM_NONE (Results 1 – 11 of 11) sorted by relevance
58 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()
35 if (machine == EM_NONE) { in get_dwarf_regstr()102 if (machine == EM_NONE) { in get_dwarf_regnum()
1254 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...]
1576 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) {
6 #define EM_NONE 0 macro
49 #define EM_NONE 0 macro
81 #define EM_HOST EM_NONE
579 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in wcnss_probe()
678 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in adsp_probe()
850 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in stm32_rproc_probe()
2470 rproc->elf_machine = EM_NONE; in rproc_alloc()