HomeSort by: relevance | last modified time | path
    Searched refs:Library (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/amiga/stand/bootblock/boot/
amigatypes.h 37 struct Library;
48 struct Library {
64 struct Library LibNode;
libstubs.h 38 extern struct Library *IntuitionBase;
39 extern struct Library *ExpansionBase;
44 struct Library *OpenLibrary (const char *, u_int32_t);
45 void CloseLibrary (struct Library *);
  /src/sys/arch/m68k/060sp/dist/
readme 48 fplsp.sa FP Library Module - hex image
49 fplsp.s FP Library Module - source code
50 fplsp.doc FP Library Module - on-line documentation
56 ilsp.sa Integer Unimplemented Library Module - hex image
57 ilsp.s Integer Unimplemented Library Module - source code
58 ilsp.doc Integer Unimplemented Library Module - on-line doc
ilsp.doc 38 68060 INTEGER SOFTWARE PACKAGE (Library version)
41 The file ilsp.s contains the "Library version" of the
119 The library routines also return the correct condition code
120 register value. If this is important, then the caller of the library
138 operand is a zero, then the library routine, as it's last
fplsp.doc 38 68060 FLOATING-POINT SOFTWARE PACKAGE (Library version)
41 The file fplsp.sa contains the "Library version" of the
90 As an example, the "fsin" library instruction can be passed an
120 floating-point Operand Error exception, then the library routine
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 65 // Library functions that need to modify the zone will set PROT_WRITE on it.
  /src/sys/arch/amiga/stand/loadbsd/
loadbsd.c 180 CloseLibrary((struct Library *)ExpansionBase);
182 CloseLibrary((struct Library *)GfxBase);
208 err(20, "can't open graphics library");
210 err(20, "can't open expansion library");
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test_helpers.mm 90 // http://developer.apple.com/library/mac/#documentation/Performance/Reference/GCD_libdispatch_Ref/Reference/reference.html
235 [[NSURL alloc] initWithString:@"file://localhost/Users/glider/Library/"];
  /src/tools/compat/
configure.ac 240 # Library functions (where a .h check isn't enough).
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 21 # distribute this file as part of a program or library that is built
734 # Provide generalized library-building support services.
1145 # for the system default hardcoded library path. In most cases,
1148 # If we don't find anything, use the default library path according
2163 [AC_MSG_CHECKING([how to hardcode library paths into programs])
2172 # have to relink, otherwise we might link with an installed library
2176 # Linking always hardcodes the temporary library directory.
2199 [How to hardcode a shared library path into an executable])
2383 [User-defined run-time library search path.])
2407 # the line '#! .'. This would cause the generated library t
    [all...]

Completed in 17 milliseconds