Lines Matching full:rela
15 DT_RELASZ = 8 /* Size of the Rela relocs */
16 DT_RELAENT = 9 /* Size of one Rela reloc entry */
40 add r9, r9, r12 /* runtime address of .rela.dyn section */
47 * Scan the dynamic section for RELA, RELASZ entries
57 lwz r7, 4(r11) /* r7 = rela.link */
62 lwz r8, 4(r11) /* r8 = Total Rela relocs size */
67 lwz r6, 4(r11) /* r6 = Size of one Rela reloc */
83 * Work out the current offset from the link time address of .rela
85 * cur_offset[r7] = rela.run[r9] - rela.link [r7]
95 * Scan through the .rela table and process each entry
96 * r9 - points to the current .rela table entry
105 lwz r4, 4(r9) /* r4 = rela.r_info */
193 add r9, r9, r6 /* move to next entry in the .rela table */