Searched defs:RelocationSection (Results 1 – 3 of 3) sorted by relevance
623 struct RelocationSection : Section { struct627 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument629 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()633 static bool classof(const Chunk *S) { in classof()
39 class RelocationSection; variable913 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function
1721 RelocationSection<ELFT>::RelocationSection(StringRef name, bool combreloc, in RelocationSection() function in RelocationSection