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

/haiku-buildtools/legacy/binutils/gprof/
H A Dsymtab.c55 but one has is_func set and the other doesn't, we make the
58 same is_func value, we discriminate against is_static such that
72 if (left->is_func != right->is_func)
73 return right->is_func - left->is_func;
108 && ((src->is_func && !dst[-1].is_func)
109 || ((src->is_func == dst[-1].is_func)
[all...]
H A Dsymtab.h51 is_func:1, /* Is this a function entry point? */
50 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 Dbasic_blocks.c362 if (b->is_func)
H A Dcorefile.c555 symtab.limit->is_func = TRUE;
H A Dcg_print.c518 || (line_granularity && ! parent->is_func))
/haiku-buildtools/binutils/gprof/
H A Dsymtab.c55 but one has is_func set and the other doesn't, we make the
58 same is_func value, we discriminate against is_static such that
72 if (left->is_func != right->is_func)
73 return right->is_func - left->is_func;
108 && ((src->is_func && !dst[-1].is_func)
109 || ((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.c572 symtab.limit->is_func = TRUE;
731 symtab.limit->is_func = (!core_has_func_syms
H A Dbasic_blocks.c362 if (b->is_func)
H A Dcg_print.c522 || (line_granularity && ! parent->is_func))
/haiku-buildtools/binutils/gold/
H A Dsymtab.h230 is_func() const function in class:gold::Symbol
642 if (!this->is_func())
860 && !this->is_func());
/haiku-buildtools/binutils/bfd/
H A Delf32-spu.c418 unsigned int is_func : 1; member in struct:function_info
2388 bfd_boolean is_func)
2431 if (is_func)
2432 sinfo->fun[i].is_func = TRUE;
2458 sinfo->fun[i].is_func = is_func;
2638 p->fun->is_func = TRUE;
2852 && !callee->fun->is_func
2863 callee->fun->is_func = TRUE;
2887 callee->fun->is_func
2385 maybe_insert_function(asection *sec, void *sym_h, bfd_boolean global, bfd_boolean is_func) argument
[all...]
H A Delf64-ppc.c3996 unsigned int is_func:1;
4731 edir->is_func |= eind->is_func;
4889 fh->is_func = 1;
4923 fh->is_func = 1;
5417 if (eh->is_func && eh->oh != NULL)
5569 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5706 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5828 ((struct ppc_link_hash_entry *) h)->is_func = 1;
7002 if (!fh->is_func)
3992 unsigned int is_func:1; member in struct:ppc_link_hash_entry
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf64-ppc.c3252 unsigned int is_func:1;
3922 edir->is_func |= eind->is_func;
4008 fh->is_func = 1;
4046 fh->is_func = 1;
4302 eh->is_func = 1;
4679 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5570 if (!fh->is_func)
8257 if (h->oh != NULL && h->oh->is_func)
3248 unsigned int is_func:1; member in struct:ppc_link_hash_entry

Completed in 221 milliseconds