Searched refs:IndirectSymtabSection (Results 1 – 3 of 3) sorted by relevance
75 IndirectSymtabSection *indirectSymtabSection = nullptr;196 IndirectSymtabSection *indirectSymtabSection) in LCDysymtab()218 IndirectSymtabSection *indirectSymtabSection;997 indirectSymtabSection = make<IndirectSymtabSection>(); in createOutputSections()
514 class IndirectSymtabSection final : public LinkEditSection {516 IndirectSymtabSection();
1459 IndirectSymtabSection::IndirectSymtabSection() in IndirectSymtabSection() function in IndirectSymtabSection1463 uint32_t IndirectSymtabSection::getNumSymbols() const { in getNumSymbols()1472 bool IndirectSymtabSection::isNeeded() const { in isNeeded()1477 void IndirectSymtabSection::finalizeContents() { in finalizeContents()1496 void IndirectSymtabSection::writeTo(uint8_t *buf) const { in writeTo()