Searched refs:libname (Results 1 – 6 of 6) sorted by relevance
/ndk/build/tools/ |
D | builder-funcs.sh | 304 lib=$_BUILD_DSTDIR/$libname 313 builder_log "${_BUILD_PREFIX}Archive: $libname" 316 fail_panic "Could not archive ${_BUILD_PREFIX}$libname objects!" 326 lib=$_BUILD_DSTDIR/$libname 335 builder_log "${_BUILD_PREFIX}Archive: $libname" 338 fail_panic "Could not archive ${_BUILD_PREFIX}$libname objects!" 345 lib=$_BUILD_DSTDIR/$libname 351 builder_log "${_BUILD_PREFIX}SharedLibrary: $libname" 368 fail_panic "Could not create ${_BUILD_PREFIX}shared library $libname" 375 lib=$_BUILD_DSTDIR/$libname [all …]
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-link.m4 | 11 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and 15 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 47 dnl searches for libname and the libraries corresponding to explicit and 55 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 143 dnl declares that libname comes from the given package. The configure file 144 dnl will then not have a --with-libname-prefix option but a 147 dnl macro call that searches for libname. 163 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and 166 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found 255 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 2403 char *libname; in parse_file_seq() local 2407 libname = (char *) alloca (paren - n->name + 1); in parse_file_seq() 2408 bcopy (n->name, libname, paren - n->name); in parse_file_seq() 2409 libname[paren - n->name] = '\0'; in parse_file_seq() 2424 name = concat (libname, paren, ")"); in parse_file_seq() 2445 name = concat (libname, new1->name, ""); in parse_file_seq() 2457 name = concat (libname, new1->name, ")"); in parse_file_seq()
|
D | remake.c | 1471 char *libname = &(*lib)[2]; /* Name without the `-l'. */ in library_search() local 1518 p4 = variable_buffer_output (p4, libname, strlen (libname)); in library_search()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 25488 if test -f "$dir/$libname$shrext"; then 25490 found_so="$dir/$libname$shrext" 25492 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then 25494 for f in "$libname$shrext".*; do echo "$f"; done \ 25495 | sed -e "s,^$libname$shrext\\\\.,," \ 25498 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then 25500 found_so="$dir/$libname$shrext.$ver" 25515 if test -f "$dir/$libname.$acl_libext"; then 25517 found_a="$dir/$libname.$acl_libext" 25521 if test -f "$dir/$libname.la"; then [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-link.m4 | 11 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and 42 dnl searches for libname and the libraries corresponding to explicit and 122 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
|