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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.h 241 struct symbol *symbol__new(u64 start, u64 len, u8 binding, const char *name);
symbol-elf.c 266 f = symbol__new(plt_offset, shdr_plt.sh_entsize,
288 f = symbol__new(plt_offset, shdr_plt.sh_entsize,
937 f = symbol__new(sym.st_value, sym.st_size,
symbol.c 216 struct symbol *symbol__new(u64 start, u64 len, u8 binding, const char *name) function
530 sym = symbol__new(start, 0, kallsyms2elf_type(type), name);
958 sym = symbol__new(start, size, STB_GLOBAL, line + len);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
hists_link.c 132 sym = symbol__new(fsym->start, fsym->length,

Completed in 825 milliseconds