Searched refs:SHF_IA_64_SHORT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/ia64/include/
H A Delf.h136 #define SHF_IA_64_SHORT 0x10000000 macro
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Dia64.h57 #define SHF_IA_64_SHORT 0x10000000 /* Section near gp. */ macro
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delfxx-ia64.c1507 if (hdr->sh_flags & SHF_IA_64_SHORT)
1557 hdr->sh_flags |= SHF_IA_64_SHORT;
4520 /* Validate whether all SHF_IA_64_SHORT sections are within
5673 { STRING_COMMA_LEN (".sbss"), -1, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_IA_64_SHORT },
5674 { STRING_COMMA_LEN (".sdata"), -1, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_IA_64_SHORT },
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-ia64.c1018 /* Map 's' to SHF_IA_64_SHORT. */
1026 return SHF_IA_64_SHORT;
1034 /* Map SHF_IA_64_SHORT to SEC_SMALL_DATA. */
1041 if (attr & SHF_IA_64_SHORT)

Completed in 100 milliseconds