Searched refs:objs (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/unbound/
H A Dfreebsd-sources.pl50 my $objs = <MAKE>;
52 chomp($objs);
53 $objs =~ s/\.l?o\b/.c/g;
58 } split(/\s+/, $objs);
/freebsd-11-stable/usr.sbin/crunch/examples/
H A DMakefile28 objs:
29 ${MAKE} -f $(OUTMK) objs
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.multiprov.ksh48 objs=
81 objs="$objs $oogle.o $oogle.d.o"
90 cc -o test test.c $objs
H A Dtst.sameprovmulti.ksh43 objs=
76 objs="$objs $oogle.o $oogle.d.o"
82 cc -o test test.c $objs
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A DMakefile6 ib_sdp-objs := sdp_main.o sdp_cma.o sdp_bcopy.o sdp_proc.o sdp_tx.o sdp_rx.o sdp_zcopy.o
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dquarantine.h25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */ member in struct:quarantine_s
/freebsd-11-stable/contrib/jemalloc/src/
H A Dquarantine.c28 size = offsetof(quarantine_t, objs) + ((ZU(1) << lg_maxobjs) *
76 /* objs ring buffer data are contiguous. */
77 memcpy(ret->objs, &quarantine->objs[quarantine->first],
80 /* objs ring buffer data wrap around. */
85 memcpy(ret->objs, &quarantine->objs[quarantine->first], ncopy_a
87 memcpy(&ret->objs[ncopy_a], quarantine->objs, ncopy_b *
99 quarantine_obj_t *obj = &quarantine->objs[quarantin
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h119 struct list_head objs; /* each object is a namespace or ft */ member in struct:fs_prio
197 &(prio)->objs)
202 &(prio)->objs)
207 &(prio)->objs)
210 list_for_each_entry_reverse(pos, &(prio)->objs, list) \
215 list_for_each_entry(pos, &(prio)->objs, list) \
220 list_for_each_entry_continue_reverse(pos, &(prio)->objs, list) \
225 list_for_each_entry_continue(pos, &(prio)->objs, list) \
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_lu.c188 if ((ret->objs = sk_X509_OBJECT_new(x509_object_cmp)) == NULL)
220 sk_X509_OBJECT_free(ret->objs);
270 sk_X509_OBJECT_pop_free(vfy->objs, cleanup);
319 tmp = X509_OBJECT_retrieve_by_subject(ctx->objs, type, name);
370 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) {
376 } else if (!sk_X509_OBJECT_push(ctx->objs, obj)) {
407 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) {
412 } else if (!sk_X509_OBJECT_push(ctx->objs, obj)) {
519 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
533 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X50
[all...]
H A Dby_dir.c381 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
383 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j);
/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk113 .ORDER: ${OUTPUTS} objs
120 # Avoid redundantly calling 'make objs' which we've done by our
126 ${PROG}: ${OUTPUTS} objs .NOMETA .PHONY
134 objs: ${OUTMK} .META
136 ${MAKE} -f ${OUTMK} BUILD_TOOLS_META=.NOMETA objs
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-alias-warnings.c344 objs: <ptr, 1>
348 objs: <ptr, 2>
355 htab_t objs;
443 ref_table->objs = htab_create (10, tree_map_hash, tree_map_eq, NULL);
470 add_key (ref_table->objs, alias, references_pool);
493 htab_delete (ref_table->objs);
553 maybe_add_match (reference_table (true)->objs, &match);
588 return match (reference_table (true)->objs, object);
353 htab_t objs; member in struct:reference_matches
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c73 strlst_t *objs, *objpaths; member in struct:prog
435 p2->objs = NULL;
538 } else if (!strcmp(argv[2], "objs")) {
539 p->objs = NULL;
541 add_string(&p->objs, argv[i]);
697 if (!p->objs && p->srcdir && is_nonempty_file(path))
704 if (!p->objs && verbose)
708 if ((!p->srcdir || !p->objdir) && !p->objs)
722 /* discover the objs from the srcdir Makefile */
786 add_string(&p->objs, ob
[all...]
/freebsd-11-stable/crypto/openssl/util/pl/
H A DBC-32.pl99 local($objs,$target,$name,$shlib)=@_;
106 $ret.="$target: $objs\n";
121 $ret.="\t\$(LINK_CMD) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
/freebsd-11-stable/usr.bin/ar/
H A Dar.h76 TAILQ_ENTRY(ar_obj) objs; member in struct:ar_obj
H A Dwrite.c255 TAILQ_INSERT_BEFORE(pos, obj, objs);
259 TAILQ_INSERT_AFTER(&bsdar->v_obj, pos, obj, objs);
264 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs);
372 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs);
458 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) {
476 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) {
502 TAILQ_REMOVE(&bsdar->v_obj, obj, objs);
550 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) {
551 TAILQ_REMOVE(&bsdar->v_obj, obj, objs);
629 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) {
[all...]
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dar.h94 TAILQ_ENTRY(ar_obj) objs; member in struct:ar_obj
H A Dwrite.c227 TAILQ_INSERT_BEFORE(pos, obj, objs);
231 TAILQ_INSERT_AFTER(&bsdar->v_obj, pos, obj, objs);
236 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs);
347 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs);
444 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) {
463 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) {
490 TAILQ_REMOVE(&bsdar->v_obj, obj, objs);
545 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) {
546 TAILQ_REMOVE(&bsdar->v_obj, obj, objs);
682 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) {
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c272 __mf_object_t **objs, unsigned max_objs);
274 __mf_object_t **objs, unsigned max_objs, int type);
276 __mf_object_t **objs, unsigned max_objs);
1242 __mf_object_t *objs[1] = {NULL}; local
1246 CLAMPSZ (ptr, sz), objs, 1, type);
1255 CLAMPSZ (ptr, sz), objs, 1, __MF_TYPE_HEAP);
1258 old_obj = objs[0];
1496 max_objs of their pointers in objs[]. Return total count of
1501 __mf_object_t **objs, unsigned max_objs, int type)
1513 objs[coun
1500 __mf_find_objects2(uintptr_t ptr_low, uintptr_t ptr_high, __mf_object_t **objs, unsigned max_objs, int type) argument
1547 __mf_find_objects(uintptr_t ptr_low, uintptr_t ptr_high, __mf_object_t **objs, unsigned max_objs) argument
1600 __mf_find_dead_objects(uintptr_t low, uintptr_t high, __mf_object_t **objs, unsigned max_objs) argument
2027 __mf_object_t *objs[max_objs]; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dsoftp11.c70 struct st_object **objs; member in struct:soft_token::__anon5994
191 if (soft_token.object.objs[i] == NULL)
193 if (soft_token.object.objs[i]->object_handle != handle)
195 *object = soft_token.object.objs[i];
306 struct st_object *o, **objs; local
314 if (soft_token.object.objs == NULL) {
315 soft_token.object.objs[i] = o;
320 objs = realloc(soft_token.object.objs,
321 (soft_token.object.num_objs + 1) * sizeof(soft_token.object.objs[
[all...]
/freebsd-11-stable/libexec/rtld-elf/arm/
H A Dreloc.c492 allocate_initial_tls(Obj_Entry *objs) argument
507 (*_tp) = (void *) allocate_tls(objs, NULL, TLS_TCB_SIZE, 8);
509 sysarch(ARM_SET_TP, allocate_tls(objs, NULL, TLS_TCB_SIZE, 8));
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.h193 ArrayRef<ObjFile *> objs);
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Darchive.c108 STAILQ_INSERT_TAIL(&ecp->v_arobj, obj, objs);
477 STAILQ_FOREACH(obj, &ecp->v_arobj, objs) {
500 STAILQ_FOREACH_SAFE(obj, &ecp->v_arobj, objs, obj_temp) {
501 STAILQ_REMOVE(&ecp->v_arobj, obj, ar_obj, objs);
/freebsd-11-stable/contrib/ncurses/
H A Dmk-1st.awk172 function make_shlib(objs, shlib_list) {
173 printf "\t$(MK_SHARED_LIB) $(%s_OBJS) $(%s) $(LDFLAGS)\n", objs, shlib_list
/freebsd-11-stable/libexec/rtld-elf/riscv/
H A Dreloc.c381 allocate_initial_tls(Obj_Entry *objs) argument
393 tp = (Elf_Addr **) ((char *)allocate_tls(objs, NULL, TLS_TCB_SIZE, 16)

Completed in 213 milliseconds

123