Home
last modified time | relevance | path

Searched refs:ELFMAG3 (Results 1 – 23 of 23) sorted by relevance

/third_party/libunwind/libunwind/src/
Ddl-iterate-phdr.c39 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp826 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/
Dpkg_genc.cpp826 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/
Dpkg_genc.cpp881 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/
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.hpp344 constexpr unsigned char ELFMAG3 = 'F'; 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/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c362 uint8_t elf_ident[EI_NIDENT] = { ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp364 #define ELFMAG3 'F' macro
/third_party/musl/porting/linux/user/include/
Delf.h81 #define ELFMAG3 'F' macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h81 #define ELFMAG3 'F' macro
/third_party/musl/include/
Delf.h81 #define ELFMAG3 'F' macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h81 #define ELFMAG3 'F' macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h81 #define ELFMAG3 'F' macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt397 ELFMAG3
/third_party/elfutils/libelf/
Delf.h113 #define ELFMAG3 'F' /* Magic number byte 3 */ macro
/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.rs1395 pub const ELFMAG3: u8 = b'F'; constant