Home
last modified time | relevance | path

Searched refs:SHT_C6000_UNWIND (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dtic6x.h72 #define SHT_C6000_UNWIND 0x70000001 macro
/toolchain/binutils/binutils-2.27/bfd/
Delf32-tic6x.c1935 if (hdr->sh_type == SHT_C6000_UNWIND in elf32_tic6x_gc_mark_extra_sections()
1975 hdr->sh_type = SHT_C6000_UNWIND; in elf32_tic6x_fake_sections()
4060 if (!hdr || hdr->sh_type != SHT_C6000_UNWIND) in elf32_tic6x_fix_exidx_coverage()
4123 if (hdr->sh_type != SHT_C6000_UNWIND) in elf32_tic6x_fix_exidx_coverage()
4254 if (tic6x_data->elf.this_hdr.sh_type != SHT_C6000_UNWIND) in elf32_tic6x_write_section()
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2011652 (arm_process_unwind): Handle SHT_C6000_UNWIND sections.
653 (process_unwind): Add SHT_C6000_UNWIND.
Dreadelf.c4034 case SHT_C6000_UNWIND: in get_tic6x_section_type_name()
8689 sec_type = SHT_C6000_UNWIND; in arm_process_unwind()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic6x.c4622 type = SHT_C6000_UNWIND; in tic6x_start_unwind_section()