kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

x64_reloc_modifiers.s (204B)


      1 .text
      2 t:
      3     leaq    sym(%rip), %rax
      4     movq    sym(%rip), %rcx
      5     movq    %rdx, sym(%rip)
      6     movq    sym@GOTPCREL(%rip), %rsi
      7     movl    $7, sym(%rip)
      8     call    foo@PLT
      9     jmp     bar@PLT
     10     ret