Searched refs:EI_NIDENT (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_getident.c55 *sz = EI_NIDENT;
H A Dlibelf_memory.c64 if (sz > EI_NIDENT && LIBELF_IS_ELF(image)) {
/freebsd-13-stable/usr.bin/brandelf/
H A Dbrandelf.c146 char buffer[EI_NIDENT];
153 if (read(fd, buffer, EI_NIDENT) < EI_NIDENT) {
178 if (write(fd, buffer, EI_NIDENT) != EI_NIDENT) {
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h54 #define EI_NIDENT 16 macro
93 Elf32_Char e_ident[EI_NIDENT];
110 Elf64_Char e_ident[EI_NIDENT];
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h57 unsigned char e_ident[llvm::ELF::EI_NIDENT]; ///< ELF file identification.
130 /// Examines at most EI_NIDENT bytes starting from the given pointer and
137 /// Examines at most EI_NIDENT bytes starting from the given address and
H A DELFHeader.cpp117 if (data.GetU8(offset, &e_ident, EI_NIDENT) == nullptr)
H A DObjectFileELF.cpp346 if (data_sp->GetByteSize() <= (llvm::ELF::EI_NIDENT + data_offset))
377 if (data_sp && data_sp->GetByteSize() > (llvm::ELF::EI_NIDENT)) {
397 data_sp->GetByteSize() > (llvm::ELF::EI_NIDENT + data_offset)) {
/freebsd-13-stable/sys/sys/
H A Delf32.h58 unsigned char e_ident[EI_NIDENT]; /* File identification. */
H A Delf64.h67 unsigned char e_ident[EI_NIDENT]; /* File identification. */
H A Delf_common.h139 #define EI_NIDENT 16 /* Size of e_ident array. */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h57 EI_NIDENT = 16 // Number of bytes in e_ident. enumerator in enum:llvm::ELF::__anon3063
61 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
87 unsigned char e_ident[EI_NIDENT];
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c144 bcopy(src->e_ident, dst->e_ident, EI_NIDENT);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h516 _ELF_DEFINE_EI(EI_NIDENT, 16, "total size")
2398 unsigned char e_ident[EI_NIDENT]; /* ELF identification. */
2417 unsigned char e_ident[EI_NIDENT]; /* ELF identification. */
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h40 if (Object.size() < ELF::EI_NIDENT)
H A DELFTypes.h455 unsigned char e_ident[ELF::EI_NIDENT]; // ELF Identification bytes
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp432 W.OS.write_zeros(ELF::EI_NIDENT - ELF::EI_PAD);
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2239 for (i = 0; i < EI_NIDENT; i++)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3451 for (int i = 0; i < ELF::EI_NIDENT; i++)

Completed in 302 milliseconds