Searched refs:SHT_IA_64_UNWIND (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/ia64/include/
H A Delf.h129 #define SHT_IA_64_UNWIND 0x70000001 macro
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Dia64.h65 #define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* Unwind bits. */ macro
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delfxx-ia64.c1477 case SHT_IA_64_UNWIND:
1530 hdr->sh_type = SHT_IA_64_UNWIND;
1583 case SHT_IA_64_UNWIND:
1711 if (hdr->sh_type != SHT_IA_64_UNWIND)
5911 /* FIXME: PR 290: The Intel C compiler generates SHT_IA_64_UNWIND with
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dreadelf.c2608 case SHT_IA_64_UNWIND: return "IA_64_UNWIND";
5079 else if (sec->sh_type == SHT_IA_64_UNWIND)
5093 if (sec->sh_type == SHT_IA_64_UNWIND)
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-ia64.c1060 return SHT_IA_64_UNWIND;
1063 return SHT_IA_64_UNWIND;
1066 return SHT_IA_64_UNWIND;
3702 fields in SHT_IA_64_UNWIND as required by the ABI and also
11846 if (elf_section_type (now_seg) == SHT_IA_64_UNWIND

Completed in 190 milliseconds