search for: r_xxx_none

Displaying 1 result from an estimated 1 matches for "r_xxx_none".

2019 Mar 13
2
Need help implementing relocations
...ct MOVI opcode but the instead of the 0s, I should see the address of 'date' The ouput of llvm-objdump -r -t is this: RELOCATION RECORDS FOR [.rel.text]: 00000000 R_XXX_MOVI date (Note: correct relocation type) RELOCATION RECORDS FOR [.rel.eh_frame]: 0000001c R_XXX_NONE .text SYMBOL TABLE: 00000000 l df *ABS* 00000000 array.ll 00000000 l d .text 00000000 .text 00000000 g F .text 0000000e foo 00000000 g O .data 0000000c date Why am I missing? Why didn't fill the instruction with the address of 'date'? Thanks. -------------- n...