Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/coff/
Dinternal.h439 #define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */ macro
DChangeLog-91031116 * internal.h: added #define for STYP_LIT, removed from a29k and
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Dinternal.h439 #define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */ macro
DChangeLog-91031116 * internal.h: added #define for STYP_LIT, removed from a29k and
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoffcode.h476 styp_flags = STYP_LIT; in sec_to_styp_flags()
547 #ifdef STYP_LIT /* 29k readonly text/data section */ in sec_to_styp_flags()
548 styp_flags = STYP_LIT; in sec_to_styp_flags()
821 #ifdef STYP_LIT /* A29k readonly text/data section type. */ in styp_to_sec_flags()
822 if ((styp_flags & STYP_LIT) == STYP_LIT) in styp_to_sec_flags()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoffcode.h476 styp_flags = STYP_LIT; in sec_to_styp_flags()
547 #ifdef STYP_LIT /* 29k readonly text/data section */ in sec_to_styp_flags()
548 styp_flags = STYP_LIT; in sec_to_styp_flags()
821 #ifdef STYP_LIT /* A29k readonly text/data section type. */ in styp_to_sec_flags()
822 if ((styp_flags & STYP_LIT) == STYP_LIT) in styp_to_sec_flags()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-929512795 * config/obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT