Home
last modified time | relevance | path

Searched refs:check_note (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dosabi.c381 check_note (bfd *abfd, asection *sect, char *note, unsigned int *sectsize, in check_note() function
450 if (check_note (abfd, sect, note, &sectsize, "GNU", 16, NT_GNU_ABI_TAG)) in generic_elf_osabi_sniff_abi_tag_sections()
486 if (check_note (abfd, sect, note, &sectsize, "FreeBSD", 4, in generic_elf_osabi_sniff_abi_tag_sections()
495 if (check_note (abfd, sect, note, &sectsize, "DragonFly", 4, in generic_elf_osabi_sniff_abi_tag_sections()
508 && check_note (abfd, sect, note, &sectsize, "NetBSD", 4, NT_NETBSD_IDENT)) in generic_elf_osabi_sniff_abi_tag_sections()
517 && check_note (abfd, sect, note, &sectsize, "OpenBSD", 4, in generic_elf_osabi_sniff_abi_tag_sections()
/dragonfly/sys/kern/
H A Dimgact_elf.c88 static boolean_t __elfN(check_note)(struct image_params *imgp,
557 ret = __elfN(check_note)(imgp, bi->brand_note, osrel); in __elfN()
1667 __elfN(check_note)(struct image_params *imgp, Elf_Brandnote *checknote, in __elfN() argument