Lines Matching defs:remove
719 Relocation &r, uint32_t &remove) {
731 remove = 6;
736 remove = 6;
740 remove = 4;
746 uint64_t loc, Relocation &r, uint32_t &remove) {
756 remove = 4;
774 uint64_t loc, Relocation &r, uint32_t &remove) {
786 remove = 4;
810 uint32_t &cur = aux.relocDeltas[i], remove = 0;
816 remove = nextLoc - ((loc + align - 1) & -align);
818 if (LLVM_UNLIKELY(static_cast<int32_t>(remove) < 0)) {
825 remove = 0;
832 relaxCall(ctx, sec, i, loc, r, remove);
839 relaxTlsLe(ctx, sec, i, loc, r, remove);
845 relaxHi20Lo12(ctx, sec, i, loc, r, remove);
856 remove = 4;
860 remove = 4;
873 delta += remove;
942 // Update section content: remove NOPs for R_RISCV_ALIGN and rewrite
945 uint32_t remove = aux.relocDeltas[i] - delta;
947 if (remove == 0 && aux.relocTypes[i] == R_RISCV_NONE)
957 // to satisfy the alignment requirement. If both `remove` and r.addend
963 if (remove % 4 || r.addend % 4) {
964 skip = r.addend - remove;
1002 offset = r.offset + skip + remove;