Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffcode.h698 if ((sec_flags & SEC_COFF_NOREAD) == 0) in sec_to_styp_flags()
1190 sec_flags |= SEC_COFF_NOREAD; in styp_to_sec_flags()
1224 sec_flags &= ~SEC_COFF_NOREAD; in styp_to_sec_flags()
H A Dbfd-in2.h1002 #define SEC_COFF_NOREAD 0x40000000 macro
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcoffcode.h714 if ((sec_flags & SEC_COFF_NOREAD) == 0) in sec_to_styp_flags()
1190 sec_flags |= SEC_COFF_NOREAD; in styp_to_sec_flags()
1224 sec_flags &= ~SEC_COFF_NOREAD; in styp_to_sec_flags()
H A Dbfd-in2.h1429 #define SEC_COFF_NOREAD 0x40000000 macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjdump.c493 PF (SEC_COFF_NOREAD, "NOREAD"); in dump_section_header()
/dragonfly/contrib/gdb-7/bfd/
H A Dbfd-in2.h1384 #define SEC_COFF_NOREAD 0x40000000 macro
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjdump.c596 PF (SEC_COFF_NOREAD, "NOREAD"); in dump_section_header()