Lines Matching full:whole
114 lives. Using elf_memory is quite suboptimal if the whole
177 GElf_Off whole,
183 /* The available buffer is often the whole segment when the core file
185 Which means that if it is complete we can just construct the whole
187 if (whole <= *buffer_available)
194 *elfp = elf_memory (*buffer, whole);
205 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL);
211 /* We don't have the whole file. Which either means the core file
226 if (whole > MAX_EAGER_COST && mod->build_id_len > 0)
227 /* We can't cheaply read the whole file here, so we'd
229 help us find the whole file, which might be more useful than