Searched refs:is_func (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dsymtab.c56 but one has is_func set and the other doesn't, we make the
59 same is_func value, we discriminate against is_static such that
73 if (left->is_func != right->is_func)
74 return right->is_func - left->is_func;
109 && ((src->is_func && !dst[-1].is_func)
110 || ((src->is_func == dst[-1].is_func)
[all...]
H A Dsymtab.h52 is_func:1, /* Is this a function entry point? */
51 is_func:1, /* Is this a function entry point? */ member in struct:sym
H A Dcall_graph.c53 For normal profiling, is_func will be set on all symbols, so this
55 while (child >= symtab.base && ! child->is_func)
H A Dcorefile.c544 symtab.limit->is_func = TRUE;
698 symtab.limit->is_func = (!core_has_func_syms
H A Dbasic_blocks.c362 if (b->is_func)
H A Dcg_print.c519 || (line_granularity && ! parent->is_func))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dd-lang.c139 unsigned char is_func = 0; local
151 is_func = 1;
178 if (is_func == 1 && *symbol == 'F')
183 if (is_func == 1)
184 is_func++;
/netbsd-6-1-5-RELEASE/sys/arch/arm/pic/
H A Dpicvar.h73 int (*is_func)(void *); member in struct:intrsource
H A Dpic.c183 rv = (*is->is_func)(frame);
185 rv = (*is->is_func)(is->is_arg);
458 is->is_func = func;
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap2430_intr.c74 int (*is_func)(void *); member in struct:intrsource
418 (*is->is_func)(frame);
421 rv = (*is->is_func)(is->is_arg);
568 is->is_func = func;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A De500_intr.c80 int (*is_func)(void *); member in struct:intr_source
90 { .is_func = e500_intr_spurious, .is_arg = NULL, \
692 is->is_func = handler;
894 if (__predict_false(is->is_func == NULL)) {
899 int (*func)(void *) = is->is_func;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dsymtab.h210 is_func() const function in class:gold::Symbol
598 if (!this->is_func())
805 && !this->is_func());
H A Di386.cc1741 if (gsym->is_func())
2253 if (gsym != NULL && gsym->is_func())
2269 if (gsym != NULL && gsym->is_func())
2285 if (gsym != NULL && gsym->is_func())
H A Dx86_64.cc1840 if (gsym->is_func())
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-spu.c408 unsigned int is_func : 1; member in struct:function_info
2365 bfd_boolean is_func)
2408 if (is_func)
2409 sinfo->fun[i].is_func = TRUE;
2435 sinfo->fun[i].is_func = is_func;
2613 p->fun->is_func = TRUE;
2826 && !callee->fun->is_func
2837 callee->fun->is_func = TRUE;
2861 callee->fun->is_func
2362 maybe_insert_function(asection *sec, void *sym_h, bfd_boolean global, bfd_boolean is_func) argument
[all...]
H A Delf64-ppc.c3686 unsigned int is_func:1;
4436 edir->is_func |= eind->is_func;
4525 fh->is_func = 1;
4562 fh->is_func = 1;
5124 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5225 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5327 ((struct ppc_link_hash_entry *) h)->is_func = 1;
6269 if (!fh->is_func)
7436 htab->tls_get_addr->is_func
3682 unsigned int is_func:1; member in struct:ppc_link_hash_entry
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-spu.c408 unsigned int is_func : 1; member in struct:function_info
2365 bfd_boolean is_func)
2408 if (is_func)
2409 sinfo->fun[i].is_func = TRUE;
2435 sinfo->fun[i].is_func = is_func;
2613 p->fun->is_func = TRUE;
2826 && !callee->fun->is_func
2837 callee->fun->is_func = TRUE;
2861 callee->fun->is_func
2362 maybe_insert_function(asection *sec, void *sym_h, bfd_boolean global, bfd_boolean is_func) argument
[all...]
H A Delf64-ppc.c3683 unsigned int is_func:1;
4433 edir->is_func |= eind->is_func;
4522 fh->is_func = 1;
4559 fh->is_func = 1;
5117 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5218 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5320 ((struct ppc_link_hash_entry *) h)->is_func = 1;
6262 if (!fh->is_func)
7429 htab->tls_get_addr->is_func
3679 unsigned int is_func:1; member in struct:ppc_link_hash_entry
[all...]

Completed in 334 milliseconds