search for: 1afffffe

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

Did you mean: 0afffffe
2018 Jan 10
3
llvm-mc assembler, GNU as, and pc-relative branches for Arm/AArch64/Mips
...objdumping the same program with the gcc-arm-non-eabi-7-2017-q4-major toolchain (no arguments to as): a.out: file format elf32-littlearm Disassembly of section .text: 00000000 <lab>: 0: 0afffffe beq 80 <*ABS*0x80> 0: R_ARM_JUMP24 *ABS*0x80 4: 1afffffe bne 40 <*ABS*0x40> 4: R_ARM_JUMP24 *ABS*0x40 8: 0afffffe beq 80 <*ABS*0x80> 8: R_ARM_JUMP24 *ABS*0x80 c: 1afffffe bne 40 <*ABS*0x40> c: R_ARM_JUMP24 *ABS*0x40 In this case, relocations are generated and the argument appears to be int...