Home
last modified time | relevance | path

Searched refs:EI_MAG3 (Results 1 – 25 of 25) sorted by relevance

/third_party/libunwind/src/
Ddl-iterate-phdr.c39 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h56 #define EI_MAG3 3 /* Magic number, byte 3. */ macro
114 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h56 #define EI_MAG3 3 /* Magic number, byte 3. */ macro
114 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/third_party/elfutils/tests/
Dasm-tst1.c39 [EI_MAG3] = ELFMAG3,
Dasm-tst2.c39 [EI_MAG3] = ELFMAG3,
Dasm-tst9.c47 [EI_MAG3] = ELFMAG3,
/third_party/elfio/elfio/
Delfio_header.hpp86 header.e_ident[EI_MAG3] = ELFMAG3; in elf_header_impl()
Delfio.hpp173 e_ident[EI_MAG2] != ELFMAG2 || e_ident[EI_MAG3] != ELFMAG3 ) { in load()
Delf_types.hpp331 constexpr unsigned char EI_MAG3 = 3; variable
/third_party/elfutils/libdwfl/
Dlinux-proc-maps.c76 || buf[EI_MAG3] != ELFMAG3 in get_pid_class()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc167 base_as_char[EI_MAG2] != ELFMAG2 || base_as_char[EI_MAG3] != ELFMAG3) { in Init()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp351 #define EI_MAG3 3 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h53 EI_MAG3 = 3, // File identification index. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h50 EI_MAG3 = 3, // File identification index. enumerator
/third_party/musl/ndk_musl_include/
Delf.h80 #define EI_MAG3 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h80 #define EI_MAG3 3 macro
/third_party/musl/include/
Delf.h80 #define EI_MAG3 3 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h80 #define EI_MAG3 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h80 #define EI_MAG3 3 macro
/third_party/musl/porting/linux/user/include/
Delf.h80 #define EI_MAG3 3 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt374 EI_MAG3
/third_party/elfutils/libelf/
Delf.h112 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp280 Header.e_ident[EI_MAG3] = 'F'; in writeELFHeader()
/third_party/elfutils/src/
Delflint.c351 if (ehdr->e_ident[EI_MAG3] != ELFMAG3) in check_elf_header()
352 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3); in check_elf_header()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1394 pub const EI_MAG3: usize = 3; constant