Home
last modified time | relevance | path

Searched refs:ELFCLASSNONE (Results 1 – 20 of 20) sorted by relevance

/third_party/elfutils/libdwfl/
Dlinux-proc-maps.c64 return ELFCLASSNONE; in get_pid_class()
69 return ELFCLASSNONE; in get_pid_class()
78 return ELFCLASSNONE; in get_pid_class()
163 unsigned char pid_class = ELFCLASSNONE; in grovel_auxv()
Dlink_map.c677 if (*elfclass == ELFCLASSNONE) in consider_executable()
724 uint_fast8_t elfclass = ELFCLASSNONE; in dwfl_link_map_report()
/third_party/elfutils/libelf/
Dgelf_getclass.c43 return elf == NULL || elf->kind != ELF_K_ELF ? ELFCLASSNONE : elf->class; in gelf_getclass()
Dcommon.h54 if (eclass > ELFCLASSNONE && eclass < ELFCLASSNUM in determine_kind()
Delf.h120 #define ELFCLASSNONE 0 /* Invalid class */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h79 #define ELFCLASSNONE 0 /* Unknown class. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h79 #define ELFCLASSNONE 0 /* Unknown class. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp367 #define ELFCLASSNONE 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h322 ELFCLASSNONE = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h318 ELFCLASSNONE = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h41 return std::make_pair((uint8_t)ELF::ELFCLASSNONE, in getElfArchType()
/third_party/musl/porting/linux/user/include/
Delf.h88 #define ELFCLASSNONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h88 #define ELFCLASSNONE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h88 #define ELFCLASSNONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h88 #define ELFCLASSNONE 0 macro
/third_party/musl/include/
Delf.h88 #define ELFCLASSNONE 0 macro
/third_party/elfio/elfio/
Delf_types.hpp347 constexpr unsigned char ELFCLASSNONE = 0; variable
/third_party/musl/ndk_musl_include/
Delf.h88 #define ELFCLASSNONE 0 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt388 ELFCLASSNONE
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1399 pub const ELFCLASSNONE: u8 = 0; constant