Lines Matching full:stab
53 object->stab.push_back(NULL);
58 object->stab.push_back(sec.take());
73 object->stab[index] = sec.take();
81 ELFSectionTy const *sec = stab[header->getStringSectionIndex()];
95 return stab[i];
101 return stab[i];
108 return stab[idx];
396 for (size_t i = 0; i < stab.size(); ++i) {
402 static_cast<ELFSectionRelTableTy *>(stab[i]);
436 for (size_t i = 0; i < stab.size(); ++i) {
439 if (stab[i]) {
440 static_cast<ELFSectionBitsTy *>(stab[i])->protect();
451 for (size_t i = 0; i < stab.size(); ++i) {
452 ELFSectionTy *sec = stab[i];