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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 677 struct symsrc *syms_ss, struct symsrc *runtime_ss,
716 if (runtime_ss->opdsec)
717 opddata = elf_rawdata(runtime_ss->opdsec, NULL);
758 dso->adjust_symbols = runtime_ss->adjust_symbols || ref_reloc(kmap);
788 if (runtime_ss->opdsec && sym.st_shndx == runtime_ss->opdidx) {
792 sym.st_shndx = elf_addr_to_index(runtime_ss->elf,
808 sec = elf_getscn(runtime_ss->elf, sym.st_shndx);
917 if ((used_opd && runtime_ss->adjust_symbols)
symbol.c 991 struct symsrc *syms_ss = NULL, *runtime_ss = NULL; local
1055 if (!runtime_ss && symsrc__possibly_runtime(ss)) {
1056 runtime_ss = ss;
1063 if (syms_ss && runtime_ss)
1069 if (!runtime_ss && !syms_ss)
1072 if (runtime_ss && !syms_ss) {
1073 syms_ss = runtime_ss;
1077 if (!runtime_ss && syms_ss)
1078 runtime_ss = syms_ss;
1085 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, filter, km)
    [all...]
symbol.h 251 struct symsrc *runtime_ss, symbol_filter_t filter,
symbol-minimal.c 291 struct symsrc *runtime_ss __maybe_unused,

Completed in 132 milliseconds