HomeSort by relevance Sort by last modified time
    Searched refs:linker (Results 51 - 75 of 187) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/sandbox/win/src/
interception.cc 372 // Make sure the functions are not excluded by the linker.
374 #pragma comment(linker, "/include:TargetNtMapViewOfSection64")
375 #pragma comment(linker, "/include:TargetNtUnmapViewOfSection64")
377 #pragma comment(linker, "/include:_TargetNtMapViewOfSection@44")
378 #pragma comment(linker, "/include:_TargetNtUnmapViewOfSection@12")
  /external/llvm/test/MC/ARM/
eh-compact-pr1.s 67 @ another relocation entry for __aeabi_unwind_cpp_pr1, so that the linker
  /bionic/libdl/
Android.mk 34 # LOCAL_ALLOW_UNDEFINED_SYMBOLS to remove --no-undefined from the linker flags.
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
Makefile 148 $(MKLIB) -o $@ -noprefix -linker '$(CC)' \
155 $(MKLIB) -o $@ -noprefix -linker '$(CXX)' \
  /external/libffi/
ltcf-c.sh 40 ## Linker Characteristics
61 # On AIX/PPC, the GNU linker is very broken
66 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
70 *** so that a non-GNU linker is found, and then restart.
193 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
197 *** your PATH or compiler configuration so that the native linker is
250 # PORTME fill in a description of your system's linker (not GNU ld)
256 # Note: this linker hardcodes the directories in LIBPATH if there
307 # On IA64, the linker does run time linking by default, so we don't
375 # The linker will automatically build a .lib file if we build a DLL
    [all...]
ltcf-gcj.sh 43 ## Linker Characteristics
64 # On AIX/PPC, the GNU linker is very broken
69 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
73 *** so that a non-GNU linker is found, and then restart.
196 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
200 *** your PATH or compiler configuration so that the native linker is
249 # PORTME fill in a description of your system's linker (not GNU ld)
255 # Note: this linker hardcodes the directories in LIBPATH if there
306 # On IA64, the linker does run time linking by default, so we don't
374 # The linker will automatically build a .lib file if we build a DLL
    [all...]
  /external/mesa3d/src/gallium/targets/pipe-loader/
Makefile 148 $(MKLIB) -o $@ -noprefix -linker '$(CC)' \
155 $(MKLIB) -o $@ -noprefix -linker '$(CXX)' \
  /art/compiler/
elf_writer_mclinker.cc 23 #include <mcld/Linker.h>
144 // Based on alone::Linker::config
149 linker_.reset(new mcld::Linker());
180 // linker script like functionality to guarantee references
330 // TODO: avoid dup of fd by fixing Linker::emit to not close the argument fd.
358 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
359 mirror::DexCache* dex_cache = linker->FindDexCache(dex_file);
362 method = linker->ResolveMethod(dex_file, method_idx, dex_cache, NULL, NULL, invoke_type);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 449 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
528 called = linker->ResolveMethod(dex_method_idx, caller, invoke_type);
542 linker->EnsureInitialized(called_class, true, true);
549 code = linker->GetOatCodeFor(called);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
Makefile 84 -linker "$(CXX)" -ldflags '$(LDFLAGS)' \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
Makefile 62 $(MKLIB) -o $(XA_LIB) -linker $(LD) -ldflags '$(LDFLAGS)' \
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
Makefile 95 $(MKLIB) -o $(GL_LIB) -linker '$(CC)' -ldflags '$(LDFLAGS)' \
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
mesadef.py 55 print '; The linker exports STDCALL entry points with'
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 49 ; below doesn't cause a reloc, so the linker can't be moving
57 ; below doesn't cause a reloc, so the linker can't be moving
  /external/mesa3d/src/gallium/targets/libgl-xlib/
Makefile 84 -linker "$(CXX)" -ldflags '$(LDFLAGS)' \
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 62 $(MKLIB) -o $(XA_LIB) -linker $(LD) -ldflags '$(LDFLAGS)' \
  /external/mesa3d/src/glx/apple/
Makefile 95 $(MKLIB) -o $(GL_LIB) -linker '$(CC)' -ldflags '$(LDFLAGS)' \
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 55 print '; The linker exports STDCALL entry points with'
  /ndk/build/core/
build-binary.mk 75 $(call __ndk_info,WARNING:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): non-system libraries in linker flags: $(libs_in_ldflags))
167 # If LOCAL_ALLOW_UNDEFINED_SYMBOLS is not true, the linker will allow the generation
363 # prepend a -L$(SYSROOT_LINK)/usr/lib to it to ensure that the linker
416 $(call ndk_log,Building static library module '$(LOCAL_MODULE)' with linker list file)
500 # The list of object/static/shared libraries passed to the linker when
504 linker_objects_and_libraries = $(strip $(call TARGET-get-linker-objects-and-libraries,\
511 $(call ndk_log,Building ELF binary module '$(LOCAL_MODULE)' with linker list file)
513 linker_list_file := $(LOCAL_OBJS_DIR)/linker.list
  /ndk/tests/build/short-commands/
build.sh 152 # check if linker.list is empty
153 ALL_LINKER_LIST=`find obj -name linker.list`
156 echo "ERROR: linker list file $LINKER_LIST isn't generated!"
  /build/core/combo/
TARGET_linux-arm.mk 259 -Wl,-dynamic-linker,/system/bin/linker \
TARGET_linux-mips.mk 250 -Wl,-dynamic-linker,/system/bin/linker \
TARGET_linux-x86.mk 205 -Wl,-dynamic-linker,/system/bin/linker \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
Makefile 189 $(MKLIB) -o $(notdir $@) -noprefix -linker '$(CXX)' \
196 $(MKLIB) -o $(notdir $@) -noprefix -linker '$(CXX)' \
  /external/mesa3d/src/gallium/targets/egl-static/
Makefile 189 $(MKLIB) -o $(notdir $@) -noprefix -linker '$(CXX)' \
196 $(MKLIB) -o $(notdir $@) -noprefix -linker '$(CXX)' \

Completed in 523 milliseconds

1 23 4 5 6 7 8