Home
last modified time | relevance | path

Searched refs:bfd_pef_scan_section (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dpef.h185 int bfd_pef_scan_section (bfd *, bfd_pef_section *);
H A Dpef.c385 bfd_pef_scan_section (bfd *abfd, bfd_pef_section *section) in bfd_pef_scan_section() function
553 if (bfd_pef_scan_section (abfd, cur) < 0) in bfd_pef_scan()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dpef.h185 int bfd_pef_scan_section (bfd *, bfd_pef_section *);
H A Dpef.c384 bfd_pef_scan_section (bfd *abfd, bfd_pef_section *section) in bfd_pef_scan_section() function
552 if (bfd_pef_scan_section (abfd, cur) < 0) in bfd_pef_scan()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git32916 * pef.c (bfd_pef_scan_section): Likewise.