Home
last modified time | relevance | path

Searched refs:probe (Results 1 – 25 of 157) sorted by relevance

1234567

/openbsd/gnu/usr.bin/perl/
H A Dperldtrace.d7 probe sub__entry(const char *, const char *, int, const char *);
8 probe sub__return(const char *, const char *, int, const char *);
10 probe phase__change(const char *, const char *);
12 probe op__entry(const char *);
14 probe loading__file(const char *);
15 probe loaded__file(const char *);
H A D.metaconf-exclusions.txt4 # relevant probe. But in some cases, that's inappropriate: we have symbols that
5 # we no longer need to probe for, but must define in perl.h for backwards
/openbsd/gnu/gcc/gcc/cp/
H A Dsearch.c1017 tree probe; in is_subobject_of_p() local
1019 for (probe = parent; probe; probe = BINFO_INHERITANCE_CHAIN (probe)) in is_subobject_of_p()
1021 if (probe == binfo) in is_subobject_of_p()
2167 tree level, probe; in check_hidden_convs() local
2171 for (probe = TREE_VALUE (level); probe; probe = TREE_CHAIN (probe)) in check_hidden_convs()
2442 tree probe, next; in lookup_conversions() local
2444 for (probe = TREE_VALUE (convs); probe; probe = next) in lookup_conversions()
2449 list = probe; in lookup_conversions()
2455 tree probe, next; in lookup_conversions() local
2457 for (probe = TREE_VALUE (tpl_convs); probe; probe = next) in lookup_conversions()
[all …]
H A Dfriend.c362 tree probe = TREE_VALUE (classes); in make_friend_class() local
366 if (friend_type == probe) in make_friend_class()
369 warning (0, "%qD is already a friend of %qT", probe, type); in make_friend_class()
373 else if (TREE_CODE (probe) != TEMPLATE_DECL) in make_friend_class()
375 if (same_type_p (probe, friend_type)) in make_friend_class()
378 warning (0, "%qT is already a friend of %qT", probe, type); in make_friend_class()
H A Dtypeck2.c1412 tree probe; in add_exception_specifier() local
1414 for (probe = list; probe; probe = TREE_CHAIN (probe)) in add_exception_specifier()
1415 if (same_type_p (TREE_VALUE (probe), spec)) in add_exception_specifier()
1417 if (!probe) in add_exception_specifier()
1448 tree probe; in merge_exception_specifiers() local
1450 for (probe = orig_list; probe; probe = TREE_CHAIN (probe)) in merge_exception_specifiers()
1451 if (same_type_p (TREE_VALUE (probe), spec)) in merge_exception_specifiers()
1453 if (!probe) in merge_exception_specifiers()
H A Dsemantics.c237 deferred_access_check *chk, *probe; in pop_to_parent_deferring_access_checks() local
248 if (probe->binfo == chk->binfo && in pop_to_parent_deferring_access_checks()
249 probe->decl == chk->decl && in pop_to_parent_deferring_access_checks()
3047 tree probe; in emit_associated_thunks() local
3049 for (probe = DECL_THUNKS (thunk); in emit_associated_thunks()
3050 probe; probe = TREE_CHAIN (probe)) in emit_associated_thunks()
3051 use_thunk (probe, /*emit_p=*/1); in emit_associated_thunks()
3101 tree probe; in expand_body() local
3104 probe && DECL_CLONED_FUNCTION_P (probe); in expand_body()
3105 probe = TREE_CHAIN (probe)) in expand_body()
[all …]
/openbsd/regress/usr.sbin/btrace/
H A Dbeginend.bt6 printf("Hello from %s\n", probe);
12 printf("Bye from %s\n", probe);
H A Dtupleeval.bt2 $t = (5, comm, "str", probe);
H A Dcomments.bt5 // comment after probe
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c1411 tree probe; local
1413 for (probe = list; probe; probe = TREE_CHAIN (probe))
1414 if (same_type_p (TREE_VALUE (probe), spec))
1416 if (!probe)
1448 tree probe; local
1450 for (probe = orig_list; probe; probe = TREE_CHAIN (probe))
1451 if (same_type_p (TREE_VALUE (probe), spec))
1453 if (!probe)
/openbsd/gnu/gcc/gcc/config/i386/
H A Dcygwin.asm51 probe: cmpl $0x1000,%eax /* > 4k ?*/ label
57 jmp probe /* and do it again */
H A Duwin.asm13 probe: cmpl $0x1000,%eax /* > 4k ?*/ label
19 jmp probe /* and do it again */
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dcygwin.asm13 probe: cmpl $0x1000,%eax /* > 4k ?*/ label
19 jmp probe /* and do it again */
H A Duwin.asm13 probe: cmpl $0x1000,%eax /* > 4k ?*/ label
19 jmp probe /* and do it again */
/openbsd/usr.sbin/btrace/
H A Dbt_parse.y101 struct bt_probe *probe; member
131 %type <v.probe> plist probe pname
149 plist : plist ',' probe { $$ = bp_append($1, $3); }
150 | probe
153 probe : { pflag = 1; } pname { $$ = $2; pflag = 0; }
301 br_new(struct bt_probe *probe, struct bt_filter *filter, struct bt_stmt *head) in br_new() argument
309 SLIST_FIRST(&br->br_probes) = probe; in br_new()
318 if (probe->bp_type != B_PT_PROBE) in br_new()
321 } while ((probe = SLIST_NEXT(probe, bp_next)) != NULL); in br_new()
/openbsd/regress/sys/net/pf_policy/
H A DMakefile54 REGRESS_TARGETS += check-probe-host
56 check-probe-host:
/openbsd/gnu/usr.bin/perl/t/op/
H A Dfork.t26 my $probe = qx{
29 chomp $probe;
30 skip "Can't set ulimit -u on this system: $probe"
31 unless $probe eq 'good';
/openbsd/gnu/usr.bin/binutils/config/
H A Daccross.m455 AC_MSG_CHECKING(to probe for byte ordering)
69 echo $ac_n ' big endian probe OK, ' 1>&AC_FD_MSG
73 echo $ac_n ' little endian probe OK, ' 1>&AC_FD_MSG
/openbsd/gnu/usr.bin/perl/pod/
H A Dperldtrace.pod56 The C<phase-change> probe was added.
106 Traces the execution of each opcode in the Perl runloop. This probe
108 enabled, the DTrace probe is fired I<after> the debugger hooks (but
118 C<use>, C<require>, or C<do>. This probe fires before the file is
129 from C<use>, C<require>, or C<do>. This probe fires after the file
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde.c443 fde **probe; in fde_split() local
445 for (probe = chain_end; in fde_split()
446 probe != &marker && fde_compare (ob, linear->array[i], *probe) < 0; in fde_split()
447 probe = chain_end) in fde_split()
449 chain_end = (fde **) erratic->array[probe - linear->array]; in fde_split()
450 erratic->array[probe - linear->array] = NULL; in fde_split()
/openbsd/gnu/gcc/gcc/
H A Dunwind-dw2-fde.c447 const fde **probe; in fde_split() local
449 for (probe = chain_end; in fde_split()
450 probe != &marker && fde_compare (ob, linear->array[i], *probe) < 0; in fde_split()
451 probe = chain_end) in fde_split()
453 chain_end = (const fde **) erratic->array[probe - linear->array]; in fde_split()
454 erratic->array[probe - linear->array] = NULL; in fde_split()
/openbsd/regress/sys/arch/hppa/probe/
H A DMakefile3 PROG= probe
/openbsd/regress/sys/arch/hppa/
H A DMakefile4 SUBDIR+= probe sfuid
/openbsd/gnu/lib/libiberty/src/
H A Dalloca.c164 auto char probe; /* Probes stack depth: */ in C_alloca() local
165 register char *depth = ADDRESS_FUNCTION (probe); in C_alloca()
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dalloca.c155 auto char probe; /* Probes stack depth: */ in alloca() local
156 register char *depth = ADDRESS_FUNCTION (probe); in alloca()

1234567