Searched defs:ContentSection (Results 1 – 1 of 1) sorted by relevance
89 struct ContentSection : public OutputSection<ELFT> { struct90 T Content;91 ContentSection() { this->NoBits = false; } in ContentSection() function