Home | History | Annotate | Download | only in cc

Lines Matching refs:linker

88 var _ linker = (*binaryDecorator)(nil)
172 module.linker = binary
222 // However, bionic/linker uses -shared to overwrite.
223 // Linker for x86 targets does not allow coexistance of -static and -shared,
242 flags.DynamicLinker = "/system/bin/linker"
244 // The linux kernel expects the linker to be an
247 "host", "linux_bionic-x86", "bin", "linker")
251 ctx.ModuleErrorf("can't find path to dynamic linker: %q", err)
254 ctx.ModuleErrorf("unknown dynamic linker")
295 flags.LdFlags = append(flags.LdFlags, " -Wl,-dynamic-linker,"+flags.DynamicLinker)