Lines Matching defs:strx
1171 stab.strx = stringTableSection.addString(saver().save(sourceFile));
1196 stab.strx = stringTableSection.addString(adjustedPath);
1226 astStab.strx = stringTableSection.addString(s);
1290 symStab.strx = stringTableSection.addString(defined->getName());
1309 uint32_t strx = stringTableSection.addString(sym->getName());
1310 symbols.push_back({sym, strx});
1408 nList->n_strx = entry.strx;
1418 nList->n_strx = entry.strx;
1543 uint32_t strx = size;
1546 auto [it, inserted] = stringMap.try_emplace(hashedStr, strx);
1553 return strx;