Searched refs:SEC_COFF_NOREAD (Results 1 – 5 of 5) sorted by relevance
1662 flags |= SEC_COFF_NOREAD | SEC_READONLY; in obj_coff_section()1713 | SEC_COFF_NOREAD); in obj_coff_section()
714 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()
3750 SEC_COFF_NOREAD.3751 (styp_to_sec_flags): Set SEC_COFF_NOREAD for sections3753 * section.c: Add SEC_COFF_NOREAD to section flags.
1411 #define SEC_COFF_NOREAD 0x40000000 macro
1994 specifier for SEC_COFF_NOREAD section flag.