Searched refs:binary_type (Results 1 – 3 of 3) sorted by relevance
140 enum dso_binary_type binary_type; member309 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux()310 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux()315 return dso->binary_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore()316 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
317 if (dso__read_binary_type_filename(dso, dso->binary_type, in __open_dso()462 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { in dso__data_fd()468 dso->binary_type = binary_type_data[i++]; in dso__data_fd()474 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); in dso__data_fd()925 dso->binary_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new()
1191 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()1193 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()1547 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()1549 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()1743 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()1791 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()