Searched refs:makeSymtabSection (Results 1 – 3 of 3) sorted by relevance
504 template <class LP> SymtabSection *makeSymtabSection(StringTableSection &);
1472 macho::makeSymtabSection(StringTableSection &stringTableSection) { in makeSymtabSection() function in macho2538 template SymtabSection *macho::makeSymtabSection<LP64>(StringTableSection &);2539 template SymtabSection *macho::makeSymtabSection<ILP32>(StringTableSection &);
1025 symtabSection = makeSymtabSection<LP>(*stringTableSection); in createOutputSections()