search for: r_mips_pc16

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

Did you mean: r_mips_lo16
2018 Jan 10
3
llvm-mc assembler, GNU as, and pc-relative branches for Arm/AArch64/Mips
...Assembling the same input with GNU as (no arguments), then dumping with GNU objdump (from the Mips 2016.05-03 precompiled SDK): a.out: file format elf32-tradbigmips Disassembly of section .text: 00000000 <lab>: 0: 10c70020 beq a2,a3,84 <lab+0x84> 0: R_MIPS_PC16 *ABS* 4: 00000000 nop 8: 14850010 bne a0,a1,4c <lab+0x4c> 8: R_MIPS_PC16 *ABS* c: 00000000 nop 10: 10c70020 beq a2,a3,94 <lab+0x94> 10: R_MIPS_PC16 *ABS* 14: 00000000 nop 18: 14850010 bne a0,a1,5c <lab+0x5c>...