Searched refs:dso__binary_type (Results 1 – 7 of 7) sorted by relevance
80 switch (dso__binary_type(dso)) { in dso__is_object_file()581 if (dso__read_binary_type_filename(dso, dso__binary_type(dso), in __open_dso()638 if (dso__binary_type(dso) != DSO_BINARY_TYPE__BUILD_ID_CACHE) { in open_dso()644 if (dso__binary_type(dso) != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()777 if (dso__binary_type(dso) != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()789 } while (dso__binary_type(dso) != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()1012 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso_cache__populate()1016 if (dso__binary_type(dso) == DSO_BINARY_TYPE__OOL) in dso_cache__populate()1138 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso__data_file_size()1202 switch (dso__binary_type(dso)) { in dso__e_machine()
851 static inline enum dso_binary_type dso__binary_type(const struct dso *dso) in dso__binary_type() function863 enum dso_binary_type bt = dso__binary_type(dso); in dso__is_vmlinux()870 enum dso_binary_type bt = dso__binary_type(dso); in dso__is_kcore()877 enum dso_binary_type bt = dso__binary_type(dso); in dso__is_kallsyms()
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()
49 if (dso__binary_type(dso) != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf()
1325 } else if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) { in dso__disassemble_filename()2240 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) { in symbol__disassemble()2242 } else if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_IMAGE) { in symbol__disassemble()2244 } else if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) { in symbol__disassemble()
1944 if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) in dso__load()
1571 dso__set_binary_type(curr_dso, dso__binary_type(dso)); in dso__process_kernel_symbol()