Home
last modified time | relevance | path

Searched refs:IsRelocatable (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h499 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintExceptionTable() local
500 uint64_t Address = IsRelocatable in PrintExceptionTable()
505 IsRelocatable ? std::optional<unsigned>(EHT.sh_link) : std::nullopt; in PrintExceptionTable()
539 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintIndexTable() local
568 IsRelocatable in PrintIndexTable()
578 IsRelocatable ? std::optional<unsigned>(IT->sh_link) : std::nullopt; in PrintIndexTable()
597 if (IsRelocatable) { in PrintIndexTable()
611 SW.printHex(IsRelocatable ? "TableEntryOffset" : "TableEntryAddress", in PrintIndexTable()
614 if (IsRelocatable) in PrintIndexTable()
H A DELFDumper.cpp7546 bool IsRelocatable = this->Obj.getHeader().e_type == ELF::ET_REL; in printBBAddrMaps() local
7562 if (IsRelocatable) in printBBAddrMaps()
7566 if (IsRelocatable && !RelocSec) { in printBBAddrMaps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp678 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL; in decodeBBAddrMapImpl() local
684 if (IsRelocatable && RelaSec) { in decodeBBAddrMapImpl()
739 if (IsRelocatable) { in decodeBBAddrMapImpl()
H A DELFObjectFile.cpp791 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL; in readBBAddrMapImpl() local
819 if (IsRelocatable && !RelocSec) in readBBAddrMapImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp584 bool IsRelocatable = in evaluateAsAbsolute() local
590 return IsRelocatable && Value.isAbsolute(); in evaluateAsAbsolute()