Searched refs:IsRelocatable (Results 1 – 4 of 4) sorted by relevance
499 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintExceptionTable() local500 uint64_t Address = IsRelocatable in PrintExceptionTable()505 IsRelocatable ? Optional<unsigned>(EHT.sh_link) : None; in PrintExceptionTable()539 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintIndexTable() local568 IsRelocatable in PrintIndexTable()578 IsRelocatable ? Optional<unsigned>(IT->sh_link) : None; in PrintIndexTable()597 if (IsRelocatable) { in PrintIndexTable()611 SW.printHex(IsRelocatable ? "TableEntryOffset" : "TableEntryAddress", in PrintIndexTable()614 if (IsRelocatable) in PrintIndexTable()
574 bool IsRelocatable = in evaluateAsAbsolute() local580 return IsRelocatable && Value.isAbsolute(); in evaluateAsAbsolute()
13808 * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)