Searched refs:DynRelSec (Results 1 – 1 of 1) sorted by relevance
2303 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections(); in printDynamicRelocations() local2304 if (DynRelSec.empty()) in printDynamicRelocations()2309 for (const SectionRef &Section : DynRelSec) in printDynamicRelocations()