Searched defs:RelocationSection (Results 1 – 3 of 3) sorted by relevance
639 struct RelocationSection : Section { struct643 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() function645 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()649 static bool classof(const Chunk *S) { in classof()
39 class RelocationSection; variable917 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function
1779 RelocationSection<ELFT>::RelocationSection(Ctx &ctx, StringRef name, in RelocationSection() function in RelocationSection