Home
last modified time | relevance | path

Searched refs:linker (Results 1 – 8 of 8) sorted by relevance

/build/soong/cc/
Dcc.go446 type linker interface { interface
475 linker linker member
492 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 …]
Dandroidmk.go50 callSubAndroidMk(c.linker)
/build/target/product/
Dembedded.mk64 linker \
/build/tools/acp/
DREADME26 - The Darwin linker insists that ranlib be current. If you copy the
/build/core/combo/
DTARGET_linux-mips.mk170 $(combo_2nd_arch_prefix)TARGET_LINKER := /system/bin/linker
DTARGET_linux-x86.mk150 $(combo_2nd_arch_prefix)TARGET_LINKER := /system/bin/linker
DTARGET_linux-arm.mk195 $(combo_2nd_arch_prefix)TARGET_LINKER := /system/bin/linker
/build/core/
Ddefinitions.mk1707 -Wl,-dynamic-linker,$(PRIVATE_LINKER) \