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
307 std::vector<SectionRef> dynamic_relocation_sections() const override;900 ELFObjectFile<ELFT>::dynamic_relocation_sections() const { in dynamic_relocation_sections() function
1982 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections(); in printDynamicRelocations()