Searched refs:STYP_LIT (Results 1 – 3 of 3) sorted by relevance
405 #define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */ macro
427 styp_flags = STYP_LIT; in sec_to_styp_flags()477 #ifdef STYP_LIT /* 29k readonly text/data section */ in sec_to_styp_flags()478 styp_flags = STYP_LIT; in sec_to_styp_flags()701 #ifdef STYP_LIT /* A29k readonly text/data section type. */ in styp_to_sec_flags()702 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