Home
last modified time | relevance | path

Searched refs:EI_VERSION (Results 1 – 10 of 10) sorted by relevance

/third_party/libunwind/src/
Delfxx.h74 if (ei->size <= EI_VERSION) in elf_w()
79 && ((uint8_t *) ei->image)[EI_VERSION] != EV_NONE in elf_w()
80 && ((uint8_t *) ei->image)[EI_VERSION] <= EV_CURRENT); in elf_w()
/third_party/uboot/u-boot-2020.01/tools/
Dmips-relocs.c241 if (ehdr32->e_ident[EI_VERSION] != EV_CURRENT) { in main()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h59 #define EI_VERSION 6 /* ELF format version. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h59 #define EI_VERSION 6 /* ELF format version. */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h41 #define EI_VERSION 6 /* ELF header version */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h56 EI_VERSION = 6, // File version. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h53 EI_VERSION = 6, // File version. enumerator
/third_party/musl/include/
Delf.h99 #define EI_VERSION 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h99 #define EI_VERSION 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp283 Header.e_ident[EI_VERSION] = EV_CURRENT; in writeELFHeader()