Home
last modified time | relevance | path

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

12

/freebsd-src/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() function
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp84 const RelocationRef &Reloc) { in printRelocation()
130 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local
210 for (const RelocationRef &Reloc : Section.relocations()) in printSectionHeaders() local
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()
552 const RelocationRef &Reloc) { in printRelocation()
H A DXCOFFDumper.cpp457 printRelocation(RelTy Reloc) printRelocation() argument
505 for (const RelTy Reloc : Relocations) printRelocations() local
[all...]
H A DCOFFDumper.cpp1531 for (const RelocationRef &Reloc : Sec.relocations()) printSectionHeaders() local
1562 for (const RelocationRef &Reloc : Section.relocations()) { printRelocations() local
1580 printRelocation(const SectionRef & Section,const RelocationRef & Reloc,uint64_t Bias) printRelocation() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h23 object::RelocationRef Reloc; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() argument
457 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp88 RelocationValueRef Reloc; in 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-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp84 uint32_t Reloc; in BPFPreserveDITypeImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp613 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationSymbol() local
573 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); getRelocationOffset() local
587 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); getRelocationOffset() local
607 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); getRelocationSymbol() local
634 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); getRelocationTypeName() local
637 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); getRelocationTypeName() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp164 LLVMRelocMode Reloc) { in LLVMTargetMachineOptionsSetRelocMode() argument
213 LLVMCreateTargetMachine(LLVMTargetRef T,const char * Triple,const char * CPU,const char * Features,LLVMCodeGenOptLevel Level,LLVMRelocMode Reloc,LLVMCodeModel CodeModel) LLVMCreateTargetMachine() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp152 for (unsigned Reloc : It->second) { emitLabel() local
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp117 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp750 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; recordRelocation() local
1070 writeRelocation(XCOFFRelocation Reloc,const XCOFFSection & Section) writeRelocation() argument
1095 for (const auto Reloc : Csect.Relocations) writeRelocations() local
1102 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) writeRelocations() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp471 static RelocKindGroup relocKindGroup(const BTF::BPFFieldReloc *Reloc) { in relocKindGroup()
657 void BTFParser::symbolize(const BTF::BPFFieldReloc *Reloc, in symbolize()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h30 object::coff_relocation Reloc; member
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp256 for (auto &Reloc : Sec->Relocations) in setSymbolInRelocationInfo() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp345 for (const RelocationRef &Reloc : Section.relocations()) { 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()) { DumpInitTermPointerSection() local
1862 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { DumpInitTermPointerSection() local
2845 for (const RelocationRef &Reloc : info->S.relocations()) { SymbolizerGetOpInfo() local
2917 for (const RelocationRef &Reloc : info->O->external_relocations()) { SymbolizerGetOpInfo() local
2955 for (const RelocationRef &Reloc : info->S.relocations()) { SymbolizerGetOpInfo() local
3022 auto Reloc = SymbolizerGetOpInfo() local
3023 __anonce2a63c20702(const RelocationRef &Reloc) SymbolizerGetOpInfo() argument
3153 auto Reloc = SymbolizerGetOpInfo() local
3154 __anonce2a63c20802(const RelocationRef &Reloc) SymbolizerGetOpInfo() argument
3547 for (const RelocationRef &Reloc : S.relocations()) { get_symbol_64() local
6733 for (const RelocationRef &Reloc : info->S.relocations()) { GuessLiteralPointer() local
7693 findUnwindRelocNameAddend(const MachOObjectFile * Obj,std::map<uint64_t,SymbolRef> & Symbols,const RelocationRef & Reloc,uint64_t Addr,StringRef & Name,uint64_t & Addend) findUnwindRelocNameAddend() argument
7743 printUnwindRelocDest(const MachOObjectFile * Obj,std::map<uint64_t,SymbolRef> & Symbols,const RelocationRef & Reloc,uint64_t Addr) printUnwindRelocDest() argument
7783 for (const RelocationRef &Reloc : CompactUnwind.relocations()) { printMachOCompactUnwindSection() local
[all...]
H A Dllvm-objdump.cpp542 const llvm::BTF::BPFFieldReloc *Reloc = BTF.findFieldReloc(Address); printBTFRelocation() local
2282 const XCOFFRelocation64 *Reloc = disassembleObject() local
2288 const XCOFFRelocation32 *Reloc = disassembleObject() local
2552 for (const RelocationRef &Reloc : Section.relocations()) { printRelocations() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp426 uint32_t Reloc; applyFixup() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp586 for (auto Reloc : Sec.Relocations) { in writeRelocSection() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp955 for (const auto &Reloc : Relocations) { writeRel() local
986 for (const Relocation &Reloc : Relocations) removeSymbols() local
996 for (const Relocation &Reloc : Relocations) markSymbols() local
[all...]

12