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