Searched defs:ContentSection (Results 1 – 1 of 1) sorted by relevance
88 struct ContentSection : public OutputSection<ELFT> { struct89 T Content;90 ContentSection() { this->NoBits = false; } in ContentSection() argument