Searched refs:need_rel (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/linkloader/include/impl/ |
D | ELFObject.hxx | 684 ELFSectionProgBitsTy *need_rel = in relocate() local 686 rsl_assert(need_rel && "Need be relocated section can't be NULL."); in relocate() 690 relocateARM(find_sym, context, reltab, need_rel); in relocate() 693 relocateX86_32(find_sym, context, reltab, need_rel); in relocate() 696 relocateX86_64(find_sym, context, reltab, need_rel); in relocate() 699 relocateMIPS(find_sym, context, reltab, need_rel); in relocate()
|