Home
last modified time | relevance | path

Searched refs:EI_ABIVERSION (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp135 .e_ident[EI_ABIVERSION]; in calcEFlags()
H A DARM.cpp1506 eHdr->e_ident[EI_ABIVERSION] = 0; in writeARMCmseImportLib()
/freebsd/sys/dev/ksyms/
H A Dksyms.c287 hdr->kh_ehdr.e_ident[EI_ABIVERSION] = 0; in ksyms_snapshot()
/freebsd/sys/sys/
H A Delf_common.h134 #define EI_ABIVERSION 8 /* ABI version */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h57 EI_ABIVERSION = 8, // ABI version. enumerator
/freebsd/usr.bin/gcore/
H A Delfcore.c493 ehdr->e_ident[EI_ABIVERSION] = 0; in elf_puthdr()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1940 Obj.ABIVersion = Ehdr.e_ident[EI_ABIVERSION]; in build()
2034 Ehdr.e_ident[EI_ABIVERSION] = Obj.ABIVersion; in writeEhdr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h684 return EF.getHeader().e_ident[ELF::EI_ABIVERSION]; in getEIdentABIVersion()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp556 abiVersion = obj.getHeader().e_ident[llvm::ELF::EI_ABIVERSION]; in init()
H A DSyntheticSections.cpp4371 eHdr->e_ident[EI_ABIVERSION] = getAbiVersion(); in writeEhdr()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h514 _ELF_DEFINE_EI(EI_ABIVERSION, 8, "OS ABI version") \
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3597 "ABI Version:", std::to_string(e.e_ident[ELF::EI_ABIVERSION])); in printFileHeaders()
3642 switch (e.e_ident[ELF::EI_ABIVERSION]) { in printFileHeaders()
7047 W.printNumber("ABIVersion", E.e_ident[ELF::EI_ABIVERSION]); in printFileHeaders()
7075 switch (E.e_ident[ELF::EI_ABIVERSION]) { in printFileHeaders()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp477 Header.e_ident[EI_ABIVERSION] = Doc.Header.ABIVersion; in writeELFHeader()
/freebsd/sys/kern/
H A Dimgact_elf.c1930 ehdr->e_ident[EI_ABIVERSION] = 0; in __elfN()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c2288 printf("%-37s%d\n", " ABI Version:", re->ehdr.e_ident[EI_ABIVERSION]); in dump_ehdr()