Searched refs:symbol__new (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/tools/perf/util/ |
D | symbol.c | 229 static struct symbol *symbol__new(u64 start, u64 len, u8 binding, in symbol__new() function 629 sym = symbol__new(start, end - start + 1, in map__process_kallsym_symbol() 853 sym = symbol__new(start, size, STB_GLOBAL, line + len); in dso__load_perf_map() 1065 f = symbol__new(plt_offset, shdr_plt.sh_entsize, in dso__synthesize_plt_symbols() 1087 f = symbol__new(plt_offset, shdr_plt.sh_entsize, in dso__synthesize_plt_symbols() 1361 f = symbol__new(sym.st_value, sym.st_size, in dso__load_sym()
|