Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c1662 flags |= SEC_COFF_NOREAD | SEC_READONLY; in obj_coff_section()
1713 | SEC_COFF_NOREAD); in obj_coff_section()
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h714 if ((sec_flags & SEC_COFF_NOREAD) == 0) in sec_to_styp_flags()
1183 sec_flags |= SEC_COFF_NOREAD; in styp_to_sec_flags()
1217 sec_flags &= ~SEC_COFF_NOREAD; in styp_to_sec_flags()
DChangeLog-20093750 SEC_COFF_NOREAD.
3751 (styp_to_sec_flags): Set SEC_COFF_NOREAD for sections
3753 * section.c: Add SEC_COFF_NOREAD to section flags.
Dbfd-in2.h1411 #define SEC_COFF_NOREAD 0x40000000 macro
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20091994 specifier for SEC_COFF_NOREAD section flag.