Searched refs:STYP_LIT (Results 1 – 7 of 7) sorted by relevance
439 #define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */ macro
1116 * internal.h: added #define for STYP_LIT, removed from a29k and
476 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()
12795 * config/obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT