/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 573 const DebugMapObject &DMO, std::vector<ValidReloc> &Relocs) { in findValidRelocs() 620 const std::vector<ValidReloc> &Relocs, uint64_t StartPos, uint64_t EndPos) { in getRelocations() 658 std::vector<ValidReloc> Relocs = in hasValidRelocationAt() local 762 std::vector<ValidReloc> Relocs = getRelocations( in applyValidRelocs() local 784 std::vector<ValidReloc> Relocs = in relocateIndexedAddr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCELFObjectTargetWriter.cpp | 27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
H A D | MachObjectWriter.cpp | 853 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local 967 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local
|
H A D | ELFObjectWriter.cpp | 917 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations() local
|
H A D | WasmObjectWriter.cpp | 1043 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 207 static void dumpRelocs(const char *Prefix, const Container &Relocs) { in dumpRelocs() 430 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | ELF.cpp | 333 std::vector<Elf_Rel> Relocs; in decode_relrs() local 397 std::vector<Elf_Rela> Relocs; in android_relas() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Program.h | 144 llvm::DenseMap<const FunctionDecl *, std::vector<unsigned>> Relocs; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
H A D | Reader.cpp | 72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections() local
|
H A D | Object.h | 38 std::vector<Relocation> Relocs; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 94 RelocMap Relocs; in loadObj() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 485 static const std::map<unsigned,unsigned> Relocs = { in getFixupNoBits() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 1079 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList() 1095 RelocationList &Relocs = RelocKV.second; in applyExternalSymbolRelocations() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1502 RelocAddrMap Relocs; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.cpp | 1623 static Error initRelocations(RelocationSection *Relocs, in initRelocations()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | COFF.h | 1265 std::vector<const coff_relocation *> Relocs; variable
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | output.cc | 1276 typedef std::vector<Output_reloc_type> Relocs; typedef
|
H A D | mips.cc | 2410 typedef std::vector<Output_reloc_type> Relocs; typedef 2421 typedef std::vector<Output_reloc_type> Relocs; typedef
|
H A D | output.h | 1679 typedef std::vector<Output_reloc_type> Relocs; typedef
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | output.cc | 1275 typedef std::vector<Output_reloc_type> Relocs; typedef
|
H A D | mips.cc | 2410 typedef std::vector<Output_reloc_type> Relocs; typedef 2421 typedef std::vector<Output_reloc_type> Relocs; typedef
|
H A D | output.h | 1679 typedef std::vector<Output_reloc_type> Relocs; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1449 std::vector<std::pair<uint64_t, SymbolRef>> Relocs; in DumpLiteralPointerSection() local 1599 std::vector<std::pair<uint64_t, SymbolRef>> Relocs; in DumpInitTermPointerSection() local
|