Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Delf.c37 TEST_ASSERT((ident[EI_MAG0] == ELFMAG0) && (ident[EI_MAG1] == ELFMAG1) in elfhdr_get()
44 ident[EI_MAG0], ident[EI_MAG1], ident[EI_MAG2], ident[EI_MAG3], in elfhdr_get()
/external/u-boot/include/
Delf.h35 #define EI_MAG0 0 /* file ID */ macro
85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/external/minijail/
Delfparse.c17 return (buf[EI_MAG0] == ELFMAG0) && in is_elf_magic()
/external/elfutils/libelf/
Delf32_updatenull.c55 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) in ELFW()
57 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in ELFW()
Delf.h107 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/external/elfutils/libasm/
Dasm_begin.c106 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc89 if (elf_header.e_ident[EI_MAG0] != ELFMAG0 || in FindElfTextSection()
/external/u-boot/drivers/net/pfe_eth/
Dpfe_firmware.c44 if (strncmp((char *)&elf_hdr->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in pfe_load_elf()
/external/elfutils/tests/
Dasm-tst1.c35 .e_ident = { [EI_MAG0] = ELFMAG0,
Dasm-tst2.c35 .e_ident = { [EI_MAG0] = ELFMAG0,
Dasm-tst9.c43 .e_ident = { [EI_MAG0] = ELFMAG0,
/external/kernel-headers/original/uapi/linux/
Delf.h329 #define EI_MAG0 0 /* e_ident[] indexes */ macro
/external/elfutils/libdwfl/
Dlinux-proc-maps.c74 if (nread != sizeof buf || buf[EI_MAG0] != ELFMAG0 in get_pid_class()
/external/u-boot/tools/
Dmips-relocs.c237 if (memcmp(&ehdr32->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h49 EI_MAG0 = 0, // File identification index. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h50 EI_MAG0 = 0, // File identification index. enumerator
/external/llvm/include/llvm/Support/
DELF.h50 EI_MAG0 = 0, // File identification index. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h48 EI_MAG0 = 0, // File identification index. enumerator
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp162 Header.e_ident[EI_MAG0] = 0x7f; in initELFHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp190 Header.e_ident[EI_MAG0] = 0x7f; in initELFHeader()
/external/kmod/port-gnu/
Delf.h106 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/external/elfutils/src/
Delflint.c346 if (ehdr->e_ident[EI_MAG0] != ELFMAG0) in check_elf_header()
347 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0); in check_elf_header()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp3169 W.printBinary("Magic", makeArrayRef(e->e_ident).slice(ELF::EI_MAG0, 4)); in printFileHeaders()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp3943 W.printBinary("Magic", makeArrayRef(e->e_ident).slice(ELF::EI_MAG0, 4)); in printFileHeaders()