Home
last modified time | relevance | path

Searched defs:Reloc (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.h52 struct Reloc { struct
64 Reloc() = default; argument
66 Reloc(uint8_t type, bool pcrel, uint8_t length, uint32_t offset, in Reloc() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp84 const RelocationRef &Reloc) { in printRelocation() argument
130 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local
210 for (const RelocationRef &Reloc : Section.relocations()) printSectionHeaders() local
[all...]
H A DMachODumper.cpp503 for (const RelocationRef &Reloc : Section.relocations()) in printSectionHeaders() local
530 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local
547 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation() argument
552 const RelocationRef &Reloc) { in printRelocation() argument
[all...]
H A DXCOFFDumper.cpp461 template <typename RelTy> void XCOFFDumper::printRelocation(RelTy Reloc) { in printRelocation()
511 for (const RelTy Reloc : Relocations) in printRelocations() local
H A DCOFFDumper.cpp1534 for (const RelocationRef &Reloc : Sec.relocations()) in printSectionHeaders() local
1565 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local
1583 const RelocationRef &Reloc, uint64_t Bias) { in printRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h23 object::RelocationRef Reloc; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType()
457 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp87 RelocationValueRef Reloc; getDLLImportOffset() local
H A DRuntimeDyld.cpp659 for (const RelocationRef &Reloc : SI->relocations()) in computeGOTSize() local
693 for (const RelocationRef &Reloc : SI->relocations()) in computeSectionStubBufSize() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp84 uint32_t Reloc; in BPFPreserveDITypeImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp579 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationOffset() local
593 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationOffset() local
613 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationSymbol() local
619 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationSymbol() local
640 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationTypeName() local
643 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationTypeName() local
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp164 LLVMRelocMode Reloc) { in LLVMTargetMachineOptionsSetRelocMode()
213 LLVMRelocMode Reloc, LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp117 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp780 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation() local
1124 void XCOFFObjectWriter::writeRelocation(XCOFFRelocation Reloc, in writeRelocation()
1149 for (const auto Reloc : Csect.Relocations) in writeRelocations() local
1156 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp210 for (unsigned Reloc : It->second) { in emitLabel() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h30 object::coff_relocation Reloc; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp89 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocatedSymbols() local
113 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocationOffsets() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp254 for (auto &Reloc : Sec->Relocations) setSymbolInRelocationInfo() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp350 for (const RelocationRef &Reloc : Section.relocations()) { in printDynamicRelocations() local
H A DMachODump.cpp809 for (relocation_iterator Reloc = Begin; Reloc != End; ++Reloc) { in PrintRelocationEntries() local
1675 for (const RelocationRef &Reloc : Section.relocations()) { in DumpLiteralPointerSection() local
1712 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { in DumpLiteralPointerSection() local
1825 for (const RelocationRef &Reloc : Section.relocations()) { in DumpInitTermPointerSection() local
1862 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { in DumpInitTermPointerSection() local
2845 for (const RelocationRef &Reloc : info->S.relocations()) { in SymbolizerGetOpInfo() local
2917 for (const RelocationRef &Reloc : info->O->external_relocations()) { in SymbolizerGetOpInfo() local
2955 for (const RelocationRef &Reloc : info->S.relocations()) { in SymbolizerGetOpInfo() local
3022 auto Reloc = in SymbolizerGetOpInfo() local
3023 find_if(info->S.relocations(), [&](const RelocationRef &Reloc) { in SymbolizerGetOpInfo()
[all …]
H A Dllvm-objdump.cpp658 const llvm::BTF::BPFFieldReloc *Reloc = BTF.findFieldReloc(Address); in printBTFRelocation() local
2420 const XCOFFRelocation64 *Reloc = in disassembleObject() local
2426 const XCOFFRelocation32 *Reloc = in disassembleObject() local
2700 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp425 uint32_t Reloc; in applyFixup() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp586 for (auto Reloc : Sec.Relocations) { in writeRelocSection() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp977 for (const auto &Reloc : Relocations) { in writeRel() local
1012 for (const Relocation &Reloc : Relocations) in removeSymbols() local
1022 for (const Relocation &Reloc : Relocations) in markSymbols() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp673 auto Reloc = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32 encodeInstruction() local

12