reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Thunks.cpp
  667   write16(buf, 0x41b9);       // lui   $25, %hi(func)
  668   write16(buf + 4, 0xd400);   // j     func
  669   write16(buf + 8, 0x3339);   // addiu $25, $25, %lo(func)
  670   write16(buf + 12, 0x0c00);  // nop
  671   target->relocateOne(buf, R_MICROMIPS_HI16, s);
  672   target->relocateOne(buf + 4, R_MICROMIPS_26_S1, s);
  673   target->relocateOne(buf + 8, R_MICROMIPS_LO16, s);