Searched refs:bfd_pe_executable_p (Results 1 – 5 of 5) sorted by relevance
320 #define bfd_pe_executable_p(abfd) \ macro
237 && (! bfd_pe_executable_p (abfd) || scnhdr_int->s_size == 0)) in coff_swap_scnhdr_in()238 || (bfd_pe_executable_p (abfd) && scnhdr_int->s_size > scnhdr_int->s_paddr))) in coff_swap_scnhdr_in()
891 if (bfd_pe_executable_p (abfd)) in _bfd_XXi_swap_scnhdr_out()904 if (bfd_pe_executable_p (abfd)) in _bfd_XXi_swap_scnhdr_out()
279 (bfd_pe_executable_p): Use bfd_target_pei_p and
1493 * libpei.h (bfd_pe_executable_p): Also recognize efi-app3798 * libpei.h (bfd_pe_executable_p): New macro. Return true if