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

/linux-master/tools/perf/util/
H A Dsymbol-elf.c1548 struct symsrc *runtime_ss, int kmodule, int dynsym)
1582 if (elf_section_by_name(runtime_ss->elf, &runtime_ss->ehdr, &tshdr,
1588 if (runtime_ss->opdsec)
1589 opddata = elf_rawdata(runtime_ss->opdsec, NULL);
1603 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx);
1646 dso->adjust_symbols = runtime_ss->adjust_symbols || ref_reloc(kmap);
1657 max_text_sh_offset = max_text_section(runtime_ss->elf, &runtime_ss
1547 dso__load_sym_internal(struct dso *dso, struct map *map, struct symsrc *syms_ss, struct symsrc *runtime_ss, int kmodule, int dynsym) argument
1818 dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss, struct symsrc *runtime_ss, int kmodule) argument
[all...]
H A Dsymbol.c1786 struct symsrc *syms_ss = NULL, *runtime_ss = NULL; local
1918 if (!runtime_ss && symsrc__possibly_runtime(ss)) {
1919 runtime_ss = ss;
1926 if (syms_ss && runtime_ss)
1934 if (!runtime_ss && !syms_ss)
1937 if (runtime_ss && !syms_ss) {
1938 syms_ss = runtime_ss;
1942 if (!runtime_ss && syms_ss)
1943 runtime_ss = syms_ss;
1946 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, kmo
[all...]
H A Dsymbol.h182 struct symsrc *runtime_ss, int kmodule);
H A Dsymbol-minimal.c343 struct symsrc *runtime_ss __maybe_unused,

Completed in 147 milliseconds