HomeSort by relevance Sort by last modified time
    Searched defs:reltab (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionProgBits.hxx 50 ELFSectionRelTableTy const *reltab = local
54 if (reltab) {
57 max_num_stubs += reltab->getMaxNumStubs(owner);
ELFObject.hxx 129 ELFSectionRelTableTy *reltab,
138 for (size_t i = 0; i < reltab->size(); ++i) {
140 ELFRelocTy *rel = (*reltab)[i];
361 ELFSectionRelTableTy *reltab,
373 for (size_t i = 0; i < reltab->size(); ++i) {
374 ELFRelocTy *rel = (*reltab)[i];
661 ELFSectionRelTableTy *reltab,
669 for (size_t i = 0; i < reltab->size(); ++i) {
671 ELFRelocTy *rel = (*reltab)[i];
790 ELFSectionRelTableTy *reltab,
1086 ELFSectionRelTableTy *reltab = local
    [all...]

Completed in 54 milliseconds