Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx1106 ELFSectionProgBitsTy *need_rel = in relocate() local
1108 rsl_assert(need_rel && "Need be relocated section can't be NULL."); in relocate()
1112 relocateARM(find_sym, context, reltab, need_rel); in relocate()
1115 relocateAARCH64(find_sym, context, reltab, need_rel); in relocate()
1118 relocateX86_32(find_sym, context, reltab, need_rel); in relocate()
1121 relocateX86_64(find_sym, context, reltab, need_rel); in relocate()
1124 relocateMIPS(find_sym, context, reltab, need_rel); in relocate()