Home
last modified time | relevance | path

Searched refs:symtab_type (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dsymbol.c1892 enum dso_binary_type symtab_type = binary_type_symtab[i]; in dso__load() local
1894 nsexit = (symtab_type == DSO_BINARY_TYPE__BUILD_ID_CACHE || in dso__load()
1895 symtab_type == DSO_BINARY_TYPE__BUILD_ID_CACHE_DEBUGINFO); in dso__load()
1897 if (!dso__is_compatible_symtab_type(dso, kmod, symtab_type)) in dso__load()
1900 if (dso__read_binary_type_filename(dso, symtab_type, in dso__load()
1922 sirc = symsrc__init(ss, dso, name, symtab_type); in dso__load()
1957 symtab_type == DSO_BINARY_TYPE__BUILD_ID_CACHE || in dso__load()
1958 (symtab_type == DSO_BINARY_TYPE__SYSTEM_PATH_DSO && in dso__load()
1960 dso__set_binary_type(dso, symtab_type); in dso__load()
2018 enum dso_binary_type symtab_type; in dso__load_vmlinux() local
[all …]
H A Ddso.h326 enum dso_binary_type symtab_type:8; in dso__a2l()
750 return RC_CHK_ACCESS(dso)->symtab_type;
755 RC_CHK_ACCESS(dso)->symtab_type = bt;
H A Ddso.c1701 dso->symtab_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__delete()
/linux/tools/perf/arch/powerpc/util/
H A Dsym-handling.c107 if (map__dso(map)->symtab_type == DSO_BINARY_TYPE__KALLSYMS) in arch__fix_tev_from_maps()