HomeSort by relevance Sort by last modified time
    Searched refs:is_func (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
symtab.c 55 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...]
symtab.h 52 is_func:1, /* Is this a function entry point? */
51 is_func:1, \/* Is this a function entry point? *\/ member in struct:sym
call_graph.c 53 For normal profiling, is_func will be set on all symbols, so this
55 while (child >= symtab.base && ! child->is_func)
corefile.c 564 symtab.limit->is_func = TRUE;
727 symtab.limit->is_func = (!core_has_func_syms
basic_blocks.c 362 if (b->is_func)
cg_print.c 522 || (line_granularity && ! parent->is_func))
    [all...]
  /system/extras/simpleperf/
read_elf.h 35 bool is_func; member in struct:ElfFileSymbol
40 ElfFileSymbol() : vaddr(0), len(0), is_func(false), is_label(false), is_in_text_section(false) {
read_elf_test.cpp 44 ASSERT_FALSE(pos->second.is_func);
47 ASSERT_TRUE(pos->second.is_func);
dso.cpp 231 if (elf_symbol.is_func) {
281 return (elf_symbol.is_func && elf_symbol.is_in_text_section);
293 return elf_symbol.is_func || (elf_symbol.is_label && elf_symbol.is_in_text_section);
read_elf.cpp 248 symbol.is_func = true;
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 225 is_func() const function in class:gold::Symbol
639 if (!this->is_func())
857 && !this->is_func());
    [all...]
  /external/ltrace/
output.c 65 begin_of_line(struct process *proc, int is_func, int indent)
121 if (is_func) {
  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.c 408 unsigned int is_func : 1; member in struct:function_info
    [all...]
elf64-ppc.c 3869 unsigned int is_func:1; member in struct:ppc_link_hash_entry
    [all...]

Completed in 1146 milliseconds