Home
last modified time | relevance | path

Searched refs:bfd_is_const_section (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dcoffgen.c528 if (! bfd_is_const_section (sec)) in coff_count_linenumbers()
1070 if (! bfd_is_const_section (symbol->symbol.section->output_section)) in coff_write_native_symbol()
Dbfd-in2.h1540 #define bfd_is_const_section(SEC) \ macro
DChangeLog-0001818 * section.c (bfd_is_const_section): New macro. Return true if the
821 * coffgen.c (coff_count_linenumbers): Use bfd_is_const_section.
822 (coff_write_native_symbol): Use bfd_is_const_section.
842 * section.c (bfd_is_const_section): New macro. Return true if the
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h1546 #define bfd_is_const_section(SEC) \ macro