Home
last modified time | relevance | path

Searched defs:Relocs (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Ddecodesym.go83 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/
Dloader.go34 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
Dloader_test.go218 func sameRelocSlice(s1 *Relocs, s2 []Reloc) bool {
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h42 const RelocAddrMap& Relocs; variable
45 const RelocAddrMap &Relocs) in DWARFAcceleratorTable()
H A DDWARFSection.h20 RelocAddrMap Relocs; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp207 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 DMipsELFObjectWriter.cpp207 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 DMipsELFObjectWriter.cpp199 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 DELF.cpp307 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 DRuntimeDyld.cpp891 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 DELF.cpp356 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 DRuntimeDyld.cpp1059 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 DMCELFObjectTargetWriter.cpp34 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
H A DMachObjectWriter.cpp804 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 DMCELFObjectTargetWriter.cpp27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
H A DMachObjectWriter.cpp853 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 DMCELFObjectTargetWriter.cpp27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
H A DMachObjectWriter.cpp898 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 DCOFFReader.cpp72 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 DInstrumentationMap.cpp89 RelocMap Relocs; in loadObj() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp92 RelocMap Relocs; in loadObj() local
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/pe/
Dsection.go87 Relocs []Reloc member
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/
Dencoder.go155 Relocs []RelocEnt member
Ddecoder.go236 Relocs []RelocEnt member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/
Dobjfile.go45 Relocs []Reloc // in increasing Addr order member

123