/external/deqp/framework/platform/osx/ |
tcuOSXPlatform.cpp | 42 #define OPENGL_LIBRARY_PATH "/System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib"
|
/external/lldb/lib/ |
Makefile | 116 # set dylib internal version number to llvmCore submission number
|
/external/lldb/scripts/ |
checkpoint-llvm.pl | 81 my $lldb_build_dir = abs_path(shift @ARGV); # the build directory that contains the fat libEnhancedDisassembly.dylib
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleObjCRuntime.h | 66 // Get the "libobjc.A.dylib" module from the current target if we can find
|
/external/lldb/test/functionalities/abbreviation/ |
TestAbbreviations.py | 171 '/usr/lib/libSystem.B.dylib'])
|
/external/llvm/bindings/python/llvm/ |
common.py | 108 pfx, ext = 'lib', '.dylib'
|
/frameworks/rs/ |
update_rs_prebuilts.sh | 12 SONAME=dylib
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
wrapperloader.swg | 267 possibleFileNames ~= ["lib$wraplibrary.dylib", "lib$wraplibrary.bundle"];
|
/external/lldb/include/lldb/Core/ |
Address.h | 66 /// // address for printf in libSystem.B.dylib as a section name + offset 67 /// libSystem.B.dylib.__TEXT.__text + 0x0005cfdf 71 /// // address for printf in libSystem.B.dylib as a section pointer + offset 75 /// // address for printf in libSystem.B.dylib as a file address 79 /// // address for printf in libSystem.B.dylib as a file address 80 /// libSystem.B.dylib[0x000000000005dcff] \endcode 83 /// // address for printf in libSystem.B.dylib as a load address
|
/external/lldb/www/ |
tutorial.html | 123 (lldb) breakpoint set --shlib foo.dylib --name foo
124 <br>(lldb) breakpoint set -s foo.dylib -n foo
391 frame #2: 0x00007fff8ac9c7e1 libdyld.dylib`start + 1
434 <br>* thread #1: tid = 0x2c03, 0x00007fff85cac76a, where = libSystem.B.dylib`__getdirentries64 + 10, stop reason = signal = SIGSTOP, queue = com.apple.main-thread
567 * thread #1: tid = 0x2c03, 0x00007fff85cac76a, where = libSystem.B.dylib`__getdirentries64 + 10, stop reason = signal = SIGSTOP, queue = com.apple.main-thread
568 thread #2: tid = 0x2e03, 0x00007fff85cbb08a, where = libSystem.B.dylib`kevent + 10, queue = com.apple.libdispatch-manager
569 thread #3: tid = 0x2f03, 0x00007fff85cbbeaa, where = libSystem.B.dylib`__workq_kernreturn + 10
[all...] |
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
SDL_dlcompat.c | 541 warning("trying to open a .dylib with RTLD_LOCAL"); 542 error("unable to open a .dylib with RTLD_LOCAL"); 604 my_find_image((char *)(((struct dylib_command *)lc)->dylib.name.offset + 793 warning("trying to open a .dylib with RTLD_LOCAL"); 1130 warning("trying to close a .dylib!"); [all...] |
/external/compiler-rt/ |
Makefile | 211 $(Tmp.ObjPath)/libcompiler_rt.dylib: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir 212 $(Summary) " DYLIB: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$@"
|
/external/compiler-rt/lib/asan/ |
asan_mac.cc | 125 // Append the runtime dylib name to the existing value of 137 // Set DYLD_INSERT_LIBRARIES equal to the runtime dylib name.
|
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 66 # libgcc_s.10.4.dylib. We only build x86 slices since clang doesn't really 494 SHARED_LIBRARY_SUFFIX := dylib
|
/external/lldb/include/lldb/API/ |
SBModule.h | 64 /// remote debugging might mention a file '/usr/lib/liba.dylib' 67 /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
|
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
ItaniumABILanguageRuntime.cpp | 385 filter_modules.Append(FileSpec("libc++abi.dylib", false)); 386 filter_modules.Append(FileSpec("libSystem.B.dylib", false));
|
/external/llvm/test/ |
lit.cfg | 356 # Will default to '/usr/lib/libgmalloc.dylib' if not set. 358 '/usr/lib/libgmalloc.dylib')
|
/external/llvm/utils/ |
GenLibDeps.pl | 72 my @libs = grep(/libLLVM.*\.(dylib|so|a)$/,sort(@files)); 74 @libs = grep(!/libLLVM-\d\.\d(svn)?\.(dylib|so)/, @libs);
|
/art/test/etc/ |
host-run-test-jar | 47 LIB=${LIB/%so/dylib}
|
/build/core/combo/include/arch/darwin-x86/ |
AndroidConfig.h | 214 #define OS_SHARED_LIB_FORMAT_STR "lib%s.dylib"
|
/external/chromium_org/chrome/ |
chrome_dll.gypi | 20 '-Wl,-reexport_library,<(PRODUCT_DIR)/libchrome_main_dll.dylib',
|
chrome_dll_bundle.gypi | 17 # The dylib versions are of the form a[.b[.c]], where a is a
|
/external/chromium_org/chrome/tools/build/mac/ |
dump_product_syms | 100 # bundle, which comes from the on-disk name of an executable or dylib within
|
/external/chromium_org/printing/ |
printing.gyp | 270 '$(SDKROOT)/usr/lib/libcups.dylib',
|
/external/chromium_org/third_party/leveldatabase/src/ |
build_detect_platform | 78 PLATFORM_SHARED_EXT=dylib
|