Searched refs:binary_type (Results 1 – 3 of 3) sorted by relevance
151 enum dso_binary_type binary_type; member341 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux()342 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux()347 return dso->binary_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore()348 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
356 if (dso__read_binary_type_filename(dso, dso->binary_type, in __open_dso()492 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()498 dso->binary_type = binary_type_data[i++]; in try_to_open_dso()504 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()1054 dso->binary_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new()
1216 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()1218 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()1600 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()1602 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()1796 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()1844 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()