Searched refs:LIBNAME (Results 1 - 25 of 80) sorted by relevance

1234

/openbsd-current/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}
[all...]
/openbsd-current/regress/libexec/ld.so/nodelete/test1/
H A Dtest1.c7 #ifndef LIBNAME
8 #error "LIBNAME undefined"
40 if ((h1 = dlopen(LIBNAME, RTLD_GLOBAL)) == NULL)
41 errx(1, "dlopen: h1: %s: %s", LIBNAME, dlerror());
42 if ((h2 = dlopen(LIBNAME, RTLD_GLOBAL|RTLD_NODELETE)) == NULL)
43 errx(1, "dlopen: h2: %s: %s", LIBNAME, dlerror());
/openbsd-current/gnu/gcc/gcc/config/crx/
H A Dcrx.h325 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \
326 crx_init_cumulative_args(&(CUM), (FNTYPE), (LIBNAME))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmot3300.h639 #define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) \
641 (CUM).libcall = (LIBNAME) && (*XSTR((LIBNAME), 0) == '*');} while(0)
/openbsd-current/gnu/gcc/gcc/config/m32c/
H A Dm32c.h503 #define INIT_CUMULATIVE_ARGS(CA,FNTYPE,LIBNAME,FNDECL,N_NAMED_ARGS) \
504 m32c_init_cumulative_args (&(CA),FNTYPE,LIBNAME,FNDECL,N_NAMED_ARGS)
/openbsd-current/gnu/gcc/gcc/config/mt/
H A Dmt.h568 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \
569 mt_init_cumulative_args (& (CUM), FNTYPE, LIBNAME, FNDECL, FALSE)
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.h1388 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
1389 init_cumulative_args (&CUM, FNTYPE, LIBNAME, FALSE, FALSE, N_NAMED_ARGS)
1394 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \
1395 init_cumulative_args (&CUM, FNTYPE, LIBNAME, TRUE, FALSE, 1000)
1399 #define INIT_CUMULATIVE_LIBCALL_ARGS(CUM, MODE, LIBNAME) \
1400 init_cumulative_args (&CUM, NULL_TREE, LIBNAME, FALSE, TRUE, 0)
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore.h584 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, n_named_args) \
585 score_init_cumulative_args (&CUM, FNTYPE, LIBNAME)
/openbsd-current/gnu/gcc/gcc/config/mmix/
H A Dmmix.h634 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
635 ((CUM).regs = 0, (CUM).lib = ((LIBNAME) != 0))
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dunicosmk.h171 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
H A Dvms.h181 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.h1725 When processing a call to a compiler support library function, LIBNAME
1727 the function, as a string. LIBNAME is 0 when an ordinary C function call is
1728 being processed. Thus, each time this macro is called, either LIBNAME or
1731 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \
1732 frv_init_cumulative_args (&CUM, FNTYPE, LIBNAME, FNDECL, FALSE)
1738 The value passed for LIBNAME is always 0, since library routines with
1740 LIBNAME exists for symmetry with `INIT_CUMULATIVE_ARGS'. */
1742 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \
1743 frv_init_cumulative_args (&CUM, FNTYPE, LIBNAME, NULL, TRUE)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dunicosmk.h182 #define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.h1635 When processing a call to a compiler support library function, LIBNAME
1637 the function, as a string. LIBNAME is 0 when an ordinary C function call is
1638 being processed. Thus, each time this macro is called, either LIBNAME or
1641 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) \
1642 d30v_init_cumulative_args (&CUM, FNTYPE, LIBNAME, INDIRECT, FALSE)
1648 The value passed for LIBNAME is always 0, since library routines with
1650 LIBNAME exists for symmetry with `INIT_CUMULATIVE_ARGS'. */
1652 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \
1653 d30v_init_cumulative_args (&CUM, FNTYPE, LIBNAME, FALSE, TRUE)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.h1696 #define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) \
1697 init_cumulative_args (&CUM, FNTYPE, LIBNAME, FALSE, FALSE)
1702 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM,FNTYPE,LIBNAME) \
1703 init_cumulative_args (&CUM, FNTYPE, LIBNAME, TRUE, FALSE)
1707 #define INIT_CUMULATIVE_LIBCALL_ARGS(CUM, MODE, LIBNAME) \
1708 init_cumulative_args (&CUM, NULL_TREE, LIBNAME, FALSE, TRUE)
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.h714 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
717 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \
/openbsd-current/gnu/gcc/gcc/config/avr/
H A Davr.h320 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \
321 init_cumulative_args (&(CUM), FNTYPE, LIBNAME, FNDECL)
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.h675 #define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT, N_NAMED_ARGS) \
676 (init_cumulative_args (&CUM, FNTYPE, LIBNAME))
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dh8300.h638 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
639 ((CUM).nbytes = 0, (CUM).libcall = LIBNAME)
/openbsd-current/gnu/gcc/gcc/config/iq2000/
H A Diq2000.h418 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
419 init_cumulative_args (& CUM, FNTYPE, LIBNAME) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.h675 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) \
676 ((CUM).nbytes = 0, (CUM).libcall = LIBNAME)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.h748 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) \
749 ((CUM).regs = 0, (CUM).lib = ((LIBNAME) != 0))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.h1139 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) init_cumulative_args (&(CUM), FNTYPE, LIBNAME, INDIRECT)
1153 LIBNAME identifies which one. It is a `symbol_ref' rtx which
1154 contains the name of the function, as a string. LIBNAME is 0 when
1156 this macro is called, either LIBNAME or FNTYPE is nonzero, but
/openbsd-current/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.h430 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
/openbsd-current/gnu/gcc/gcc/config/vax/
H A Dvax.h408 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \

Completed in 496 milliseconds

1234