|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/lld/ELF/Arch/Mips.cpp 531 std::tie(type, val) = calculateMipsRelChain(loc, type, val);
531 std::tie(type, val) = calculateMipsRelChain(loc, type, val);
534 val = fixupCrossModeJump<ELFT>(loc, type, val);
538 if (type == R_MIPS_TLS_DTPREL_HI16 || type == R_MIPS_TLS_DTPREL_LO16 ||
538 if (type == R_MIPS_TLS_DTPREL_HI16 || type == R_MIPS_TLS_DTPREL_LO16 ||
539 type == R_MIPS_TLS_DTPREL32 || type == R_MIPS_TLS_DTPREL64 ||
539 type == R_MIPS_TLS_DTPREL32 || type == R_MIPS_TLS_DTPREL64 ||
540 type == R_MICROMIPS_TLS_DTPREL_HI16 ||
541 type == R_MICROMIPS_TLS_DTPREL_LO16) {
545 switch (type) {
567 checkInt(loc, val, 16, type);
575 checkInt(loc, val, 16, type);
586 checkInt(loc, val, 16, type);
600 checkInt(loc, val, 16, type);
612 checkInt(loc, val, 7, type);
655 checkAlignment(loc, val, 4, type);
656 checkInt(loc, val, 18, type);
660 checkAlignment(loc, val, 4, type);
661 checkInt(loc, val, 21, type);
665 checkAlignment(loc, val, 4, type);
666 checkInt(loc, val, 23, type);
670 checkAlignment(loc, val, 4, type);
671 checkInt(loc, val, 28, type);
679 checkInt(loc, val, 27, type);
683 checkInt(loc, val, 8, type);
687 checkInt(loc, val, 11, type);
691 checkInt(loc, val, 17, type);
695 checkInt(loc, val, 21, type);
699 checkInt(loc, val, 21, type);
703 checkInt(loc, val, 22, type);
707 checkInt(loc, val, 25, type);