Lines Matching defs:stab
1170 StabsEntry stab(N_SO);
1171 stab.strx = stringTableSection.addString(saver().save(sourceFile));
1172 stabs.emplace_back(std::move(stab));
1176 StabsEntry stab(N_SO);
1177 stab.sect = 1;
1178 stabs.emplace_back(std::move(stab));
1182 StabsEntry stab(N_OSO);
1183 stab.sect = target->cpuSubtype;
1196 stab.strx = stringTableSection.addString(adjustedPath);
1197 stab.desc = 1;
1198 stab.value = file->modTime;
1199 stabs.emplace_back(std::move(stab));
1203 StabsEntry stab(N_FUN);
1204 stab.value = defined->size;
1205 stabs.emplace_back(std::move(stab));