Searched refs:dynamic_relocation_sections (Results 1 – 3 of 3) sorted by relevance
314 virtual std::vector<SectionRef> dynamic_relocation_sections() const { in dynamic_relocation_sections() function
308 std::vector<SectionRef> dynamic_relocation_sections() const override;903 ELFObjectFile<ELFT>::dynamic_relocation_sections() const { in dynamic_relocation_sections() function
2216 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections(); in printDynamicRelocations()