Searched refs:dso__data (Results 1 – 8 of 8) sorted by relevance
516 list_add_tail(&dso__data(dso)->open_entry, &dso__data_open); in dso__list_add() 518 dso__data(dso)->dso = dso__get(dso); in dso__list_add() 527 list_del_init(&dso__data(dso)->open_entry); in dso__list_del() 530 dso__put(dso__data(dso)->dso); in dso__list_del() 661 if (dso__data(dso)->fd >= 0) { in close_data_fd() 662 close(dso__data(dso)->fd); in close_data_fd() 663 dso__data(dso)->fd = -1; in close_data_fd() 664 dso__data(dso)->file_size = 0; in close_data_fd() 772 struct dso_data *dso_data = dso__data(dso); in try_to_open_dso() 809 if (dso__data(ds in dso__data_get_fd() [all...]
332 if (dso__data(dso)->eh_frame_hdr_offset == 0) { in read_unwind_spec_eh_frame() 338 &dso__data(dso)->eh_frame_hdr_addr, in read_unwind_spec_eh_frame() 339 &dso__data(dso)->eh_frame_hdr_offset); in read_unwind_spec_eh_frame() 340 dso__data(dso)->elf_base_addr = elf_base_address(fd); in read_unwind_spec_eh_frame() 342 if (ret || dso__data(dso)->eh_frame_hdr_offset == 0) in read_unwind_spec_eh_frame() 348 args.base_addr -= dso__data(dso)->elf_base_addr; in read_unwind_spec_eh_frame() 350 *segbase = args.base_addr + dso__data(dso)->eh_frame_hdr_addr; in read_unwind_spec_eh_frame() 351 ret = unwind_spec_ehframe(dso, ui->machine, dso__data(dso)->eh_frame_hdr_offset, in read_unwind_spec_eh_frame() 365 u64 ofs = dso__data(dso)->debug_frame_offset; in read_unwind_spec_debug_frame() 422 dso__data(ds in read_unwind_spec_debug_frame() [all...]
559 if (!dso || dso__data(dso)->status == DSO_DATA_STATUS_ERROR || map__load(al.map) < 0) { in thread__memcpy()
410 static inline struct dso_data *dso__data(struct dso *dso) in dso__data() function 799 * The dso__data* interface allows caching of opened file descriptors
1134 if (dso__data(dso)->status == DSO_DATA_STATUS_ERROR && in cs_etm__mem_access()
750 dso__data(dso)->file_size = event->ksymbol.len; in machine__process_ksymbol_register()
826 if (dso__data(dso)->status == DSO_DATA_STATUS_ERROR && in intel_pt_walk_next_insn()
1139 if (dso__data(dso)->status == DSO_DATA_STATUS_ERROR) { in grab_bb()