Searched refs:stab (Results 1 – 2 of 2) sorted by relevance
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()[all …]
38 std::vector<ELFSectionTy *> stab; variable108 for (size_t i = 0; i < stab.size(); ++i) { in ~ELFObject()110 delete stab[i]; in ~ELFObject() local