HomeSort by relevance Sort by last modified time
    Searched refs:LINK (Results 1 - 25 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 57 #define INSERT_HASH_TABLE(NAME, TYPE, HASH_FUNCTION, FIELD, LINK) \
62 entry->LINK##_next = container->hash_table[hash]; \
64 entry->LINK##_prev = NULL; \
65 if(entry->LINK##_next) \
66 entry->LINK##_next->LINK##_prev = entry; \
70 #define REMOVE_HASH_TABLE(NAME, TYPE, HASH_FUNCTION, FIELD, LINK) \
73 if(entry->LINK##_prev) \
74 entry->LINK##_prev->LINK##_next = entry->LINK##_next;
    [all...]
  /external/v8/tools/
cross_build_gcc.sh 40 export LINK=$1g++
63 if [ ! -x "$LINK" ]; then
64 echo "Error: $LINK does not exist or is not executable."
  /external/curl/packages/OS400/
make-lib.sh 25 LINK= # No need to rebuild service program yet.
61 then LINK=YES
64 if [ "${LINK}" ]
104 then LINK=YES
107 if [ "${LINK}" ]
121 then LINK=YES
124 if [ "${LINK}" ]
142 LINK=YES
149 then LINK=YES
152 if [ "${LINK}" ]
    [all...]
make-tests.sh 70 LINK=
88 then LINK=yes
94 # Link program if needed.
96 if [ "${LINK}" ]
  /development/scripts/
architecture.py 13 LINK = 'ld'
19 LINK: ['-melf_i386']
40 def Link(self, args):
41 """Generates a link command, appending the given args."""
42 return [symbol.ToolPath(LINK)] + self.options.get(LINK, []) + args
  /external/ltp/testcases/kernel/syscalls/rt_sigtimedwait/
Makefile 26 $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) $(OUTPUT_OPTION)
  /external/ltp/testcases/kernel/syscalls/sigtimedwait/
Makefile 26 $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) $(OUTPUT_OPTION)
  /external/ltp/testcases/kernel/syscalls/sigwait/
Makefile 26 $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) $(OUTPUT_OPTION)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
stack.d 35 0000002a <link>:
36 2a: 00 e8 02 00 LINK 0x8;.*
37 2e: 00 e8 ff ff LINK 0x3fffc;.*
38 32: 00 e8 01 80 LINK 0x20004;.*
stack2.s 120 //LINK uimm18m4 ; /* allocate a stack frame of specified size (b) */
121 LINK 0X0;
122 LINK 0X8;
123 LINK 0x3FFFC;
  /external/icu/icu4c/source/config/
mh-os390 26 # Link Pack Area (LPA), library lookaside facility (LLA) or other #
106 # Commands to link
107 LINK.c= $(COMPILE_LINK_ENVVAR) $(CC) $(CFLAGS) -Wl,dll $(LDFLAGS) $(ICU_XPLINK_L)
108 LINK.cc= $(COMPILE_LINK_ENVVAR) $(CXX) $(CXXFLAGS) -Wl,dll $(LDFLAGS) $(ICU_XPLINK_L)
111 SHLIB.c= $(LINK.c)
112 SHLIB.cc= $(LINK.cc)
176 ## Link commands to link to ICU libs
mh-alpha-linux-cc 30 ## Commands to link
31 LINK.c= $(CC) -call_shared $(CFLAGS) $(LDFLAGS)
32 LINK.cc= $(CXX) -call_shared $(CXXFLAGS) $(LDFLAGS)
mh-alpha-osf 30 ## Commands to link
31 LINK.c= $(CC) -call_shared $(CFLAGS) $(LDFLAGS)
32 LINK.cc= $(CXX) -call_shared $(CXXFLAGS) $(LDFLAGS)
mh-cygwin-msvc 61 # Commands to link
62 LINK.c= LINK.EXE -subsystem:console $(LDFLAGS)
63 LINK.cc= LINK.EXE -subsystem:console $(LDFLAGS)
66 SHLIB.c= LINK.EXE -DLL $(LDFLAGS)
67 SHLIB.cc= LINK.EXE -DLL $(LDFLAGS)
105 ## Link commands to link to ICU libs
mh-msys-msvc 66 # Commands to link
67 LINK.c= LINK.EXE -subsystem:console $(LDFLAGS)
68 LINK.cc= LINK.EXE -subsystem:console $(LDFLAGS)
71 SHLIB.c= LINK.EXE -DLL $(LDFLAGS)
72 SHLIB.cc= LINK.EXE -DLL $(LDFLAGS)
110 ## Link commands to link to ICU libs
mh-hpux-gcc 28 ## Commands to link
30 LINK.c= $(CXX) $(DEFS) $(LDFLAGS) -Wl,+s $(LD_DEFAULTPATH)
31 LINK.cc= $(CXX) $(DEFS) $(LDFLAGS) -Wl,+s $(LD_DEFAULTPATH)
mh-irix 17 ## Commands to link
20 #LINK.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
21 LINK.c= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
22 LINK.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
mh-mpras 19 ## Commands to link
20 LINK.c= $(CC) $(CXXFLAGS) $(LDFLAGS)
21 LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
  /external/ltp/testcases/kernel/syscalls/nftw/
Makefile 34 $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) $(OUTPUT_OPTION)
41 $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) $(OUTPUT_OPTION)
  /external/ltp/tools/apicmds/
Makefile 36 $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) $(OUTPUT_OPTION)
  /external/libopus/
Makefile.mips 71 LINK.o = $(CC) $(LDPREFLAGS) $(LDFLAGS)
72 LINK.o.cmdline = $(LINK.o) $^ $(LDLIBS) -o $@$(EXESUFFIX)
125 $(LINK.o.cmdline)
128 $(LINK.o.cmdline)
131 $(LINK.o.cmdline)
134 $(LINK.o.cmdline)
137 $(LINK.o.cmdline)
140 $(LINK.o.cmdline)
Makefile.unix 69 LINK.o = $(CC) $(LDPREFLAGS) $(LDFLAGS)
70 LINK.o.cmdline = $(LINK.o) $^ $(LDLIBS) -o $@$(EXESUFFIX)
123 $(LINK.o.cmdline)
126 $(LINK.o.cmdline)
129 $(LINK.o.cmdline)
132 $(LINK.o.cmdline)
135 $(LINK.o.cmdline)
138 $(LINK.o.cmdline)
  /art/tools/cpp-define-generator/
offset_shadow_frame.def 29 DEFINE_SHADOW_FRAME_OFFSET(LINK, Link)
  /packages/apps/Contacts/src/com/android/contacts/logging/
ListEvent.java 37 /** The number of contact selected when user takes an action (link, delete, share, etc). **/
49 public static final int LINK = 6;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
linktree.py 7 # All symbolic links go to a special symbolic link at the top, so you
15 LINK = '.LINK' # Name of special symlink at the top.
25 link = sys.argv[3]
28 link = LINK
38 linkname = os.path.join(newtree, link)
47 linknames(oldtree, newtree, link)
50 def linknames(old, new, link):
51 if debug: print 'linknames', (old, new, link)
    [all...]

Completed in 232 milliseconds

1 2 3 4 5 6 7 8 91011>>