Searched refs:dso__binary_type (Results 1 – 7 of 7) sorted by relevance
79 switch (dso__binary_type(dso)) { in dso__is_object_file()561 if (dso__read_binary_type_filename(dso, dso__binary_type(dso), in __open_dso()617 if (dso__binary_type(dso) != DSO_BINARY_TYPE__BUILD_ID_CACHE) { in open_dso()623 if (dso__binary_type(dso) != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()755 if (dso__binary_type(dso) != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()767 } while (dso__binary_type(dso) != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()988 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso_cache__populate()992 if (dso__binary_type(dso) == DSO_BINARY_TYPE__OOL) in dso_cache__populate()1114 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso__data_file_size()
255 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) in __map__is_bpf_prog()272 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_IMAGE) in __map__is_bpf_image()288 return dso && dso__binary_type(dso) == DSO_BINARY_TYPE__OOL; in __map__is_ool()
785 static inline enum dso_binary_type dso__binary_type(const struct dso *dso) in dso__binary_type() function797 enum dso_binary_type bt = dso__binary_type(dso); in dso__is_vmlinux()804 enum dso_binary_type bt = dso__binary_type(dso); in dso__is_kcore()
49 if (dso__binary_type(dso) != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf()
1320 } else if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) { in dso__disassemble_filename()2093 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) { in symbol__disassemble()2095 } else if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_IMAGE) { in symbol__disassemble()2097 } else if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) { in symbol__disassemble()
1934 if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) in dso__load()
1507 dso__set_binary_type(curr_dso, dso__binary_type(dso)); in dso__process_kernel_symbol()