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

/linux-master/tools/perf/util/
H A Dsymbol-elf.c1542 struct symsrc *runtime_ss, int kmodule, int dynsym)
1574 if (elf_section_by_name(runtime_ss->elf, &runtime_ss->ehdr, &tshdr,
1580 if (runtime_ss->opdsec)
1581 opddata = elf_rawdata(runtime_ss->opdsec, NULL);
1595 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx);
1638 dso__set_adjust_symbols(dso, runtime_ss->adjust_symbols || ref_reloc(kmap));
1649 max_text_sh_offset = max_text_section(runtime_ss->elf, &runtime_ss
1541 dso__load_sym_internal(struct dso *dso, struct map *map, struct symsrc *syms_ss, struct symsrc *runtime_ss, int kmodule, int dynsym) argument
1817 dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss, struct symsrc *runtime_ss, int kmodule) argument
[all...]
H A Dsymbol-minimal.c343 struct symsrc *runtime_ss __maybe_unused,
H A Dsymbol.c1793 struct symsrc *syms_ss = NULL, *runtime_ss = NULL; local
1927 if (!runtime_ss && symsrc__possibly_runtime(ss)) {
1928 runtime_ss = ss;
1935 if (syms_ss && runtime_ss)
1943 if (!runtime_ss && !syms_ss)
1946 if (runtime_ss && !syms_ss) {
1947 syms_ss = runtime_ss;
1951 if (!runtime_ss && syms_ss)
1952 runtime_ss = syms_ss;
1955 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, kmo
[all...]
H A Dsymbol.h182 struct symsrc *runtime_ss, int kmodule);

Completed in 201 milliseconds