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

References

tools/lld/ELF/Thunks.cpp
  645   write32(buf, 0x3c190000); // lui   $25, %hi(func)
  646   write32(buf + 4, 0x08000000 | (s >> 2)); // j     func
  647   write32(buf + 8, 0x27390000); // addiu $25, $25, %lo(func)
  648   write32(buf + 12, 0x00000000); // nop
  649   target->relocateOne(buf, R_MIPS_HI16, s);
  650   target->relocateOne(buf + 8, R_MIPS_LO16, s);