Home
last modified time | relevance | path

Searched refs:stab (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/linkloader/include/impl/
DELFObject.hxx54 object->stab.push_back(NULL); in read()
59 object->stab.push_back(sec.take()); in read()
74 object->stab[index] = sec.take(); in read()
82 ELFSectionTy const *sec = stab[header->getStringSectionIndex()]; in getSectionName()
96 return stab[i]; in getSectionByIndex()
102 return stab[i]; in getSectionByIndex()
109 return stab[idx]; in getSectionByName()
665 for (size_t i = 0; i < stab.size(); ++i) { in relocate()
671 static_cast<ELFSectionRelTableTy *>(stab[i]); in relocate()
708 for (size_t i = 0; i < stab.size(); ++i) { in relocate()
[all …]
/frameworks/compile/linkloader/include/
DELFObject.h38 std::vector<ELFSectionTy *> stab; variable
114 for (size_t i = 0; i < stab.size(); ++i) { in ~ELFObject()
116 delete stab[i]; in ~ELFObject() local