Lines Matching refs:rsym
108 ResolveInfo* rsym = pReloc.symInfo(); in helper_PLT_init() local
110 assert(NULL == pParent.getSymPLTMap().lookUp(*rsym)); in helper_PLT_init()
113 pParent.getSymPLTMap().record(*rsym, *plt_entry); in helper_PLT_init()
116 assert(NULL == pParent.getSymGOTPLTMap().lookUp(*rsym) && in helper_PLT_init()
119 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry); in helper_PLT_init()
125 rel_entry.setSymInfo(rsym); in helper_PLT_init()
182 ResolveInfo* rsym = pReloc.symInfo(); in helper_GOT_init() local
184 assert(NULL == pParent.getSymGOTMap().lookUp(*rsym)); in helper_GOT_init()
187 pParent.getSymGOTMap().record(*rsym, *got_entry); in helper_GOT_init()
196 if (helper_use_relative_reloc(*rsym, pParent)) { in helper_GOT_init()
198 Relocation& rel_entry = helper_DynRela_init(rsym, *got_entry, 0x0, in helper_GOT_init()
204 helper_DynRela_init(rsym, *got_entry, 0x0, R_AARCH64_GLOB_DAT, pParent); in helper_GOT_init()