Home
last modified time | relevance | path

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

/third_party/libunwind/src/
Ddl-iterate-phdr.c36 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h53 #define EI_MAG0 0 /* Magic number, byte 0. */ macro
111 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h53 #define EI_MAG0 0 /* Magic number, byte 0. */ macro
111 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/third_party/uboot/u-boot-2020.01/include/
Delf.h35 #define EI_MAG0 0 /* file ID */ macro
85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/
Dpfe_firmware.c44 if (strncmp((char *)&elf_hdr->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in pfe_load_elf()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc166 if (base_as_char[EI_MAG0] != ELFMAG0 || base_as_char[EI_MAG1] != ELFMAG1 || in Init()
/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc166 if (base_as_char[EI_MAG0] != ELFMAG0 || base_as_char[EI_MAG1] != ELFMAG1 || in Init()
/third_party/uboot/u-boot-2020.01/tools/
Dmips-relocs.c235 if (memcmp(&ehdr32->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h50 EI_MAG0 = 0, // File identification index. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h47 EI_MAG0 = 0, // File identification index. enumerator
/third_party/musl/include/
Delf.h71 #define EI_MAG0 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h71 #define EI_MAG0 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp277 Header.e_ident[EI_MAG0] = 0x7f; in writeELFHeader()