Searched defs:VerneedSection (Results 1 – 1 of 1) sorted by relevance
330 struct VerneedSection : Section { struct335 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument337 static bool classof(const Chunk *S) { in classof()