Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol-elf.c1544 struct symsrc *runtime_ss, int kmodule, int dynsym) in dso__process_kernel_symbol()
1576 if (elf_section_by_name(runtime_ss->elf, &runtime_ss->ehdr, &tshdr, in dso__load_sym_internal()
1582 if (runtime_ss->opdsec) in dso__load_sym_internal()
1583 opddata = elf_rawdata(runtime_ss->opdsec, NULL); in dso__load_sym_internal()
1597 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx); in dso__load_sym_internal()
1640 dso__set_adjust_symbols(dso, runtime_ss->adjust_symbols || ref_reloc(kmap)); in dso__load_sym_internal()
1651 max_text_sh_offset = max_text_section(runtime_ss->elf, &runtime_ss in dso__load_sym_internal()
1548 dso__load_sym_internal(struct dso * dso,struct map * map,struct symsrc * syms_ss,struct symsrc * runtime_ss,int kmodule,int dynsym) dso__load_sym_internal() argument
1819 dso__load_sym(struct dso * dso,struct map * map,struct symsrc * syms_ss,struct symsrc * runtime_ss,int kmodule) dso__load_sym() argument
[all...]
H A Dsymbol.h182 struct symsrc *runtime_ss, int kmodule);
H A Dsymbol-minimal.c343 struct symsrc *runtime_ss __maybe_unused, in dso__load_sym()