OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dyld
(Results
1 - 25
of
43
) sorted by null
1
2
/external/webkit/Tools/Scripts/
run-jsc
50
my $
dyld
= jscProductDir();
52
$ENV{"DYLD_FRAMEWORK_PATH"} = $
dyld
;
53
print STDERR "Running $count time(s): DYLD_FRAMEWORK_PATH=$
dyld
$jsc\n";
/external/valgrind/main/drd/
drd_darwin_intercepts.c
36
* See also the dyld_stub_binder() source code (http://www.opensource.apple.com/source/
dyld
/
dyld
-132.13/src/dyld_stub_binder.s).
37
* See also the
dyld
::fastBindLazySymbol() source code (http://opensource.apple.com/source/
dyld
/
dyld
-132.13/src/
dyld
.cpp).
39
void* VG_WRAP_FUNCTION_ZZ(
dyld
, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm)
41
void* VG_WRAP_FUNCTION_ZZ(
dyld
, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm)
/external/webkit/Source/WebKit/mac/Misc/
WebKitVersionChecks.m
30
#import <mach-o/
dyld
.h>
/external/compiler-rt/make/
AppleBI.mk
42
$(SYMROOT)/libcompiler_rt-
dyld
.a
43
mkdir -p $(DSTROOT)/usr/local/lib/
dyld
44
cp $(SYMROOT)/libcompiler_rt-
dyld
.a \
45
$(DSTROOT)/usr/local/lib/
dyld
/libcompiler_rt.a
78
$(SYMROOT)/libcompiler_rt-
dyld
.a \
83
mkdir -p $(DSTROOT)/usr/local/lib/
dyld
84
cp $(SYMROOT)/libcompiler_rt-
dyld
.a \
85
$(DSTROOT)/usr/local/lib/
dyld
/libcompiler_rt.a
96
# rule to make each archive slice for
dyld
(which removes a few archive members)
97
$(OBJROOT)/libcompiler_rt-
dyld
-%.a : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.
[
all
...]
/external/llvm/test/MC/MachO/
x86_64-sections.s
16
.
dyld
x86_32-sections.s
20
.
dyld
x86_32-symbols.s
51
.
dyld
x86_64-symbols.s
51
.
dyld
/frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h
51
///
dyld
- the name of the default dynamic linker
54
virtual const char*
dyld
() const { return "/usr/lib/libc.so.1"; }
function in class:mcld::GNUInfo
/external/webkit/Tools/WebKitTestRunner/mac/
TestControllerMac.mm
31
#import <mach-o/
dyld
.h>
/external/compiler-rt/BlocksRuntime/tests/
makefile
69
grep CONFIG *.[cmCM] | $(TFR) -
dyld
$(LibsystemRootPath) -- # FIXME: figure out if I can "call" the std target instead of duplicating it
/external/valgrind/main/include/
pub_tool_redir.h
297
#define VG_Z_DYLD
dyld
//
dyld
298
#define VG_U_DYLD "
dyld
"
/external/webkit/Source/JavaScriptCore/API/
JSContextRef.cpp
39
#include <mach-o/
dyld
.h>
/external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc
30
#include <mach-o/
dyld
.h>
189
// TODO(glider): as per man 3
dyld
, iterating over the headers with
/frameworks/compile/mclinker/include/mcld/
GeneralOptions.h
114
const std::string&
dyld
() const
function in class:mcld::GeneralOptions
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm
33
#import <mach-o/
dyld
.h>
/external/compiler-rt/lib/asan/
asan_mac.cc
28
#include <mach-o/
dyld
.h>
/external/llvm/autoconf/m4/
ltdl.m4
83
AC_CHECK_HEADERS([dl.h sys/dl.h dld.h mach-o/
dyld
.h])
/external/llvm/projects/sample/autoconf/m4/
ltdl.m4
83
AC_CHECK_HEADERS([dl.h sys/dl.h dld.h mach-o/
dyld
.h])
/external/chromium/base/
logging.cc
19
#include <mach-o/
dyld
.h>
/external/v8/src/
platform-macos.cc
35
#include <mach-o/
dyld
.h>
/external/valgrind/main/coregrind/m_ume/
macho.c
52
#include <mach-o/
dyld
.h>
547
// LOAD_DYLINKER (
dyld
)
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c
72
#include <mach-o/
dyld
.h>
164
/* These symbols will be looked for in
dyld
*/
585
*
dyld
adds libraries by first adding the directly dependant libraries in link order, and
[
all
...]
/external/chromium/sdch/open-vcdiff/
configure
[
all
...]
Completed in 685 milliseconds
1
2