/third_party/elfutils/libdwfl/ |
D | linux-proc-maps.c | 64 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()
|
D | link_map.c | 677 if (*elfclass == ELFCLASSNONE) in consider_executable() 724 uint_fast8_t elfclass = ELFCLASSNONE; in dwfl_link_map_report()
|
/third_party/elfutils/libelf/ |
D | gelf_getclass.c | 43 return elf == NULL || elf->kind != ELF_K_ELF ? ELFCLASSNONE : elf->class; in gelf_getclass()
|
D | common.h | 54 if (eclass > ELFCLASSNONE && eclass < ELFCLASSNUM in determine_kind()
|
D | elf.h | 120 #define ELFCLASSNONE 0 /* Invalid class */ macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 79 #define ELFCLASSNONE 0 /* Unknown class. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 79 #define ELFCLASSNONE 0 /* Unknown class. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 367 #define ELFCLASSNONE 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 322 ELFCLASSNONE = 0, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 318 ELFCLASSNONE = 0, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELF.h | 41 return std::make_pair((uint8_t)ELF::ELFCLASSNONE, in getElfArchType()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 88 #define ELFCLASSNONE 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 88 #define ELFCLASSNONE 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 88 #define ELFCLASSNONE 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 88 #define ELFCLASSNONE 0 macro
|
/third_party/musl/include/ |
D | elf.h | 88 #define ELFCLASSNONE 0 macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 347 constexpr unsigned char ELFCLASSNONE = 0; variable
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 88 #define ELFCLASSNONE 0 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 388 ELFCLASSNONE
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1399 pub const ELFCLASSNONE: u8 = 0; constant
|