Searched refs:objs (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-11-stable/libexec/rtld-elf/aarch64/
H A Dreloc.c436 allocate_initial_tls(Obj_Entry *objs) argument
448 tp = (Elf_Addr **) allocate_tls(objs, NULL, TLS_TCB_SIZE, 16);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c826 list_add_tail(&ft->base.list, &fs_prio->objs);
865 ft = find_first_ft_in_prio(fs_prio, &fs_prio->objs);
960 /*Assuming objs containis only flow tables and
963 if (!list_is_last(&ft->base.list, &prio->objs)) {
1255 ft = find_first_ft_in_prio_reverse(prio, &prio->objs);
1279 if (!list_empty(&prio->objs) &&
1280 list_first_entry(&prio->objs, struct mlx5_flow_table, base.list) !=
1356 ft = find_first_ft_in_prio(prio, &prio->objs);
1909 INIT_LIST_HEAD(&fs_prio->objs);
1941 while (!list_empty(&iter_prio->objs)) {
[all...]
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Dreloc.c480 allocate_initial_tls(Obj_Entry *objs) argument
490 tls = allocate_tls(objs, NULL, 3*sizeof(Elf_Addr), sizeof(Elf_Addr));
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Dreloc.c500 allocate_initial_tls(Obj_Entry *objs) argument
511 addr = allocate_tls(objs, 0, 3 * sizeof(Elf_Addr), sizeof(Elf_Addr));
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dnetware.pl456 my($objs,$target,$name,$shlib)=@_;
459 $ret.="$target: $objs\n";
463 $ret.="\t\$(MKLIB) $lib_flags $target $objs\n";
H A DVC-32.pl298 my($objs,$target,$name,$shlib,$ign,$base_addr) = @_;
318 # $ret.="$target: $objs\n";
322 $ret.="$target: $objs\n";
323 $ret.="\t\$(MKLIB) $lfile$target @<<\n $objs\n<<\n";
332 $ret.="$target: $objs \$(PREMAIN_DSO_EXE)";
341 $ret.="$name @<<\n \$(SHLIB_EX_OBJ) $objs \$(EX_LIBS) ";
346 $ret.="$target: $objs";
347 $ret.="\n\t\$(LINK_CMD) \$(MLFLAGS) $efile$target $name @<<\n \$(SHLIB_EX_OBJ) $objs $ex \$(EX_LIBS)\n<<\n";
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c251 unsigned lineno = 0, objs = 0, len; local
294 objs++;
299 if (objs == 0)
302 g_gate_log(LOG_INFO, "Exporting %u object(s).", objs);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.h324 const Obj_Entry **objs; /* Array of object pointers */ member in struct:Struct_DoneList
H A Drtld.c291 ((dlp)->objs = alloca(obj_count * sizeof (dlp)->objs[0]), \
292 assert((dlp)->objs != NULL), \
1578 if (dlp->objs[i] == obj)
1587 dlp->objs[dlp->num_used++] = obj;
4848 allocate_tls(Obj_Entry *objs, void *oldtcb, size_t tcbsize, size_t tcbalign) argument
4882 for (obj = globallist_curr(objs); obj != NULL;
4930 allocate_tls(Obj_Entry *objs, void *oldtls, size_t tcbsize, size_t tcbalign) argument
4982 for (obj = objs; obj != NULL; obj = TAILQ_NEXT(obj, next)) {
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h173 STAILQ_ENTRY(ar_obj) objs; member in struct:ar_obj
/freebsd-11-stable/libexec/rtld-elf/mips/
H A Dreloc.c641 allocate_initial_tls(Obj_Entry *objs) argument
652 tls = (char *) allocate_tls(objs, NULL, TLS_TCB_SIZE, 8);
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh1244 progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
2647 objs=
3330 objs="$objs $arg"
4634 objs="$objs$old_deplibs"
4663 if test -n "$objs"; then
4665 func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
4669 $ECHO "*** objects $objs is not portable!"
4670 libobjs="$libobjs $objs"
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak24 OBJDIR = objs
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf78 special amd objs vers.amd.o afs_ops.o am_ops.o clock.o util.o xutil.o efs_ops.o mapc.o info_file.o info_hes.o info_ndbm.o info_passwd.o info_nis.o info_union.o map.o srvr_afs.o srvr_nfs.o mntfs.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_ops.o nfs_prot_svc.o nfs_start.o nfs_subr.o opts.o pfs_ops.o rpc_fwd.o sched.o sfs_ops.o amq_svc.o amq_subr.o umount_fs.o host_ops.o nfsx_ops.o ufs_ops.o ifs_ops.o amd.o get_args.o restart.o wire.o
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c853 allocate_initial_tls(Obj_Entry *objs) argument
862 tpval = allocate_tls(objs, NULL, 3 * sizeof(Elf_Addr),
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp704 ArrayRef<ObjFile *> objs) {
718 // Note: This processes all .res files before all objs. Ideally they'd be
721 for (ObjFile *f : objs) {
703 convertResToCOFF(ArrayRef<MemoryBufferRef> mbs, ArrayRef<ObjFile *> objs) argument
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure23580 objs=
23581 test $apu_have_openssl = 1 && objs="$objs crypto/apr_crypto_openssl.lo"
23582 test $apu_have_nss = 1 && objs="$objs crypto/apr_crypto_nss.lo"
23583 test $apu_have_commoncrypto = 1 && objs="$objs crypto/apr_crypto_commoncrypto.lo"
23584 test $apu_have_oracle = 1 && objs="$objs dbd/apr_dbd_oracle.lo"
23585 test $apu_have_pgsql = 1 && objs
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh845 objs=
1381 objs="$objs $arg"
2441 objs="$objs$old_deplibs"
2467 if test -n "$objs"; then
2469 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
2474 echo "*** objects $objs is not portable!"
2475 libobjs="$libobjs $objs"
2701 oldobjs="$objs "`
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh4629 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
6546 objs=
7314 func_append objs " $arg"
8712 func_append objs "$old_deplibs"
8741 if test -n "$objs"; then
8743 func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
8747 $ECHO "*** objects $objs is not portable!"
8748 func_append libobjs " $objs"
9066 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
10100 test -n "$objs
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh4629 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
6546 objs=
7314 func_append objs " $arg"
8712 func_append objs "$old_deplibs"
8741 if test -n "$objs"; then
8743 func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
8747 $ECHO "*** objects $objs is not portable!"
8748 func_append libobjs " $objs"
9066 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
10100 test -n "$objs
[all...]
/freebsd-11-stable/contrib/file/
H A Dltmain.sh4632 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
6549 objs=
7317 func_append objs " $arg"
8719 func_append objs "$old_deplibs"
8748 if test -n "$objs"; then
8750 func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
8754 $ECHO "*** objects $objs is not portable!"
8755 func_append libobjs " $objs"
9078 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
10115 test -n "$objs
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh4629 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
6546 objs=
7316 func_append objs " $arg"
8714 func_append objs "$old_deplibs"
8743 if test -n "$objs"; then
8745 func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
8749 $ECHO "*** objects $objs is not portable!"
8750 func_append libobjs " $objs"
9068 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
10102 test -n "$objs
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh4629 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
6546 objs=
7317 func_append objs " $arg"
8718 func_append objs "$old_deplibs"
8747 if test -n "$objs"; then
8749 func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
8753 $ECHO "*** objects $objs is not portable!"
8754 func_append libobjs " $objs"
9075 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
10109 test -n "$objs
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.h189 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
/freebsd-11-stable/share/mk/
H A Dbsd.sys.mk242 installincludes lint obj objlink objs objwarn \

Completed in 387 milliseconds

123