Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/coff/
HDinternal.h405 #define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */ macro
/NextBSD/contrib/binutils/bfd/
HDcoffcode.h427 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()
/NextBSD/contrib/binutils/gas/
HDChangeLog-929512795 * config/obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT