/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | decodesym.go | 83 func decodeReloc(ldr *loader.Loader, symIdx loader.Sym, relocs *loader.Relocs, off int32) loader.Re… 93 func decodeRelocSym(ldr *loader.Loader, symIdx loader.Sym, relocs *loader.Relocs, off int32) loader… 98 func decodetypeName(ldr *loader.Loader, symIdx loader.Sym, relocs *loader.Relocs, off int) string { 113 func decodetypeNameEmbedded(ldr *loader.Loader, symIdx loader.Sym, relocs *loader.Relocs, off int) … 122 …FuncInType(ldr *loader.Loader, arch *sys.Arch, symIdx loader.Sym, relocs *loader.Relocs, i int) lo… 133 …uncOutType(ldr *loader.Loader, arch *sys.Arch, symIdx loader.Sym, relocs *loader.Relocs, i int) lo…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/ |
D | loader.go | 34 type Relocs struct { struct 35 rs []goobj.Reloc 37 li uint32 // local index of symbol whose relocs we're examining 38 r *oReader // object reader for containing package 39 l *Loader // loader 1874 func (relocs *Relocs) Count() int { return len(relocs.rs) } 1877 func (relocs *Relocs) At(j int) Reloc { 1885 func (l *Loader) Relocs(i Sym) Relocs { func
|
D | loader_test.go | 218 func sameRelocSlice(s1 *Relocs, s2 []Reloc) bool {
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 42 const RelocAddrMap& Relocs; variable 45 const RelocAddrMap &Relocs) in DWARFAcceleratorTable()
|
H A D | DWARFSection.h | 20 RelocAddrMap Relocs; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 207 static void dumpRelocs(const char *Prefix, const Container &Relocs) { in dumpRelocs() 432 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 207 static void dumpRelocs(const char *Prefix, const Container &Relocs) { in dumpRelocs() 455 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
/aosp_15_r20/external/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 199 static void dumpRelocs(const char *Prefix, const Container &Relocs) { in dumpRelocs() 409 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 307 std::vector<Elf_Rela> Relocs; in decode_relrs() local 381 std::vector<Elf_Rela> Relocs; in android_relas() local
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 891 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList() 911 RelocationList &Relocs = i->second; in resolveExternalSymbols() local 951 RelocationList &Relocs = i->second; in resolveExternalSymbols() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | ELF.cpp | 356 std::vector<Elf_Rel> Relocs; in decode_relrs() local 406 std::vector<Elf_Rela> Relocs; in android_relas() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 1059 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList() 1081 RelocationList &Relocs = i->second; in applyExternalSymbolRelocations() local 1126 RelocationList &Relocs = i->second; in applyExternalSymbolRelocations() local
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCELFObjectTargetWriter.cpp | 34 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
H A D | MachObjectWriter.cpp | 804 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local 912 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCELFObjectTargetWriter.cpp | 27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
H A D | MachObjectWriter.cpp | 898 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local 1017 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/ |
H A D | COFFReader.cpp | 72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 89 RelocMap Relocs; in loadObj() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 92 RelocMap Relocs; in loadObj() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/pe/ |
D | section.go | 87 Relocs []Reloc member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/ |
D | encoder.go | 155 Relocs []RelocEnt member
|
D | decoder.go | 236 Relocs []RelocEnt member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
D | objfile.go | 45 Relocs []Reloc // in increasing Addr order member
|