Searched refs:relocTypes (Results 1 – 3 of 3) sorted by relevance
691 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()1009 aux.relocTypes[i] = R_RISCV_NONE; in finalizeRelax()1029 if (aux.relocTypes[i] != R_RISCV_NONE) in finalizeRelax()[all …]
695 std::fill_n(aux.relocTypes.get(), relocs.size(), R_LARCH_NONE); in relax()807 if (remove == 0 && aux.relocTypes[i] == R_LARCH_NONE) in finalizeRelax()827 if (aux.relocTypes[i] != R_LARCH_NONE) in finalizeRelax()828 rels[i].type = aux.relocTypes[i]; in finalizeRelax()
119 std::unique_ptr<RelType[]> relocTypes; member