Searched refs:ELFCLASSNONE (Results 1 – 11 of 11) sorted by relevance
60 return ELFCLASSNONE; in get_pid_class()65 return ELFCLASSNONE; in get_pid_class()74 return ELFCLASSNONE; in get_pid_class()159 unsigned char pid_class = ELFCLASSNONE; in grovel_auxv()
656 if (*elfclass == ELFCLASSNONE) in consider_executable()703 uint_fast8_t elfclass = ELFCLASSNONE; in dwfl_link_map_report()
43 return elf == NULL || elf->kind != ELF_K_ELF ? ELFCLASSNONE : elf->class; in gelf_getclass()
57 if (eclass > ELFCLASSNONE && eclass < ELFCLASSNUM in determine_kind()
124 #define ELFCLASSNONE 0 /* Invalid class */ macro
342 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
317 ELFCLASSNONE = 0, enumerator
30 return std::make_pair((uint8_t)ELF::ELFCLASSNONE, in getElfArchType()
451 if (OPEN_OUTFILE (&ld_state, EM_NONE, ELFCLASSNONE, ELFDATANONE) != 0) in main()
512 { "None", ELF::ELFCLASSNONE },
207 #define ELFCLASSNONE 0 /* Invalid class */ macro