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 48 ELFSectionRelTableTy const *reltab = local
52 if (reltab) {
55 max_num_stubs = reltab->getMaxNumStubs(owner);
ELFObject.hxx 126 ELFSectionRelTableTy *reltab,
135 for (size_t i = 0; i < reltab->size(); ++i) {
137 ELFRelocTy *rel = (*reltab)[i];
359 ELFSectionRelTableTy *reltab,
367 for (size_t i = 0; i < reltab->size(); ++i) {
369 ELFRelocTy *rel = (*reltab)[i];
413 ELFSectionRelTableTy *reltab,
421 for (size_t i = 0; i < reltab->size(); ++i) {
423 ELFRelocTy *rel = (*reltab)[i];
461 ELFSectionRelTableTy *reltab,
679 ELFSectionRelTableTy *reltab = local
    [all...]

Completed in 25 milliseconds