Searched refs:toName (Results 1 – 3 of 3) sorted by relevance
678 const char *toName; in RebuildGraph() local 683 toName = StrTrimPrefix(suff->name, name); in RebuildGraph() 684 if (toName != NULL) { in RebuildGraph() 685 Suffix *to = FindSuffixByName(toName); in RebuildGraph() 695 toName = Suffix_TrimSuffix(suff, nameLen, name + nameLen); in RebuildGraph() 696 if (toName != NULL) { in RebuildGraph() 698 (size_t)(toName - name)); in RebuildGraph()
1450 StringRef toName = p.second; in mergeSections() local 1451 if (p.first == toName) in mergeSections() 1455 if (!names.insert(toName).second) in mergeSections() 1457 auto i = ctx.config.merge.find(toName); in mergeSections() 1460 toName = i->second; in mergeSections() 1463 OutputSection *to = findSection(toName); in mergeSections() 1467 from->name = toName; in mergeSections()
2870 static void toName(FICL_VM *pVM) in toName() function5136 dictAppendWord(dp, ">name", toName, FW_DEFAULT); in ficlCompileCore()