Searched defs:getOutputSection (Results 1 – 5 of 5) sorted by relevance
131 BinarySection &getOutputSection() { return *OutputSection; } in getOutputSection() function132 const BinarySection &getOutputSection() const { return *OutputSection; } in getOutputSection() function
52 OutputSection *getOutputSection(const Chunk *c) const { in getOutputSection() function
200 OutputSection *Symbol::getOutputSection() const { in getOutputSection() function in Symbol
79 const OutputSection *getOutputSection() const { in getOutputSection() function
184 OutputSection *SectionBase::getOutputSection() { in getOutputSection() function in SectionBase