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
45
) 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
37
* See also the dyld_stub_binder() source code (http://www.opensource.apple.com/source/
dyld
/
dyld
-132.13/src/dyld_stub_binder.s).
38
* See also the
dyld
::fastBindLazySymbol() source code (http://opensource.apple.com/source/
dyld
/
dyld
-132.13/src/
dyld
.cpp).
40
void* VG_WRAP_FUNCTION_ZZ(
dyld
, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm)
42
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
73
$(SYMROOT)/libcompiler_rt-
dyld
.a \
78
mkdir -p $(DSTROOT)/usr/local/lib/
dyld
79
cp $(SYMROOT)/libcompiler_rt-
dyld
.a \
80
$(DSTROOT)/usr/local/lib/
dyld
/libcompiler_rt.a
91
# rule to make each archive slice for
dyld
(which removes a few archive members)
92
$(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
/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
"
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
159
///
dyld
- the name of the default dynamic linker
160
virtual const char*
dyld
() const = 0;
GNULDBackend.h
161
///
dyld
- the name of the default dynamic linker
164
virtual const char*
dyld
() const
function in class:mcld::GNULDBackend
/external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc
24
#include <mach-o/
dyld
.h>
138
// TODO(glider): as per man 3
dyld
, iterating over the headers with
/external/webkit/Source/JavaScriptCore/API/
JSContextRef.cpp
39
#include <mach-o/
dyld
.h>
/frameworks/compile/mclinker/include/mcld/MC/
MCLDOptions.h
118
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/skia/src/gpu/mac/
GrGLCreateNativeInterface_mac.cpp
15
#include <mach-o/
dyld
.h>
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
/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>
496
// LOAD_DYLINKER (
dyld
)
Completed in 586 milliseconds
1
2