Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp691 sec->relaxAux->relocTypes = in initSymbolAnchors()
746 sec.relaxAux->relocTypes[i] = R_RISCV_RVC_JUMP; in relaxCall()
751 sec.relaxAux->relocTypes[i] = R_RISCV_RVC_JUMP; in relaxCall()
755 sec.relaxAux->relocTypes[i] = R_RISCV_JAL; in relaxCall()
772 sec.relaxAux->relocTypes[i] = R_RISCV_RELAX; in relaxTlsLe()
777 sec.relaxAux->relocTypes[i] = R_RISCV_32; in relaxTlsLe()
783 sec.relaxAux->relocTypes[i] = R_RISCV_32; in relaxTlsLe()
802 sec.relaxAux->relocTypes[i] = R_RISCV_RELAX; in relaxHi20Lo12()
806 sec.relaxAux->relocTypes[i] = INTERNAL_R_RISCV_GPREL_I; in relaxHi20Lo12()
809 sec.relaxAux->relocTypes[i] = INTERNAL_R_RISCV_GPREL_S; in relaxHi20Lo12()
[all …]
H A DLoongArch.cpp754 std::fill_n(aux.relocTypes.get(), relocs.size(), R_LARCH_NONE); in relax()
866 if (remove == 0 && aux.relocTypes[i] == R_LARCH_NONE) in finalizeRelax()
886 if (aux.relocTypes[i] != R_LARCH_NONE) in finalizeRelax()
887 rels[i].type = aux.relocTypes[i]; in finalizeRelax()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h135 std::unique_ptr<RelType[]> relocTypes; member