Lines Matching refs:sect
332 check_note (bfd *abfd, asection *sect, char *note, unsigned int *sectsize,
339 if (!bfd_get_section_contents (abfd, sect, note, 0, *sectsize))
353 /* Check whether SECT is big enough to contain the complete note. */
354 if (notesz > bfd_section_size (sect))
376 generic_elf_osabi_sniff_abi_tag_sections (bfd *abfd, asection *sect,
382 name = bfd_section_name (sect);
383 sectsize = bfd_section_size (sect);
400 if (check_note (abfd, sect, note, §size, "GNU", 16, NT_GNU_ABI_TAG))
434 if (check_note (abfd, sect, note, §size, "FreeBSD", 4,
447 && check_note (abfd, sect, note, §size, "NetBSD", 4, NT_NETBSD_IDENT))
456 && check_note (abfd, sect, note, §size, "OpenBSD", 4,
497 for (asection *sect : gdb_bfd_sections (abfd))
498 generic_elf_osabi_sniff_abi_tag_sections (abfd, sect, &osabi);