Home
last modified time | relevance | path

Searched refs:SHT_ARM_EXIDX (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Darm.h78 #define SHT_ARM_EXIDX 0x70000001 /* Section holds ARM unwind info. */ macro
DChangeLog1908 * arm.h (SHT_ARM_EXIDX): Define.
/toolchain/binutils/binutils-2.25/gold/
Darm.cc1356 (type == elfcpp::SHT_ARM_EXIDX in Arm_output_section()
1360 if (type == elfcpp::SHT_ARM_EXIDX) in Arm_output_section()
5737 gold_assert(this->type() != elfcpp::SHT_ARM_EXIDX); in create_stub_group()
5967 gold_assert(this->type() == elfcpp::SHT_ARM_EXIDX); in fix_exidx_coverage()
6153 gold_assert(this->type() == elfcpp::SHT_ARM_EXIDX); in set_exidx_section_link()
6882 else if (shdr.get_sh_type() == elfcpp::SHT_ARM_EXIDX) in do_read_symbols()
7004 if (shdr.get_sh_type() == elfcpp::SHT_ARM_EXIDX) in do_gc_process_relocs()
9295 && exidx_section->type() == elfcpp::SHT_ARM_EXIDX) in do_finalize_sections()
9328 if ((*p)->type() == elfcpp::SHT_ARM_EXIDX) in do_finalize_sections()
12166 if ((*p)->type() == elfcpp::SHT_ARM_EXIDX) in do_relax()
DChangeLog6272 flag of a SHT_ARM_EXIDX section.
8473 SHT_ARM_EXIDX section, always keeps the input sections.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h392 SHT_ARM_EXIDX = 0x70000001,
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c10958 if (!hdr || hdr->sh_type != SHT_ARM_EXIDX) in elf32_arm_fix_exidx_coverage()
11020 if (hdr->sh_type != SHT_ARM_EXIDX) in elf32_arm_fix_exidx_coverage()
13060 if (hdr->sh_type == SHT_ARM_EXIDX in elf32_arm_gc_mark_extra_sections()
14773 hdr->sh_type = SHT_ARM_EXIDX; in elf32_arm_fake_sections()
14796 case SHT_ARM_EXIDX: in elf32_arm_section_from_shdr()
15625 if (arm_data->elf.this_hdr.sh_type == SHT_ARM_EXIDX) in elf32_arm_write_section()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3545 case SHT_ARM_EXIDX: return "ARM_EXIDX"; in get_arm_section_type_name()
7883 sec_type = SHT_ARM_EXIDX; in arm_process_unwind()
/toolchain/binutils/binutils-2.25/gold/po/
Dgold.pot409 msgid "multiple SHT_ARM_EXIDX sections %s and %s in a non-relocatable link"
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c21000 if (elf_section_type (now_seg) == SHT_ARM_EXIDX in arm_elf_change_section()
21009 return SHT_ARM_EXIDX; in arm_elf_section_type()
21167 type = SHT_ARM_EXIDX; in start_unwind_section()