Home
last modified time | relevance | path

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

/openbsd/lib/libelf/
H A Dlibelf_memory.c60 #define LIBELF_IS_ELF(P) ((P)[EI_MAG0] == ELFMAG0 && \ in _libelf_memory()
H A Dlibelf_ehdr.c93 eh->e_ident[EI_MAG0] = ELFMAG0; \
H A Delf_update.c579 (E)->e_ident[EI_MAG0] = ELFMAG0; \ in _libelf_resync_elf()
/openbsd/sys/sys/
H A Dexec_elf.h63 #define EI_MAG0 0 /* file ID */ macro
113 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h37 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h37 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/openbsd/gnu/llvm/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp55 ElfHeader.e_ident[EI_MAG0] = ElfMagic[EI_MAG0]; in initELFHeader()
/openbsd/usr.sbin/installboot/
H A Di386_installboot.c717 eh.e_ident[EI_MAG0], eh.e_ident[EI_MAG1], in loadproto()
814 eh.e_ident[EI_MAG0], eh.e_ident[EI_MAG1], in getbootparams()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h48 EI_MAG0 = 0, // File identification index. enumerator
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfcode.h456 return ((x_ehdrp->e_ident[EI_MAG0] == ELFMAG0) in elf_file_p()
H A Delf.c4386 i_ehdrp->e_ident[EI_MAG0] = ELFMAG0; in prep_headers()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfcode.h458 return ((x_ehdrp->e_ident[EI_MAG0] == ELFMAG0) in elf_file_p()
H A Delf.c5047 i_ehdrp->e_ident[EI_MAG0] = ELFMAG0; in prep_headers()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp462 Header.e_ident[EI_MAG0] = 0x7f; in writeELFHeader()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1966 Ehdr.e_ident[EI_MAG0] = 0x7f; in writeEhdr()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3077 s->Printf("e_ident[EI_MAG0 ] = 0x%2.2x\n", header.e_ident[EI_MAG0]); in DumpELFHeader()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c3430 if ( elf_header.e_ident[EI_MAG0] != ELFMAG0 in process_file_header()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c2783 if ( elf_header.e_ident[EI_MAG0] != ELFMAG0 in process_file_header()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6505 ArrayRef<unsigned char>(E.e_ident).slice(ELF::EI_MAG0, 4)); in printFileHeaders()