/third_party/libunwind/libunwind/src/ |
D | dl-iterate-phdr.c | 39 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 826 buffer.header32.e_ident[3]!=ELFMAG3 || in getArchitecture() 903 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode() 1020 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 826 buffer.header32.e_ident[3]!=ELFMAG3 || in getArchitecture() 903 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode() 1020 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 881 buffer.header32.e_ident[3]!=ELFMAG3 || in getArchitecture() 958 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode() 1075 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
|
/third_party/elfutils/tests/ |
D | asm-tst1.c | 39 [EI_MAG3] = ELFMAG3,
|
D | asm-tst2.c | 39 [EI_MAG3] = ELFMAG3,
|
D | asm-tst9.c | 47 [EI_MAG3] = ELFMAG3,
|
/third_party/elfio/elfio/ |
D | elfio_header.hpp | 86 header.e_ident[EI_MAG3] = ELFMAG3; in elf_header_impl()
|
D | elfio.hpp | 173 e_ident[EI_MAG2] != ELFMAG2 || e_ident[EI_MAG3] != ELFMAG3 ) { in load()
|
D | elf_types.hpp | 344 constexpr unsigned char ELFMAG3 = 'F'; variable
|
/third_party/elfutils/libdwfl/ |
D | linux-proc-maps.c | 76 || buf[EI_MAG3] != ELFMAG3 in get_pid_class()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 167 base_as_char[EI_MAG2] != ELFMAG2 || base_as_char[EI_MAG3] != ELFMAG3) { in Init()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 362 uint8_t elf_ident[EI_NIDENT] = { ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 364 #define ELFMAG3 'F' macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 81 #define ELFMAG3 'F' macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 81 #define ELFMAG3 'F' macro
|
/third_party/musl/include/ |
D | elf.h | 81 #define ELFMAG3 'F' macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 81 #define ELFMAG3 'F' macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 81 #define ELFMAG3 'F' macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 397 ELFMAG3
|
/third_party/elfutils/libelf/ |
D | elf.h | 113 #define ELFMAG3 'F' /* Magic number byte 3 */ macro
|
/third_party/elfutils/src/ |
D | elflint.c | 351 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/ |
D | mod.rs | 1395 pub const ELFMAG3: u8 = b'F'; constant
|