Home
last modified time | relevance | path

Searched refs:LIBNAME (Results 1 – 25 of 93) sorted by relevance

1234

/openbsd-src/gnu/lib/libreadline/support/
H A Dshlib-install35 LIBNAME="$1"
37 if [ -z "$LIBNAME" ]; then
50 ${echo} $RM ${INSTALLDIR}/${LIBNAME}.${OLDSUFF}
51 if [ -f "$INSTALLDIR/$LIBNAME" ]; then
52 ${echo} $MV $INSTALLDIR/$LIBNAME ${INSTALLDIR}/${LIBNAME}.${OLDSUFF}
59 ${echo} eval ${INSTALLPROG} $LIBNAME ${INSTALLDIR}/${LIBNAME}
61 ${echo} ${RM} ${INSTALLDIR}/${LIBNAME}
70 chmod 555 ${INSTALLDIR}/${LIBNAME}
75 case "$LIBNAME" in
77 LINK2=`echo $LIBNAME | sed 's:\(.*\..*\.[0-9]\)\.[0-9]:\1:'` # libname.so.M
[all …]
/openbsd-src/regress/libexec/ld.so/nodelete/test1/
H A Dtest1.c7 #ifndef LIBNAME
40 if ((h1 = dlopen(LIBNAME, RTLD_GLOBAL)) == NULL) in main()
41 errx(1, "dlopen: h1: %s: %s", LIBNAME, dlerror()); in main()
42 if ((h2 = dlopen(LIBNAME, RTLD_GLOBAL|RTLD_NODELETE)) == NULL) in main()
43 errx(1, "dlopen: h2: %s: %s", LIBNAME, dlerror()); in main()
/openbsd-src/gnu/gcc/config/
H A Dlib-link.m4192 dnl and the already constructed $LIBNAME/$LTLIBNAME.
267 dnl The hardcoding into $LIBNAME is system dependent.
278 dnl The rpathdirs will be appended to $LIBNAME at the end.
292 dnl or the already constructed $LIBNAME
390 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
395 dnl constructed $LIBNAME,
417 dnl Really add $additional_libdir to $LIBNAME.
442 dnl The rpathdirs will be appended to $LIBNAME at the end.
/openbsd-src/gnu/usr.bin/texinfo/m4/
H A Dlib-link.m4192 dnl and the already constructed $LIBNAME/$LTLIBNAME.
267 dnl The hardcoding into $LIBNAME is system dependent.
278 dnl The rpathdirs will be appended to $LIBNAME at the end.
292 dnl or the already constructed $LIBNAME
390 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
395 dnl constructed $LIBNAME,
417 dnl Really add $additional_libdir to $LIBNAME.
442 dnl The rpathdirs will be appended to $LIBNAME at the end.
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dlib-link.m4192 dnl and the already constructed $LIBNAME/$LTLIBNAME.
267 dnl The hardcoding into $LIBNAME is system dependent.
278 dnl The rpathdirs will be appended to $LIBNAME at the end.
292 dnl or the already constructed $LIBNAME
390 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
395 dnl constructed $LIBNAME,
417 dnl Really add $additional_libdir to $LIBNAME.
442 dnl The rpathdirs will be appended to $LIBNAME at the end.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmot3300.h639 #define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) \ argument
641 (CUM).libcall = (LIBNAME) && (*XSTR((LIBNAME), 0) == '*');} while(0)
/openbsd-src/gnu/gcc/gcc/config/crx/
H A Dcrx.h325 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ argument
326 crx_init_cumulative_args(&(CUM), (FNTYPE), (LIBNAME))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.h1625 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) \ argument
1626 d30v_init_cumulative_args (&CUM, FNTYPE, LIBNAME, INDIRECT, FALSE)
1636 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \ argument
1637 d30v_init_cumulative_args (&CUM, FNTYPE, LIBNAME, FALSE, TRUE)
/openbsd-src/gnu/gcc/gcc/config/m32c/
H A Dm32c.h503 #define INIT_CUMULATIVE_ARGS(CA,FNTYPE,LIBNAME,FNDECL,N_NAMED_ARGS) \ argument
504 m32c_init_cumulative_args (&(CA),FNTYPE,LIBNAME,FNDECL,N_NAMED_ARGS)
/openbsd-src/gnu/gcc/gcc/config/mt/
H A Dmt.h560 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ argument
561 mt_init_cumulative_args (& (CUM), FNTYPE, LIBNAME, FNDECL, FALSE)
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.h1384 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ argument
1385 init_cumulative_args (&CUM, FNTYPE, LIBNAME, FALSE, FALSE, N_NAMED_ARGS)
1390 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \ argument
1391 init_cumulative_args (&CUM, FNTYPE, LIBNAME, TRUE, FALSE, 1000)
1395 #define INIT_CUMULATIVE_LIBCALL_ARGS(CUM, MODE, LIBNAME) \ argument
1396 init_cumulative_args (&CUM, NULL_TREE, LIBNAME, FALSE, TRUE, 0)
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore.h584 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, n_named_args) \ argument
585 score_init_cumulative_args (&CUM, FNTYPE, LIBNAME)
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrv.h1717 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ argument
1718 frv_init_cumulative_args (&CUM, FNTYPE, LIBNAME, FNDECL, FALSE)
1728 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \ argument
1729 frv_init_cumulative_args (&CUM, FNTYPE, LIBNAME, NULL, TRUE)
/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dmmix.h634 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ argument
635 ((CUM).regs = 0, (CUM).lib = ((LIBNAME) != 0))
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dvms.h180 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ argument
H A Dunicosmk.h170 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.h1692 #define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) \ argument
1693 init_cumulative_args (&CUM, FNTYPE, LIBNAME, FALSE, FALSE)
1698 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM,FNTYPE,LIBNAME) \ argument
1699 init_cumulative_args (&CUM, FNTYPE, LIBNAME, TRUE, FALSE)
1703 #define INIT_CUMULATIVE_LIBCALL_ARGS(CUM, MODE, LIBNAME) \ argument
1704 init_cumulative_args (&CUM, NULL_TREE, LIBNAME, FALSE, TRUE)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h1958 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) \ argument
1959 frv_init_cumulative_args (&CUM, FNTYPE, LIBNAME, INDIRECT, FALSE)
1969 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \ argument
1970 frv_init_cumulative_args (&CUM, FNTYPE, LIBNAME, FALSE, TRUE)
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Davr.h320 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ argument
321 init_cumulative_args (&(CUM), FNTYPE, LIBNAME, FNDECL)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.h748 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) \ argument
749 ((CUM).regs = 0, (CUM).lib = ((LIBNAME) != 0))
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.h1153 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ argument
1158 (CUM).prototype = ((FNTYPE) && TYPE_ARG_TYPES (FNTYPE)) || (LIBNAME); \
1167 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \ argument
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.h406 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ argument
407 init_cumulative_args (& CUM, FNTYPE, LIBNAME) \
/openbsd-src/gnu/gcc/gcc/config/bfin/
H A Dbfin.h673 #define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT, N_NAMED_ARGS) \ argument
674 (init_cumulative_args (&CUM, FNTYPE, LIBNAME))
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.h713 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ argument
716 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \ argument
/openbsd-src/gnu/gcc/gcc/config/h8300/
H A Dh8300.h633 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ argument
634 ((CUM).nbytes = 0, (CUM).libcall = LIBNAME)

1234