Home
last modified time | relevance | path

Searched refs:bfd_assert (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dlibbfd-in.h643 void bfd_assert
647 do { if (!(x)) bfd_assert(__FILE__,__LINE__); } while (0)
650 do { bfd_assert(__FILE__,__LINE__); } while (0)
H A Dlibbfd.h648 void bfd_assert
652 do { if (!(x)) bfd_assert(__FILE__,__LINE__); } while (0)
655 do { bfd_assert(__FILE__,__LINE__); } while (0)
H A Dbfd.c827 bfd_assert (const char *file, int line) in bfd_assert() function
H A Dbfd-in2.h4976 (bfd_assert (__FILE__,__LINE__), NULL))
4986 (bfd_assert (__FILE__,__LINE__), NULL))
H A DChangeLog-94951586 * bfd.c (bfd_assert): Remove \n from string passed to
1640 * bfd.c (bfd_assert): Likewise. Also change file to be const.
1641 * libbfd-in.h (bfd_assert): Declare first parameter const.
H A DChangeLog-91932746 bfd_reloc_value_truncated, bfd_reloc_is_dangerous, bfd_assert):
5916 not internal bfd_assert function (twice).
H A DChangeLog-00011526 * bfd.c (bfd_assert): Report bfd version.
/freebsd-12.1/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4983 (bfd_assert (__FILE__,__LINE__), NULL))
4993 (bfd_assert (__FILE__,__LINE__), NULL))