Home
last modified time | relevance | path

Searched refs:sh64_elf_section_data (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/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;
203 sh64_elf_section_data; no need to set it
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
556 sh64_elf_section_data (cranges)->sh64_info->cranges_growth
/toolchain/binutils/binutils-2.25/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()
660 = sh64_elf_section_data (cranges)->sh64_info->cranges_growth) != 0) in sh64_elf_final_write_processing()
Delf32-sh64.h85 #define sh64_elf_section_data(sec) \ macro
DChangeLog-02034823 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
4828 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
10500 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
10503 called by linker. Use sh64_elf_section_data (cranges) to get size
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh64.c439 sec_elf_data = sh64_elf_section_data (sec)->sh64_info; in shmedia_frob_section_type()
443 sh64_elf_section_data (sec)->sh64_info = sec_elf_data; in shmedia_frob_section_type()
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-02031504 sh64_elf_section_data.
3322 Use a struct sh64_section_data container and sh64_elf_section_data
3326 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
/toolchain/binutils/binutils-2.25/include/elf/
DChangeLog-9103497 (sh64_elf_section_data): New macro.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-02032885 sh64_elf_section_data.