Searched refs:symbol__new (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/util/ |
D | symbol.c | 146 static struct symbol *symbol__new(u64 start, u64 len, u8 binding, in symbol__new() function 537 sym = symbol__new(start, end - start + 1, in map__process_kallsym_symbol() 758 sym = symbol__new(start, size, STB_GLOBAL, line + len); in dso__load_perf_map() 972 f = symbol__new(plt_offset, shdr_plt.sh_entsize, in dso__synthesize_plt_symbols() 994 f = symbol__new(plt_offset, shdr_plt.sh_entsize, in dso__synthesize_plt_symbols() 1269 f = symbol__new(sym.st_value, sym.st_size, in dso__load_sym()
|