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