Lines Matching refs:kmodule
305 static char *demangle_sym(struct dso *dso, int kmodule, const char *elf_name)
314 if (!want_demangle(dso->kernel || kmodule))
846 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name)
848 return demangle_sym(dso, kmodule, elf_name);
1371 bool adjust_kernel_syms, bool kmodule, bool *remap_kernel)
1390 if (*remap_kernel && dso->kernel && !kmodule) {
1415 if (*remap_kernel && kmodule) {
1434 if (kmodule)
1483 struct symsrc *runtime_ss, int kmodule, int dynsym)
1676 section_name, adjust_kernel_syms, kmodule, &remap_kernel))
1709 demangled = demangle_sym(dso, kmodule, elf_name);
1746 struct symsrc *runtime_ss, int kmodule)
1759 if (kmodule && syms_ss->symtab)
1772 kmodule, 0);
1780 kmodule, 1);