Home
last modified time | relevance | path

Searched refs:runtime_ss (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c782 struct symsrc *syms_ss, struct symsrc *runtime_ss, in dso__load_sym() argument
834 if (runtime_ss->opdsec) in dso__load_sym()
835 opddata = elf_rawdata(runtime_ss->opdsec, NULL); in dso__load_sym()
849 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx); in dso__load_sym()
889 dso->adjust_symbols = runtime_ss->adjust_symbols || ref_reloc(kmap); in dso__load_sym()
918 if (runtime_ss->opdsec && sym.st_shndx == runtime_ss->opdidx) { in dso__load_sym()
922 sym.st_shndx = elf_addr_to_index(runtime_ss->elf, in dso__load_sym()
938 sec = elf_getscn(runtime_ss->elf, sym.st_shndx); in dso__load_sym()
1053 if ((used_opd && runtime_ss->adjust_symbols) in dso__load_sym()
Dsymbol.c1405 struct symsrc *syms_ss = NULL, *runtime_ss = NULL; in dso__load() local
1500 if (!runtime_ss && symsrc__possibly_runtime(ss)) { in dso__load()
1501 runtime_ss = ss; in dso__load()
1508 if (syms_ss && runtime_ss) in dso__load()
1516 if (!runtime_ss && !syms_ss) in dso__load()
1519 if (runtime_ss && !syms_ss) { in dso__load()
1520 syms_ss = runtime_ss; in dso__load()
1524 if (!runtime_ss && syms_ss) in dso__load()
1525 runtime_ss = syms_ss; in dso__load()
1528 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, filter, kmod); in dso__load()
[all …]
Dsymbol.h272 struct symsrc *runtime_ss, symbol_filter_t filter,
Dsymbol-minimal.c336 struct symsrc *runtime_ss __maybe_unused, in dso__load_sym()