Searched defs:linker (Results 1 – 10 of 10) sorted by relevance
/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/ |
D | linker.go | 39 type linker struct { struct 40 pw pkgbits.PkgEncoder 42 pkgs map[string]pkgbits.Index 43 decls map[*types.Sym]pkgbits.Index 44 bodies map[*types.Sym]pkgbits.Index 50 func (l *linker) relocAll(pr *pkgReader, relocs []pkgbits.RelocEnt) []pkgbits.RelocEnt { 61 func (l *linker) relocIdx(pr *pkgReader, k pkgbits.RelocKind, idx pkgbits.Index) pkgbits.Index { 98 func (l *linker) relocString(pr *pkgReader, idx pkgbits.Index) pkgbits.Index { 109 func (l *linker) relocPkg(pr *pkgReader, idx pkgbits.Index) pkgbits.Index { 137 func (l *linker) relocObj(pr *pkgReader, idx pkgbits.Index) pkgbits.Index { [all …]
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/stdarch/ci/ |
D | gba.json | 18 "linker": "arm-none-eabi-ld", string
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/stdarch/ci/ |
D | gba.json | 18 "linker": "arm-none-eabi-ld", string
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/stdarch/ci/ |
D | gba.json | 18 "linker": "arm-none-eabi-ld", string
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/stdarch/ci/ |
D | gba.json | 18 "linker": "arm-none-eabi-ld", string
|
/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | CMakeParseImplicitLinkInfo.cmake | 30 set(linker "CMAKE_LINKER-NOTFOUND") variable
|
/prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
D | gc.go | 41 func (gcToolchain) linker() string { func
|
D | gccgo.go | 44 func (gccgoToolchain) linker() string { func
|
D | exec.go | 2081 linker() string methodSpec 2096 func (noToolchain) linker() string { func
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | lib.go | 2118 func linkerFlagSupported(arch *sys.Arch, linker, altLinker, flag string) bool { argument
|