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

  /system/extras/simpleperf/
read_elf.h 53 bool is_func; member in struct:ElfFileSymbol
58 ElfFileSymbol() : vaddr(0), len(0), is_func(false), is_label(false), is_in_text_section(false) {
  /toolchain/binutils/binutils-2.25/gprof/
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
  /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...]
  /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 195 milliseconds