Searched refs:makeSymtabSection (Results 1 – 3 of 3) sorted by relevance
487 template <class LP> SymtabSection *makeSymtabSection(StringTableSection &);
1374 macho::makeSymtabSection(StringTableSection &stringTableSection) { in makeSymtabSection() function in macho2255 template SymtabSection *macho::makeSymtabSection<LP64>(StringTableSection &);2256 template SymtabSection *macho::makeSymtabSection<ILP32>(StringTableSection &);
971 symtabSection = makeSymtabSection<LP>(*stringTableSection); in createOutputSections()