| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Chunks.cpp | 91 add32(Off, SecRel); in applySecRel() 99 add16(Off, OS->SectionIndex); in applySecIdx() 140 write16le(Off, (read16le(Off) & 0xfbf0) | ((V & 0x800) >> 1) | ((V >> 12) & 0xf)); in applyMOV() 141 write16le(Off + 2, (read16le(Off + 2) & 0x8f00) | ((V & 0x700) << 4) | (V & 0xff)); in applyMOV() 145 uint16_t Op1 = read16le(Off); in readMOV() 149 uint16_t Op2 = read16le(Off + 2); in readMOV() 184 write16le(Off + 2, (read16le(Off + 2) & 0xd000) | (J1 << 13) | (J2 << 11) | ((V >> 1) & 0x7ff)); in applyBranch24T() 212 uint32_t Orig = read32le(Off); in applyArm64Addr() 226 uint32_t Orig = read32le(Off); in applyArm64Imm() 241 uint32_t Orig = read32le(Off); in applyArm64Ldr() [all …]
|
| H A D | Chunks.h | 165 void applyRelX64(uint8_t *Off, uint16_t Type, OutputSection *OS, uint64_t S, 167 void applyRelX86(uint8_t *Off, uint16_t Type, OutputSection *OS, uint64_t S, 169 void applyRelARM(uint8_t *Off, uint16_t Type, OutputSection *OS, uint64_t S, 171 void applyRelARM64(uint8_t *Off, uint16_t Type, OutputSection *OS, uint64_t S, 511 void applyMOV32T(uint8_t *Off, uint32_t V); 512 void applyBranch24T(uint8_t *Off, int32_t V); 514 void applyArm64Addr(uint8_t *Off, uint64_t S, uint64_t P, int Shift); 515 void applyArm64Imm(uint8_t *Off, uint64_t Imm, uint32_t RangeLimit); 516 void applyArm64Branch26(uint8_t *Off, int64_t V);
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | AArch64ErrataFix.cpp | 349 Off += 0xff8 - InitialPageOff; in scanCortexA53Errata843419() 352 if (Off >= Limit || Limit - Off < 12) { in scanCortexA53Errata843419() 354 Off = Limit; in scanCortexA53Errata843419() 365 PatchOff = Off + 8; in scanCortexA53Errata843419() 369 PatchOff = Off + 12; in scanCortexA53Errata843419() 371 if (((ISAddr + Off) & 0xfff) == 0xff8) in scanCortexA53Errata843419() 372 Off += 4; in scanCortexA53Errata843419() 374 Off += 0xffc; in scanCortexA53Errata843419() 399 Patchee(P), PatcheeOffset(Off) { in Patch843419Section() 604 uint64_t Off = (*CodeSym)->Value; in patchInputSectionDescription() local [all …]
|
| H A D | Relocations.cpp | 83 uint64_t Off) { in getLocation() argument 91 std::string Src = S.getSrcMsg(Sym, Off); in getLocation() 94 return Msg + S.getObjMsg(Off); in getLocation() 145 In.RelaDyn->addReloc(Type, In.Got, Off, Dest); in handleARMTlsRelocation() 166 uint64_t Off = In.Got->getGlobalDynOffset(Sym); in handleARMTlsRelocation() local 238 uint64_t Off = Sym.getGotOffset(); in handleTlsRelocation() local 255 uint64_t OffsetOff = Off + Config->Wordsize; in handleTlsRelocation() 721 uint64_t get(uint64_t Off) { in get() argument 723 return Off; in get() 783 uint64_t Off = Sym.getGotOffset(); in addGotEntry() local [all …]
|
| H A D | SyntheticSections.cpp | 479 size_t Off = 0; in finalizeContents() local 494 Off += 4; in finalizeContents() 496 this->Size = Off; in finalizeContents() 580 write32(Buf + Off + 4, Off + 4 - CieOffset); in writeTo() 2546 size_t Off = 0; in createSymbols() local 2943 size_t Off = 0; in finalizeContents() local 2947 Off = alignTo(Off, Alignment); in finalizeContents() 2951 Size = Off; in finalizeContents() 3100 Off = alignTo(Off, T->Alignment); in assignOffsets() 3104 Off += Size; in assignOffsets() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/ |
| H A D | MCExternalSymbolizer.cpp | 112 const MCExpr *Off = nullptr; in tryAddingSymbolicOperand() local 114 Off = MCConstantExpr::create(SymbolicOp.Value, Ctx); in tryAddingSymbolicOperand() 123 if (Off) in tryAddingSymbolicOperand() 124 Expr = MCBinaryExpr::createAdd(LHS, Off, Ctx); in tryAddingSymbolicOperand() 128 if (Off) in tryAddingSymbolicOperand() 129 Expr = MCBinaryExpr::createAdd(Add, Off, Ctx); in tryAddingSymbolicOperand() 133 if (Off) in tryAddingSymbolicOperand() 134 Expr = Off; in tryAddingSymbolicOperand()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 535 uint32_t Off = (OC[Offset] & 0x1F) << 3; in opcode_save_r19r20_x() local 548 uint32_t Off = (OC[Offset] & 0x3F) << 3; in opcode_save_fplr() local 608 Reg + 1, Off); in opcode_save_regp_x() 613 Reg + 1, Off); in opcode_save_regp_x() 628 Reg, Off); in opcode_save_reg() 661 Reg, Off); in opcode_save_lrpair() 710 Reg, Off); in opcode_save_freg() 722 OC[Offset + 1], Reg, Off); in opcode_save_freg_x() 726 OC[Offset + 1], Reg, Off); in opcode_save_freg_x() 733 unsigned Off = in opcode_alloc_l() local [all …]
|
| /freebsd-12.1/usr.sbin/lpr/filters.ru/ |
| H A D | bjc-240.sh.sample | 18 AutoLF=Off 20 AutoCR=Off 22 AGM=Off 34 AutoLF=Off 55 Reduction=Off
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 24 int64_t &Off) const { in equalBaseIndex() 29 Off = Other.Offset - Offset; in equalBaseIndex() 40 Off += B->getOffset() - A->getOffset(); in equalBaseIndex() 56 Off += B->getOffset() - A->getOffset(); in equalBaseIndex() 70 Off += MFI.getObjectOffset(B->getIndex()) - in equalBaseIndex() 127 auto Off = C->getSExtValue(); in match() local 130 Offset -= Off; in match() 132 Offset += Off; in match()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64ExternalSymbolizer.cpp | 194 const MCExpr *Off = nullptr; in tryAddingSymbolicOperand() local 196 Off = MCConstantExpr::create(SymbolicOp.Value, Ctx); in tryAddingSymbolicOperand() 205 if (Off) in tryAddingSymbolicOperand() 206 Expr = MCBinaryExpr::createAdd(LHS, Off, Ctx); in tryAddingSymbolicOperand() 210 if (Off) in tryAddingSymbolicOperand() 211 Expr = MCBinaryExpr::createAdd(Add, Off, Ctx); in tryAddingSymbolicOperand() 215 if (Off) in tryAddingSymbolicOperand() 216 Expr = Off; in tryAddingSymbolicOperand()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.cpp | 16 uint64_t DWARFDataExtractor::getRelocatedValue(uint32_t Size, uint32_t *Off, in getRelocatedValue() argument 21 return getUnsigned(Off, Size); in getRelocatedValue() 22 Optional<RelocAddrEntry> Rel = Obj->find(*Section, *Off); in getRelocatedValue() 24 return getUnsigned(Off, Size); in getRelocatedValue() 27 return getUnsigned(Off, Size) + Rel->Value; in getRelocatedValue()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeHashing.cpp | 41 uint32_t Off = 0; in hashType() local 46 uint32_t PreLen = Ref.Offset - Off; in hashType() 47 ArrayRef<uint8_t> PreData = RecordData.slice(Off, PreLen); in hashType() 67 Off = Ref.Offset + Ref.Count * sizeof(TypeIndex); in hashType() 71 auto TrailingBytes = RecordData.drop_front(Off); in hashType()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | BinaryStreamWriter.cpp | 71 BinaryStreamWriter::split(uint32_t Off) const { in split() 72 assert(getLength() >= Off); in split() 76 WritableBinaryStreamRef Second = First.drop_front(Off); in split() 77 First = First.keep_front(Off); in split()
|
| H A D | BinaryStreamReader.cpp | 139 BinaryStreamReader::split(uint32_t Off) const { in split() 140 assert(getLength() >= Off); in split() 144 BinaryStreamRef Second = First.drop_front(Off); in split() 145 First = First.keep_front(Off); in split()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | Hexagon.cpp | 74 size_t Off = 0; in applyMask() local 77 uint32_t ValBit = (Data >> Off) & 1; in applyMask() 81 ++Off; in applyMask() 269 uint64_t Off = In.GotPlt->getVA() - In.Plt->getVA(); in writePltHeader() local 270 relocateOne(Buf, R_HEX_B32_PCREL_X, Off); in writePltHeader() 271 relocateOne(Buf + 4, R_HEX_6_PCREL_X, Off); in writePltHeader()
|
| H A D | X86.cpp | 484 unsigned Off = getPltEntryOffset(Index); in writePlt() local 486 write32le(Buf + 8, -Off - 12 + 32); in writePlt() 487 write32le(Buf + 13, -Off - 17 + 18); in writePlt() 489 write32le(Buf + 23, -Off - 27); in writePlt() 542 unsigned Off = getPltEntryOffset(Index); in writePlt() local 544 write32le(Buf + 7, -Off - 11 + 32); in writePlt() 545 write32le(Buf + 12, -Off - 16 + 17); in writePlt() 547 write32le(Buf + 22, -Off - 26); in writePlt()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiStreamBuilder.cpp | 85 H->HashValueBuffer.Off = 0; in finalize() 90 H->HashAdjBuffer.Off = H->HashValueBuffer.Off + H->HashValueBuffer.Length; in finalize() 93 H->IndexOffsetBuffer.Off = H->HashAdjBuffer.Off + H->HashAdjBuffer.Length; in finalize()
|
| H A D | NativeEnumGlobals.cpp | 29 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals() local 30 CVSymbol S = SS.readRecord(Off); in NativeEnumGlobals() 33 MatchOffsets.push_back(Off); in NativeEnumGlobals()
|
| H A D | GlobalsStream.cpp | 76 uint32_t Off = PSH.Off - 1; in findRecordsByName() local 77 codeview::CVSymbol Record = Symbols.readRecord(Off); in findRecordsByName() 79 Result.push_back(std::make_pair(Off, std::move(Record))); in findRecordsByName()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGAddressAnalysis.h | 54 int64_t Off; in equalBaseIndex() local 55 return equalBaseIndex(Other, DAG, Off); in equalBaseIndex() 59 int64_t &Off) const;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.h | 39 uint64_t getRelocatedValue(uint32_t Size, uint32_t *Off, 44 uint64_t getRelocatedAddress(uint32_t *Off, uint64_t *SecIx = nullptr) const { 45 return getRelocatedValue(getAddressSize(), Off, SecIx);
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | GlobalsStream.h | 40 uint32_t Off = this->I->Off; variable 41 return --Off;
|
| H A D | RawTypes.h | 21 support::ulittle32_t Off; member 42 support::ulittle32_t Off; // Offset in the symbol record stream member 50 support::little32_t Off; member 280 support::little32_t Off; member
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineFrameInfo.cpp | 236 int64_t Off = SO.SPOffset - ValOffset; in print() local 238 if (Off > 0) in print() 239 OS << "+" << Off; in print() 240 else if (Off < 0) in print() 241 OS << Off; in print()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | UDTLayout.h | 56 uint32_t containsOffset(uint32_t Off) const { in containsOffset() argument 59 return (Off >= Begin && Off < End); in containsOffset() 129 bool hasVBPtrAtOffset(uint32_t Off) const;
|