/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/ |
UniversalBinaryNotes.rtf | 37 - The static library target for SDL_ttf no longer works because we no longer have access to a libfreetype.a. We have been relying on Apple's supplied libfreetype.a, but they stopped shipping a static version starting in 10.5 which means we have no static 64-bit version. But since 10.4 is our new baseline, all these systems should have libfreetype.dylib installed, so it shouldn't be much of a problem to use SDL_ttf as a dynamic library which dynamically links to libfreetype.\
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11gl.c | 33 #define DEFAULT_OPENGL "/usr/X11R6/lib/libGL.1.dylib"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/ |
optional | 139 // Get the key function ~bad_optional_access() into the dylib even if not compiling for C++1y
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
AddressSpace.hpp | 310 // In 10.7.0 or later, libSystem.dylib implements this function.
|
/ndk/sources/host-tools/make-3.81/config/ |
config.rpath | 447 shrext=.dylib
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/ |
optional | 139 // Get the key function ~bad_optional_access() into the dylib even if not compiling for C++1y
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 499 libpython$(VERSION).dylib: $(LIBRARY_OBJS) 500 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 500 libpython$(VERSION).dylib: $(LIBRARY_OBJS) 501 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \ [all...] |
/external/chromium_org/third_party/mesa/src/bin/ |
mklib | 126 echo ' -id NAME Sets the id of the dylib (Darwin)' 766 LIBSUFFIX="dylib"
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformDarwin.cpp | [all...] |
/external/lldb/www/cpp_reference/html/ |
SBModuleSpec_8h_source.html | 92 <div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="comment"> /// remote debugging might mention a file '/usr/lib/liba.dylib'</span></div> 95 <div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="comment"> /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'</span></div>
|
/external/lldb/www/ |
python-reference.html | 294 <code><pre><tt>(lldb) <strong>breakpoint set --func-regex=. --shlib=libfoo.dylib</strong>
295 Breakpoint created: 1: regex = '.', module = libfoo.dylib, locations = 223
|
scripting.html | 233 * thread #1: tid = 0x2c03, 0x00007fff86c8bea0 libSystem.B.dylib`read$NOCANCEL + 8, stop reason = signal SIGSTOP<br>
234 frame #0: 0x00007fff86c8bea0 libSystem.B.dylib`read$NOCANCEL + 8<br>
|
/external/mesa3d/bin/ |
mklib | 126 echo ' -id NAME Sets the id of the dylib (Darwin)' 766 LIBSUFFIX="dylib"
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcodeproj_file.py | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkitdirs.pm | 764 $result = "$configurationProductDir/lib/lib$libraryName.dylib"; 796 return "$configurationProductDir/libwxwebkit.dylib"; 801 my $extension = isDarwin() ? ".dylib" : ".so"; [all...] |
/external/chromium_org/chrome/installer/mac/ |
keystone_install.sh | [all...] |
/external/lldb/include/lldb/Core/ |
Module.h | 160 /// "/usr/lib/foo.dylib" 523 /// remote debugging might mention a file "/usr/lib/liba.dylib" 526 /// "/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib" [all...] |
/external/lldb/source/Core/ |
Debugger.cpp | 409 error.SetErrorString("this file does not represent a loadable dylib"); 429 error.SetErrorString("dylib refused to be loaded"); 443 static ConstString g_dylibext("dylib"); [all...] |
/external/mdnsresponder/Clients/ |
dns-sd.c | 70 // aren't in the system's /usr/lib/libSystem.dylib. 73 // When building mDNSResponder for Mac OS X 10.4 and earlier, /usr/lib/libSystem.dylib is built using its own private 76 // embed a copy of the latest dnssd_clientstub.c instead of trying to link to the incomplete version in libSystem.dylib [all...] |
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
ObjectFileMachO.cpp | [all...] |
/external/chromium_org/build/secondary/third_party/nss/ |
BUILD.gn | [all...] |
/external/chromium_org/net/ |
net.gyp | 435 '$(SDKROOT)/usr/lib/libresolv.dylib', 454 '$(SDKROOT)/usr/lib/libresolv.dylib', [all...] |
/external/lldb/examples/darwin/heap_find/heap/ |
heap_find.cpp | 10 // This file compiles into a dylib and can be used on darwin to find data that 14 // (lldb) process load /path/to/libheap.dylib [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | [all...] |