Searched refs:linker (Results 1 – 8 of 8) sorted by relevance
446 type linker interface { interface475 linker linker member492 if c.linker != nil {493 props = append(props, c.linker.props()...)535 if ctx.mod.linker == nil {538 if linker, ok := ctx.mod.linker.(baseLinkerInterface); ok {539 return linker.static()546 if ctx.mod.linker == nil {549 if linker, ok := ctx.mod.linker.(baseLinkerInterface); ok {550 return linker.staticBinary()[all …]
50 callSubAndroidMk(c.linker)
64 linker \
26 - The Darwin linker insists that ranlib be current. If you copy the
170 $(combo_2nd_arch_prefix)TARGET_LINKER := /system/bin/linker
150 $(combo_2nd_arch_prefix)TARGET_LINKER := /system/bin/linker
195 $(combo_2nd_arch_prefix)TARGET_LINKER := /system/bin/linker
1707 -Wl,-dynamic-linker,$(PRIVATE_LINKER) \