Searched refs:RELA (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | reloc_64.S | 10 RELA = 7 define 30 * Scan the dynamic section for the RELA and RELACOUNT entries. 37 cmpdi r6,RELA 39 ld r7,8(r11) /* get RELA pointer in r7 */ 47 4: cmpdi r7,0 /* check we have both RELA and RELACOUNT */
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | reloc_64.S | 10 RELA = 7 define 34 * Scan the dynamic section for the RELA, RELASZ and RELAENT entries. 42 cmpdi r6,RELA 44 ld r7,8(r11) /* get RELA pointer in r7 */ 56 cmpdi r7,0 /* check we have RELA, RELASZ, RELAENT */
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | crt0.S | 10 RELA = 7 define 68 * We need the RELA and RELACOUNT entries. */ 74 cmpwi r8,RELA 76 lwz r9,4(r12) /* get RELA pointer in r9 */ 96 add r9,r9,r11 /* Relocate RELA pointer */ 159 cmpdi r12,RELA 161 ld r13,8(r11) /* get RELA pointer in r13 */ 170 cmpdi r13,0 /* check we have both RELA and RELACOUNT */
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | crt0.S | 10 RELA = 7 define 69 * We need the RELA and RELACOUNT entries. */ 75 cmpwi r8,RELA 77 lwz r9,4(r12) /* get RELA pointer in r9 */ 101 add r9,r9,r11 /* Relocate RELA pointer */ 165 cmpdi r12,RELA 167 ld r13,8(r11) /* get RELA pointer in r13 */ 180 cmpdi r13,0 /* check we have both RELA, RELASZ, RELAENT*/
|
Completed in 1 milliseconds