Home | History | Annotate | Download | only in gdb

Lines Matching defs:sectsize

328    *SECTSIZE is non-zero, then this reads that many bytes from
329 the start of the section and clears *SECTSIZE. */
332 check_note (bfd *abfd, asection *sect, char *note, unsigned int *sectsize,
337 if (*sectsize)
339 if (!bfd_get_section_contents (abfd, sect, note, 0, *sectsize))
341 *sectsize = 0;
380 unsigned int sectsize;
383 sectsize = bfd_section_size (sect);
386 if (sectsize > MAX_NOTESZ)
387 sectsize = MAX_NOTESZ;
400 if (check_note (abfd, sect, note, &sectsize, "GNU", 16, NT_GNU_ABI_TAG))
434 if (check_note (abfd, sect, note, &sectsize, "FreeBSD", 4,
447 && check_note (abfd, sect, note, &sectsize, "NetBSD", 4, NT_NETBSD_IDENT))
456 && check_note (abfd, sect, note, &sectsize, "OpenBSD", 4,