Home
last modified time | relevance | path

Searched refs:ET_REL (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/file/src/
H A Delfclass.h64 case ET_REL:
H A Dreadelf.h127 #define ET_REL 1 macro
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c368 !(image->pi_iskernelmodule && eh.e_type == ET_REL)) { in pmcstat_image_get_elf_params()
382 if (eh.e_type != ET_REL) { in pmcstat_image_get_elf_params()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dbinary.c188 oeh.e_type = ET_REL; in create_elf_from_binary()
H A Dascii.c234 oeh.e_type = ET_REL; in create_elf_from_srec()
503 oeh.e_type = ET_REL; in create_elf_from_ihex()
H A Dmain.c326 else if (ieh.e_type == ET_REL) in create_elf()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h499 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintExceptionTable()
539 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintIndexTable()
H A DELFDumper.cpp1063 {"Relocatable", "REL (Relocatable file)", ELF::ET_REL},
6687 if (this->Obj.getHeader().e_type == ELF::ET_REL) in printStackSizes()
7546 bool IsRelocatable = this->Obj.getHeader().e_type == ELF::ET_REL; in printBBAddrMaps()
7895 if (this->Obj.getHeader().e_type == ELF::ET_REL) in printStackSizes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp186 if (ELF->getEType() == ELF::ET_REL) { in populateFromObject()
/freebsd/usr.sbin/kldxref/
H A Def_obj.c276 if (hdr->e_type != ET_REL || hdr->e_shnum == 0 || hdr->e_shoff == 0 || in ef_obj_open()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c99 is_elf_obj = (ehdr.e_type == ET_REL); in dt_module_syminit32()
149 is_elf_obj = (ehdr.e_type == ET_REL); in dt_module_syminit64()
1201 is_elf_obj = (ehdr.e_type == ET_REL); in dt_module_update()
H A Ddt_link.c500 elf_file.ehdr.e_type = ET_REL; in dump_elf32()
654 elf_file.ehdr.e_type = ET_REL; in dump_elf64()
/freebsd/stand/common/
H A Dload_elf_obj.c139 hdr->e_type != ET_REL) { in __elfN()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h85 return Obj.getHeader().e_type == llvm::ELF::ET_REL; in isRelocatable()
/freebsd/sys/sys/
H A Delf_common.h197 #define ET_REL 1 /* Relocatable. */ macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp791 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL; in readBBAddrMapImpl()
H A DELF.cpp678 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL; in decodeBBAddrMapImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h606 if (EF.getHeader().e_type == ELF::ET_REL) { in getSymbolAddress()
1427 return EF.getHeader().e_type == ELF::ET_REL; in isRelocatableObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h116 ET_REL = 1, // Relocatable file enumerator
/freebsd/sys/kern/
H A Dlink_elf_obj.c391 hdr->e_type != ET_REL || in link_elf_link_preload()
793 if (hdr->e_type != ET_REL) { in link_elf_load_file()
/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c878 } else if (eh.e_type == ET_REL) { in find_section_base()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3206 case ET_REL: in DumpELFHeader_e_type()
3437 case llvm::ELF::ET_REL: in CalculateType()
3465 case llvm::ELF::ET_REL: in CalculateStrata()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1422 eHdr->e_type = ET_REL; in writeARMCmseImportLib()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp433 W.write<uint16_t>(ELF::ET_REL); // e_type in writeHeader()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h890 _ELF_DEFINE_ET(ET_REL, 1, "Relocatable object") \

12