Home
last modified time | relevance | path

Searched refs:relocTypes (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lld/ELF/Arch/
H A DRISCV.cpp500 std::unique_ptr<RelType[]> relocTypes; member
514 sec->relaxAux->relocTypes = in initSymbolAnchors()
561 sec.relaxAux->relocTypes[i] = R_RISCV_RVC_JUMP; in relaxCall()
566 sec.relaxAux->relocTypes[i] = R_RISCV_RVC_JUMP; in relaxCall()
570 sec.relaxAux->relocTypes[i] = R_RISCV_JAL; in relaxCall()
587 sec.relaxAux->relocTypes[i] = R_RISCV_RELAX; in relaxTlsLe()
592 sec.relaxAux->relocTypes[i] = R_RISCV_32; in relaxTlsLe()
598 sec.relaxAux->relocTypes[i] = R_RISCV_32; in relaxTlsLe()
787 aux.relocTypes[i] = R_RISCV_NONE; in riscvFinalizeRelax()
807 if (aux.relocTypes[i] != R_RISCV_NONE) in riscvFinalizeRelax()
[all …]