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

  /system/extras/simpleperf/
read_elf.h 36 bool is_label; member in struct:ElfFileSymbol
40 ElfFileSymbol() : vaddr(0), len(0), is_func(false), is_label(false), is_in_text_section(false) {
read_elf.cpp 251 symbol.is_label = true;
258 symbol.is_label = false;
dso.cpp 293 return elf_symbol.is_func || (elf_symbol.is_label && elf_symbol.is_in_text_section);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68k.c 7841 is_label (char *str) function
    [all...]
  /external/valgrind/perf/
tinycc.c 13514 static int is_label(void) function
    [all...]

Completed in 263 milliseconds