Lines Matching full:relocation
17 // Relocation helper functions
105 helper_PLT_init(Relocation& pReloc, AArch64Relocator& pParent)
107 // rsym - The relocation target symbol
122 Relocation& rel_entry = *ld_backend.getRelaPLT().create();
129 /// helper_DynRel - Get an relocation entry in .rela.dyn
130 static inline Relocation&
138 Relocation& rel_entry = *ld_backend.getRelaDyn().create();
149 /// helper_use_relative_reloc - Check if symbol can use relocation
179 helper_GOT_init(Relocation& pReloc, bool pHasRel, AArch64Relocator& pParent)
181 // rsym - The relocation target symbol
191 // No corresponding dynamic relocation, initialize to the symbol value.
195 // Initialize got_entry content and the corresponding dynamic relocation.
198 Relocation& rel_entry = helper_DynRela_init(rsym, *got_entry, 0x0,