Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:have

14    You should have received a copy of the GNU General Public License along
162 /* We already have this whole note segment from our initial read. */
231 Without them, we don't have a module to report. */
282 /* If we have already seen a build ID, we don't care any more. */
435 /* We must have seen the segment covering offset 0, or else the ELF
541 have chosen the module's name and bounds, report it.
557 They have been copied. */
567 /* We have reported the module. Now let the caller decide whether we
624 const size_t have = MIN (buffer_available, file_trimmed_end);
625 memcpy (contents, buffer, have);
627 if (have < file_trimmed_end)
628 final_read (have, start + have, file_trimmed_end - have);