Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-sh64.c141 if (sh64_elf_section_data (asect)->sh64_info != NULL) in sh64_elf_fake_sections()
143 |= sh64_elf_section_data (asect)->sh64_info->contents_flags; in sh64_elf_fake_sections()
324 sh64_sec_data = sh64_elf_section_data (isec)->sh64_info; in sh64_bfd_elf_copy_private_section_data()
336 sh64_elf_section_data (osec)->sh64_info = sh64_sec_data; in sh64_bfd_elf_copy_private_section_data()
658 = sh64_elf_section_data (cranges)->sh64_info->cranges_growth) != 0) in sh64_elf_final_write_processing()
Delf32-sh64.h82 struct sh64_section_data *sh64_info; member
DChangeLog-02034823 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dsh64elf.em133 sh64_sec_data = sh64_elf_section_data (osec)->sh64_info;
143 sh64_elf_section_data (osec)->sh64_info = sh64_sec_data;
335 BFD_ASSERT (sh64_elf_section_data (osec)->sh64_info);
337 sh64_elf_section_data (osec)->sh64_info->contents_flags
385 BFD_ASSERT (sh64_elf_section_data (cranges)->sh64_info != NULL);
401 sh64_elf_section_data (cranges)->sh64_info->cranges_growth = 0;
421 || (sh64_elf_section_data (osec)->sh64_info->contents_flags
557 sh64_elf_section_data (cranges)->sh64_info->cranges_growth
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh64.c440 sec_elf_data = sh64_elf_section_data (sec)->sh64_info; in shmedia_frob_section_type()
444 sh64_elf_section_data (sec)->sh64_info = sec_elf_data; in shmedia_frob_section_type()