Home
last modified time | relevance | path

Searched refs:STYP_NOLOAD (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/i386/ibcs2/
HDcoff.h89 STYP_NOLOAD = 0x02, /* no-load (reloc'd) */ enumerator
HDimgact_coff.c251 if (scns[i].s_flags & STYP_NOLOAD) in coff_load_file()
346 if (scns[i].s_flags & STYP_NOLOAD) {
/NextBSD/contrib/binutils/include/coff/
HDinternal.h384 #define STYP_NOLOAD (0x0002) /* "noload": allocated, relocated, not loaded */ macro
/NextBSD/contrib/binutils/bfd/
HDcoffcode.h502 #ifdef STYP_NOLOAD in sec_to_styp_flags()
504 styp_flags |= STYP_NOLOAD; in sec_to_styp_flags()
610 #ifdef STYP_NOLOAD in styp_to_sec_flags()
611 if (styp_flags & STYP_NOLOAD) in styp_to_sec_flags()
1041 case STYP_NOLOAD: in styp_to_sec_flags()
HDecoff.c343 styp |= STYP_NOLOAD; in ecoff_sec_to_styp_flags()
361 if (styp_flags & STYP_NOLOAD) in _bfd_ecoff_styp_to_sec_flags()
HDChangeLog-91934006 a STYP_NOLOAD | STYP_BSS section if BSS_NOLOAD_IS_SHARED_LIBRARY
4007 is defined. On many COFF targets STYP_BSS is always STYP_NOLOAD.
4022 STYP_NOLOAD | STYP_BSS section. Don't set SEC_NEVER_LOAD for a
4531 STYP_NOLOAD bit.
4848 coffcode.h (styp_to_sec_flags): if STYP_NOLOAD && (STYP_TEXT ||
4963 SEC_NEVER_LOAD to STYP_NOLOAD.
4964 (styp_to_sec_flags): map STYP_NOLOAD to SEC_NEVER_LOAD.
HDChangeLog-94957089 set, set STYP_NOLOAD.
/NextBSD/contrib/binutils/gas/
HDChangeLog-92956252 also before setting STYP_NOLOAD for .bss section.
12361 * config/obj-coffbfd.c (fill_section): set STYP_NOLOAD bit for .bss
12415 (fill_section): Don't set STYP_NOLOAD for .bss section.