Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh64.c433 flagword sec_type = 0; in shmedia_frob_section_type() local
436 sec_type = SHF_SH5_ISA32_MIXED; in shmedia_frob_section_type()
438 sec_type = SHF_SH5_ISA32; in shmedia_frob_section_type()
447 sec_elf_data->contents_flags = sec_type; in shmedia_frob_section_type()
Dtc-xtensa.c11674 xt_section_type sec_type) in xtensa_create_property_segments() argument
11701 xt_blocks = &xt_seg_info->tc_segment_info_data.blocks[sec_type]; in xtensa_create_property_segments()
11720 block = seginfo->tc_segment_info_data.blocks[sec_type]; in xtensa_create_property_segments()
11772 xt_section_type sec_type) in xtensa_create_xproperty_segments() argument
11799 xt_blocks = &xt_seg_info->tc_segment_info_data.blocks[sec_type]; in xtensa_create_xproperty_segments()
11817 block = seginfo->tc_segment_info_data.blocks[sec_type]; in xtensa_create_xproperty_segments()
/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c3049 enum _ppc64_sec_type sec_type:2; member
3081 && ppc64_elf_section_data (sec)->sec_type == sec_opd) in get_opd_info()
5123 BFD_ASSERT (ppc64_elf_section_data (opd)->sec_type == sec_normal); in ppc64_elf_before_check_relocs()
5124 ppc64_elf_section_data (opd)->sec_type = sec_opd; in ppc64_elf_before_check_relocs()
5348 && ppc64_elf_section_data (sec)->sec_type == sec_opd) in ppc64_elf_check_relocs()
5725 if (ppc64_sec->sec_type != sec_toc) in ppc64_elf_check_relocs()
5738 BFD_ASSERT (ppc64_sec->sec_type == sec_normal); in ppc64_elf_check_relocs()
5739 ppc64_sec->sec_type = sec_toc; in ppc64_elf_check_relocs()
7491 || ppc64_elf_section_data (sec)->sec_type != sec_toc) in get_tls_mask()
7954 ppc64_elf_section_data (sec)->sec_type = sec_opd; in ppc64_elf_edit_opd()
[all …]
DChangeLog-2006289 and rename fields. Add sec_type and has_14bit_branch.
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c8680 unsigned int sec_type; in arm_process_unwind() local
8685 sec_type = SHT_ARM_EXIDX; in arm_process_unwind()
8689 sec_type = SHT_C6000_UNWIND; in arm_process_unwind()
8722 else if (sec->sh_type == sec_type) in arm_process_unwind()
8731 if (sec->sh_type == sec_type) in arm_process_unwind()