Lines Matching defs:bt
687 static inline void dso__set_symtab_type(struct dso *dso, enum dso_binary_type bt)
689 RC_CHK_ACCESS(dso)->symtab_type = bt;
863 static inline void dso__set_binary_type(struct dso *dso, enum dso_binary_type bt)
865 RC_CHK_ACCESS(dso)->binary_type = bt;
870 enum dso_binary_type bt = dso__binary_type(dso);
872 return bt == DSO_BINARY_TYPE__VMLINUX || bt == DSO_BINARY_TYPE__GUEST_VMLINUX;
877 enum dso_binary_type bt = dso__binary_type(dso);
879 return bt == DSO_BINARY_TYPE__KCORE || bt == DSO_BINARY_TYPE__GUEST_KCORE;
884 enum dso_binary_type bt = dso__binary_type(dso);
886 return bt == DSO_BINARY_TYPE__KALLSYMS || bt == DSO_BINARY_TYPE__GUEST_KALLSYMS;