Lines Matching defs:have
26 You should have received copies of the GNU General Public License and
264 /* Check whether we will have to read the segment data, or if it
268 /* If we're in string mode, then don't consider the buffer we have
284 /* We already have this whole note segment from our initial read. */
330 /* We might have to reserve some memory for the phdrs. Set to NULL
429 Without them, we don't have a module to report. */
529 /* If we have already seen a build ID, we don't care any more. */
700 /* We must have seen the segment covering offset 0, or else the ELF
900 will have adjusted this pointer in place so it's now an
924 /* Now that we have chosen the module's name and bounds, report it.
946 They have been copied. */
957 /* We have reported the module. Now let the caller decide whether we
1016 const size_t have = MIN (buffer_available, file_trimmed_end);
1017 memcpy (contents, buffer, have);
1019 if (have < file_trimmed_end)
1021 void *into = contents + have;
1022 size_t read_size = file_trimmed_end - have;
1025 start + have, false),
1026 &into, &read_size, start + have,