Searched refs:DynRelSec (Results 1 – 1 of 1) sorted by relevance
1826 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections(); in PrintDynamicRelocations() local1827 if (DynRelSec.empty()) in PrintDynamicRelocations()1831 for (const SectionRef &Section : DynRelSec) { in PrintDynamicRelocations()