Home
last modified time | relevance | path

Searched refs:ELFDATANONE (Results 1 – 23 of 23) sorted by relevance

/third_party/elfutils/tests/
Delfshphehdr.c84 ehdr.e_ident[EI_DATA] = ELFDATANONE; /* Ask for native encoding. */ in test()
93 check ("EI_DATA", ehdr.e_ident[EI_DATA] != ELFDATANONE); in test()
134 check ("EI_DATA", ehdr.e_ident[EI_DATA] != ELFDATANONE); in test()
/third_party/elfutils/libelf/
Dcommon.h55 && data > ELFDATANONE && data < ELFDATANUM in determine_kind()
Delf32_updatenull.c68 if (unlikely (ehdr->e_ident[EI_DATA] == ELFDATANONE)) in ELFW()
Delf.h126 #define ELFDATANONE 0 /* Invalid data encoding */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h84 #define ELFDATANONE 0 /* Unknown data format. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h84 #define ELFDATANONE 0 /* Unknown data format. */ macro
/third_party/elfutils/libdwfl/
Dlink_map.c682 if (*elfdata == ELFDATANONE) in consider_executable()
725 uint_fast8_t elfdata = ELFDATANONE; in dwfl_link_map_report()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp372 #define ELFDATANONE 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h329 ELFDATANONE = 0, // Invalid data encoding. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h325 ELFDATANONE = 0, // Invalid data encoding. enumerator
/third_party/elfutils/doc/
Delfutils.sgml419 <symbol>ELFDATANONE</symbol> the library replaces it
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h42 (uint8_t)ELF::ELFDATANONE); in getElfArchType()
/third_party/elfio/elfio/
Delfio_dump.hpp49 { ELFDATANONE, "None" },
Delf_types.hpp352 constexpr unsigned char ELFDATANONE = 0; variable
/third_party/musl/porting/linux/user/include/
Delf.h94 #define ELFDATANONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h94 #define ELFDATANONE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h94 #define ELFDATANONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h94 #define ELFDATANONE 0 macro
/third_party/musl/include/
Delf.h94 #define ELFDATANONE 0 macro
/third_party/musl/ndk_musl_include/
Delf.h94 #define ELFDATANONE 0 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt392 ELFDATANONE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp243 ECase(ELFDATANONE); in enumeration()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1405 pub const ELFDATANONE: u8 = 0; constant