Lines Matching defs:relocs
429 // The LoongArch add/sub relocs behave like the RISCV counterparts; reuse
461 // the HI20 reloc appears earlier, and the relocs don't contain enough
463 // Unlike RISCV, our LO12 relocs *do not* point to their corresponding HI20
464 // relocs, hence it is nearly impossible to 100% accurately determine each
521 // Other known relocs that are explicitly unimplemented:
523 // - psABI v1 relocs that need a stateful stack machine to work, and not
525 // - relocs that are not used anywhere (R_LARCH_{ADD,SUB}_24 [1], and the
526 // two GNU vtable-related relocs).
748 const MutableArrayRef<Relocation> relocs = sec.relocs();
754 std::fill_n(aux.relocTypes.get(), relocs.size(), R_LARCH_NONE);
756 for (auto [i, r] : llvm::enumerate(relocs)) {
851 MutableArrayRef<Relocation> rels = sec->relocs();