Lines Matching defs:aux
749 auto &aux = *sec.relaxAux;
751 ArrayRef<SymbolAnchor> sa = ArrayRef(aux.anchors);
754 std::fill_n(aux.relocTypes.get(), relocs.size(), R_LARCH_NONE);
755 aux.writes.clear();
758 uint32_t &cur = aux.relocDeltas[i], remove = 0;
847 RelaxAux &aux = *sec->relaxAux;
848 if (!aux.relocDeltas)
853 size_t newSize = old.size() - aux.relocDeltas[rels.size() - 1];
864 uint32_t remove = aux.relocDeltas[i] - delta;
865 delta = aux.relocDeltas[i];
866 if (remove == 0 && aux.relocTypes[i] == R_LARCH_NONE)
886 if (aux.relocTypes[i] != R_LARCH_NONE)
887 rels[i].type = aux.relocTypes[i];
889 delta = aux.relocDeltas[i - 1];