Searched refs:HasTextRelocations (Results 1 – 1 of 1) sorted by relevance
1564 bool HasTextRelocations = false; in readSpecialSections() local1595 HasTextRelocations = (bool)BC->getUniqueSectionByName(".rela.text"); in readSpecialSections()1623 if (opts::RelocationMode == cl::BOU_TRUE && !HasTextRelocations) { in readSpecialSections()1630 HasTextRelocations && (opts::RelocationMode != cl::BOU_FALSE); in readSpecialSections()