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

12

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Djs_objnew.d48 @objs[basename(copyinstr(arg0)), copyinstr(arg1)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
H A Drb_objnew.d48 @objs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
H A Djs_objgc.d66 @objs[this->file, copyinstr(arg1)] = sum(1);
73 @objs["<missed>", copyinstr(arg1)] = sum(-1);
79 @objs[filename[arg2], copyinstr(arg1)] = sum(-1);
88 printa(" %-24.24s %@8d %s\n", @objs);
H A Dj_objnew.d49 @objs[pid, stringof(this->class)] = count();
60 printa(" %6d %8@d %s\n", @objs);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_objnew.d48 @objs[basename(copyinstr(arg0)), copyinstr(arg1)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
H A Djs_objgc.d66 @objs[this->file, copyinstr(arg1)] = sum(1);
73 @objs["<missed>", copyinstr(arg1)] = sum(-1);
79 @objs[filename[arg2], copyinstr(arg1)] = sum(-1);
88 printa(" %-24.24s %@8d %s\n", @objs);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_objnew.d48 @objs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
/freebsd-9.3-release/crypto/openssl/fips/
H A DMakefile96 objs="fips_start.o $(LIBOBJ) $(FIPS_EX_OBJ) $$CPUID $$FIPS_ASM"; \
99 objs="$$objs `sed "$$script" $$i`"; \
101 objs="$$objs fips_end.o" ; \
105 set -x; ${FIPS_SITE_LD} -r -o $@ $$objs; \
107 set -x; $(CC) $$cflags -r -nostdlib -o $@ $$objs ; \
109 HP-UX|OSF1|SunOS) set -x; /usr/ccs/bin/ld -r -o $@ $$objs ;; \
110 *) set -x; $(CC) $$cflags -r -o $@ $$objs ;; \
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A DMakefile28 objs:
29 make -f $(OUTMK) objs
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_objnew.d49 @objs[pid, stringof(this->class)] = count();
60 printa(" %6d %8@d %s\n", @objs);
/freebsd-9.3-release/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-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl14 my $objfile = shift || "ipf.objs";
31 my %objs;
39 push(@{$objs{$obj}}, $token) unless ($obj eq "");
44 my @objs = sort { length($b) <=> length($a) } keys %objs;
68 foreach $obj (@objs) {
75 foreach $val (@{$objs{$obj}}) {
115 file, the filename defaults to F<ipf.objs>. An object is delimited
146 I<ipf.objs>
170 ipfmeta ipf.objs <ip
[all...]
/freebsd-9.3-release/share/mk/
H A Dbsd.crunchgen.mk106 .ORDER: $(OUTPUTS) objs
111 $(PROG): $(OUTPUTS) objs
114 objs: $(OUTMK)
115 MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} -f $(OUTMK) objs
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_lu.c188 ret->objs = sk_X509_OBJECT_new(x509_object_cmp);
206 sk_X509_OBJECT_free(ret->objs);
246 sk_X509_OBJECT_pop_free(vfy->objs, cleanup);
291 tmp = X509_OBJECT_retrieve_by_subject(ctx->objs, type, name);
342 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) {
349 sk_X509_OBJECT_push(ctx->objs, obj);
375 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) {
381 sk_X509_OBJECT_push(ctx->objs, obj);
514 idx = X509_OBJECT_idx_by_subject(ctx->ctx->objs, X509_LU_X509, xn);
518 for (i = idx; i < sk_X509_OBJECT_num(ctx->ctx->objs);
[all...]
H A Dby_dir.c344 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
346 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j);
/freebsd-9.3-release/crypto/openssl/util/pl/
H A DBC-32.pl99 local($objs,$target,$name,$shlib)=@_;
106 $ret.="$target: $objs\n";
121 $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
H A Dnetware.pl450 my($objs,$target,$name,$shlib)=@_;
453 $ret.="$target: $objs\n";
457 $ret.="\t\$(MKLIB) $lib_flags $target $objs\n";
/freebsd-9.3-release/usr.bin/ar/
H A Dar.h74 TAILQ_ENTRY(ar_obj) objs; member in struct:ar_obj
H A Dwrite.c246 TAILQ_INSERT_BEFORE(pos, obj, objs);
250 TAILQ_INSERT_AFTER(&bsdar->v_obj, pos, obj, objs);
255 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs);
363 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs);
449 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) {
467 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) {
493 TAILQ_REMOVE(&bsdar->v_obj, obj, objs);
541 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) {
542 TAILQ_REMOVE(&bsdar->v_obj, obj, objs);
585 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) {
[all...]
/freebsd-9.3-release/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-9.3-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c73 strlst_t *objs, *objpaths; member in struct:prog
434 p2->objs = NULL;
537 } else if (!strcmp(argv[2], "objs")) {
538 p->objs = NULL;
540 add_string(&p->objs, argv[i]);
691 if (!p->objs && p->srcdir && is_nonempty_file(path))
698 if (!p->objs && verbose)
702 if ((!p->srcdir || !p->objdir) && !p->objs)
716 /* discover the objs from the srcdir Makefile */
780 add_string(&p->objs, ob
[all...]
/freebsd-9.3-release/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-9.3-release/crypto/heimdal/lib/hx509/
H A Dsoftp11.c60 struct st_object **objs; member in struct:soft_token::__anon4616
180 if (soft_token.object.objs[i] == NULL)
182 if (soft_token.object.objs[i]->object_handle != handle)
184 *object = soft_token.object.objs[i];
295 struct st_object *o, **objs; local
306 if (soft_token.object.objs == NULL) {
307 soft_token.object.objs[i] = o;
312 objs = realloc(soft_token.object.objs,
313 (soft_token.object.num_objs + 1) * sizeof(soft_token.object.objs[
[all...]
/freebsd-9.3-release/contrib/ncurses/
H A Dmk-1st.awk143 function make_shlib(objs, shlib_list) {
144 printf "\t$(MK_SHARED_LIB) $(%s_OBJS) $(%s) $(LDFLAGS)\n", objs, shlib_list
/freebsd-9.3-release/libexec/rtld-elf/amd64/
H A Dreloc.c477 allocate_initial_tls(Obj_Entry *objs) argument
485 amd64_set_fsbase(allocate_tls(objs, 0,

Completed in 171 milliseconds

12