Searched refs:STYP_NOLOAD (Results 1 – 8 of 8) sorted by relevance
89 STYP_NOLOAD = 0x02, /* no-load (reloc'd) */ enumerator
251 if (scns[i].s_flags & STYP_NOLOAD) in coff_load_file()346 if (scns[i].s_flags & STYP_NOLOAD) {
384 #define STYP_NOLOAD (0x0002) /* "noload": allocated, relocated, not loaded */ macro
502 #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()
343 styp |= STYP_NOLOAD; in ecoff_sec_to_styp_flags()361 if (styp_flags & STYP_NOLOAD) in _bfd_ecoff_styp_to_sec_flags()
4006 a STYP_NOLOAD | STYP_BSS section if BSS_NOLOAD_IS_SHARED_LIBRARY4007 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 a4531 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.
7089 set, set STYP_NOLOAD.
6252 also before setting STYP_NOLOAD for .bss section.12361 * config/obj-coffbfd.c (fill_section): set STYP_NOLOAD bit for .bss12415 (fill_section): Don't set STYP_NOLOAD for .bss section.