OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINKER
(Results
1 - 12
of
12
) sorted by null
/test/vts/testcases/
run-on-host.mk
22
LINKER
= linker64
24
LINKER
=
linker
31
vts-prepare-run-on-host: $(TARGET_OUT_EXECUTABLES)/$(
LINKER
) $(TARGET_OUT)/etc/hosts $(TARGET_OUT_EXECUTABLES)/sh
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
app.makefile
24
$(
LINKER
) -o $(APPLICATION) $(BUILD_LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
ms.common
60
LINKER
= $(LD)
header.makefile
29
LINKER
?= $(BUILD_CC)
/bionic/build/
run-on-host.sh
24
LINKER
=${TARGET_OUT_EXECUTABLES}/
linker
26
LINKER
="${TARGET_OUT_EXECUTABLES}/linker64 ${TARGET_OUT_EXECUTABLES}/
linker
"
30
m -j ${
LINKER
} ${TARGET_OUT}/etc/hosts ${TARGET_OUT_EXECUTABLES}/sh $@
/external/zlib/src/watcom/
watcom_l.mak
18
LINKER
= wcl
35
$(
LINKER
) -fe=example.exe example.obj $(ZLIB_LIB)
38
$(
LINKER
) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
watcom_f.mak
18
LINKER
= wcl386
35
$(
LINKER
) -ldos32a -fe=example.exe example.obj $(ZLIB_LIB)
38
$(
LINKER
) -ldos32a -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
/toolchain/binutils/binutils-2.27/zlib/watcom/
watcom_l.mak
18
LINKER
= wcl
35
$(
LINKER
) -fe=example.exe example.obj $(ZLIB_LIB)
38
$(
LINKER
) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
watcom_f.mak
18
LINKER
= wcl386
35
$(
LINKER
) -ldos32a -fe=example.exe example.obj $(ZLIB_LIB)
38
$(
LINKER
) -ldos32a -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
GNUmakefile
29
LINKER
= $(BUILD_CXX)
43
$(
LINKER
) -o $(APPLICATION) $(LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
/external/syslinux/gpxe/src/util/
symcheck.pl
40
# Add symbols that we know will be generated or required by the
linker
46
$symtab->{
LINKER
}->{$obj_symbol} = {
65
$symtab->{
LINKER
}->{$link_sym} = {
128
if ( $provide eq "
LINKER
" ) {
129
#
Linker
-provided symbols are exempt from this check.
131
#
Linker
tables are exempt from this check.
/build/make/core/
binary.mk
165
# The bionic
linker
now has support for packed relocations and gnu style
245
# Sort ldlibs and ldflags between -l and other
linker
flags
426
ifneq ($(strip $(CUSTOM_$(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)
LINKER
)),)
427
my_linker := $(CUSTOM_$(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)
LINKER
)
429
my_linker := $($(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)
LINKER
)
655
# up if --no-undefined is passed to the
linker
.
[
all
...]
Completed in 2403 milliseconds