Searched refs:_new_section_hook (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | section.c | 799 if (! BFD_SEND (abfd, _new_section_hook, (abfd, newsect))) in bfd_section_init() 1085 if (! BFD_SEND (abfd, _new_section_hook, (abfd, newsect))) in bfd_make_section_old_way()
|
H A D | bfd-in2.h | 6456 NAME##_new_section_hook, \ 6465 bfd_boolean (*_new_section_hook) (bfd *, sec_ptr); member
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | section.c | 825 if (! BFD_SEND (abfd, _new_section_hook, (abfd, newsect))) in bfd_section_init() 1120 if (! BFD_SEND (abfd, _new_section_hook, (abfd, newsect))) in bfd_make_section_old_way()
|
H A D | bfd-in2.h | 7348 NAME##_new_section_hook, \ 7357 bfd_boolean (*_new_section_hook) (bfd *, sec_ptr); member
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | section.c | 838 if (! BFD_SEND (abfd, _new_section_hook, (abfd, newsect))) in bfd_section_init() 1133 if (! BFD_SEND (abfd, _new_section_hook, (abfd, newsect))) in bfd_make_section_old_way()
|
H A D | bfd-in2.h | 7240 NAME##_new_section_hook, \ 7249 bfd_boolean (*_new_section_hook) (bfd *, sec_ptr); member
|