Lines Matching refs:d_size
207 if (unlikely (data->d_size < vaddr)) in integrated_memory_callback()
212 size_t avail = data->d_size - vaddr; in integrated_memory_callback()
610 const size_t n = data->d_size / entsize; in consider_executable()
794 .d_size = phnum * phent, in dwfl_link_map_report()
798 &in.d_size, phdr, phnum * phent, in dwfl_link_map_report()
846 assert (in.d_size == phnum * phent); in dwfl_link_map_report()
847 in.d_buf = malloc (in.d_size); in dwfl_link_map_report()
855 ssize_t nread = pread_retry (fd, in.d_buf, in.d_size, off); in dwfl_link_map_report()
858 if (nread != (ssize_t) in.d_size) in dwfl_link_map_report()
887 .d_size = phnum * phent, in dwfl_link_map_report()
890 in.d_size = out.d_size; in dwfl_link_map_report()
917 (*memory_callback) (dwfl, -1, &in.d_buf, &in.d_size, 0, 0, in dwfl_link_map_report()
956 .d_size = dyn_filesz, in dwfl_link_map_report()
960 if ((*memory_callback) (dwfl, dyn_segndx, &in.d_buf, &in.d_size, in dwfl_link_map_report()
975 .d_size = dyn_filesz, in dwfl_link_map_report()
978 in.d_size = out.d_size; in dwfl_link_map_report()
1006 (*memory_callback) (dwfl, -1, &in.d_buf, &in.d_size, 0, 0, in dwfl_link_map_report()