/freebsd/contrib/file/src/ |
H A D | elfclass.h | 64 case ET_REL:
|
H A D | readelf.h | 127 #define ET_REL 1 macro
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 368 !(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 D | binary.c | 188 oeh.e_type = ET_REL; in create_elf_from_binary()
|
H A D | ascii.c | 234 oeh.e_type = ET_REL; in create_elf_from_srec() 503 oeh.e_type = ET_REL; in create_elf_from_ihex()
|
H A D | main.c | 326 else if (ieh.e_type == ET_REL) in create_elf()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMEHABIPrinter.h | 499 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 D | ELFDumper.cpp | 1078 {"Relocatable", "REL (Relocatable file)", ELF::ET_REL}, 6829 if (this->Obj.getHeader().e_type == ELF::ET_REL) in printStackSizes() 7760 bool IsRelocatable = this->Obj.getHeader().e_type == ELF::ET_REL; in printBBAddrMaps() 8136 if (this->Obj.getHeader().e_type == ELF::ET_REL) in printStackSizes()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 186 if (ELF->getEType() == ELF::ET_REL) { in populateFromObject()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_module.c | 99 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 D | dt_link.c | 500 elf_file.ehdr.e_type = ET_REL; in dump_elf32() 654 elf_file.ehdr.e_type = ET_REL; in dump_elf64()
|
/freebsd/lib/libkldelf/ |
H A D | ef_obj.c | 281 if (hdr->e_type != ET_REL || hdr->e_shnum == 0 || hdr->e_shoff == 0 || in ef_obj_open()
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 137 hdr->e_type != ET_REL) { in __elfN()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 85 return Obj.getHeader().e_type == llvm::ELF::ET_REL; in isRelocatable()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 197 #define ET_REL 1 /* Relocatable. */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 883 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL; in readBBAddrMapImpl()
|
H A D | ELF.cpp | 738 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL; in decodeBBAddrMapImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 117 ET_REL = 1, // Relocatable file enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 641 if (EF.getHeader().e_type == ELF::ET_REL) { in getSymbolAddress() 1501 return EF.getHeader().e_type == ELF::ET_REL; in isRelocatableObject()
|
/freebsd/sys/kern/ |
H A D | link_elf_obj.c | 388 hdr->e_type != ET_REL || in link_elf_link_preload() 790 if (hdr->e_type != ET_REL) { in link_elf_load_file()
|
/freebsd/contrib/elftoolchain/addr2line/ |
H A D | addr2line.c | 878 } else if (eh.e_type == ET_REL) { in find_section_base()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 3296 case ET_REL: in DumpELFHeader_e_type() 3527 case llvm::ELF::ET_REL: in CalculateType() 3555 case llvm::ELF::ET_REL: in CalculateStrata()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 301 W.write<uint16_t>(ELF::ET_REL); // e_type in writeHeader()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | ARM.cpp | 1499 eHdr->e_type = ET_REL; in writeARMCmseImportLib()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 890 _ELF_DEFINE_ET(ET_REL, 1, "Relocatable object") \
|