|
|||||||||||
|
Technical Support On-Line Manuals Assembler Reference |
Assembler ReferenceRELOC
The
where:
Use If used immediately after an ARM or Thumb instruction, If the assembler has already emitted a relocation at that
place, the relocation is updated with the details in the DCD sym2 ; R_ARM_ABS32 to sym32 RELOC 55 ; ... makes it R_ARM_ABS32_NOI
Use IMPORT impsym LDR r0,[pc,#-8] RELOC 4, impsym DCD 0 RELOC 2, sym DCD 0,1,2,3,4 ; the final word is relocated RELOC 38,sym2 ; R_ARM_TARGET1 DCD impsym RELOC R_ARM_TARGET1 ; relocation code 38 | ||||||||||
|
|||||||||||