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