Home
last modified time | relevance | path

Searched refs:EI_ABIVERSION (Results 1 – 13 of 13) sorted by relevance

/third_party/elfio/elfio/
Delfio_header.hpp135 header.e_ident[EI_ABIVERSION] );
Delf_types.hpp356 #define EI_ABIVERSION 8 macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h61 #define EI_ABIVERSION 8 /* ABI version */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h61 #define EI_ABIVERSION 8 /* ABI version */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h58 EI_ABIVERSION = 8, // ABI version. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h55 EI_ABIVERSION = 8, // ABI version. enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/musl/porting/linux/user/include/
Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/musl/ndk_musl_include/
Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/musl/include/
Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp285 Header.e_ident[EI_ABIVERSION] = Doc.Header.ABIVersion; in writeELFHeader()