Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/
DELFObject.h37 std::vector<ELFSectionTy *> stab; variable
113 for (size_t i = 0; i < stab.size(); ++i) { in ~ELFObject()
115 delete stab[i]; in ~ELFObject() local
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx57 object->stab.push_back(NULL); in read()
62 object->stab.push_back(sec.release()); in read()
77 object->stab[index] = sec.release(); in read()
85 ELFSectionTy const *sec = stab[header->getStringSectionIndex()]; in getSectionName()
99 return stab[i]; in getSectionByIndex()
105 return stab[i]; in getSectionByIndex()
112 return stab[idx]; in getSectionByName()
1081 for (size_t i = 0; i < stab.size(); ++i) { in relocate()
1087 static_cast<ELFSectionRelTableTy *>(stab[i]); in relocate()
1133 for (size_t i = 0; i < stab.size(); ++i) { in relocate()
[all …]