/third_party/libunwind/libunwind/src/ |
H A D | dl-iterate-phdr.c | 38 (ehdr).e_ident[EI_MAG2] == ELFMAG2 && \
|
/third_party/elfutils/tests/ |
H A D | asm-tst2.c | 38 [EI_MAG2] = ELFMAG2,
|
H A D | asm-tst1.c | 38 [EI_MAG2] = ELFMAG2,
|
H A D | asm-tst9.c | 46 [EI_MAG2] = ELFMAG2,
|
/third_party/elfio/elfio/ |
H A D | elfio_header.hpp | 85 header.e_ident[EI_MAG2] = ELFMAG2; in elf_header_impl()
|
H A D | elfio.hpp | 173 e_ident[EI_MAG2] != ELFMAG2 || e_ident[EI_MAG3] != ELFMAG3 ) {
|
H A D | elf_types.hpp | 343 constexpr unsigned char ELFMAG2 = 'L'; member
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkg_genc.cpp | 880 buffer.header32.e_ident[2]!=ELFMAG2 || in getArchitecture() 958 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode() 1075 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkg_genc.cpp | 825 buffer.header32.e_ident[2]!=ELFMAG2 || 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/ |
H A D | pkg_genc.cpp | 825 buffer.header32.e_ident[2]!=ELFMAG2 || in getArchitecture() 903 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode() 1020 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
|
/third_party/elfutils/libdwfl/ |
H A D | linux-proc-maps.c | 75 || buf[EI_MAG1] != ELFMAG1 || buf[EI_MAG2] != ELFMAG2 in get_pid_class()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | elf_mem_image.cc | 167 base_as_char[EI_MAG2] != ELFMAG2 || base_as_char[EI_MAG3] != ELFMAG3) {
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 363 #define ELFMAG2 'L' macro
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp_elf_object_pack.c | 362 uint8_t elf_ident[EI_NIDENT] = { ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 78 #define ELFMAG2 'L' macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 78 #define ELFMAG2 'L' macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 78 #define ELFMAG2 'L' macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 78 #define ELFMAG2 'L' macro
|
/third_party/musl/include/ |
H A D | elf.h | 78 #define ELFMAG2 'L' macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 349 if (ehdr->e_ident[EI_MAG2] != ELFMAG2) in check_elf_header() 350 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2); in check_elf_header()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 110 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1393 pub const ELFMAG2: u8 = b'L'; consts
|