Searched refs:cranges (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Drelax4.s1 .section .cranges
H A Dcrange-2a.s1 ! Simple example with assembler-generated .cranges that do not need more
2 ! .cranges added by the linker: A single section with SHmedia, constants
H A Dcrange-1.s1 ! Support file for .cranges tests to resolve all references for
H A Dcrange-2b.s2 ! SHcompact, and yet another with SHmedia. Two .cranges sections
5 ! assembler-generated .cranges only and one without any .cranges.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-sh64-com.c33 (asection *cranges, bfd_vma, sh64_elf_crange *);
94 /* Check whether a specific address is specified within a .cranges
99 sh64_address_in_cranges (asection *cranges, bfd_vma addr, argument
104 bfd_size_type cranges_size = cranges->size;
106 /* If the size is not a multiple of the cranges entry size, then
112 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC)
117 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY)
118 && elf_section_data (cranges)
191 asection *cranges; local
[all...]
H A Delf32-sh64.c135 through SHT_SH5_CR_SORTED on a sorted .cranges section. */
147 .cranges section passing through objcopy. */
264 We only recognize SHT_SH5_CR_SORTED, on the .cranges section. */
639 /* Make sure to write out the generated entries in the .cranges section
641 points to SHmedia code and write sorted .cranges entries when writing
649 asection *cranges local
652 /* If no new .cranges were added, the generic ELF linker parts will
657 && cranges != NULL
660 = sh64_elf_section_data (cranges)->sh64_info->cranges_growth) != 0)
663 = cranges
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-sh64-com.c33 (asection *cranges, bfd_vma, sh64_elf_crange *);
94 /* Check whether a specific address is specified within a .cranges
99 sh64_address_in_cranges (asection *cranges, bfd_vma addr, argument
104 bfd_size_type cranges_size = cranges->size;
106 /* If the size is not a multiple of the cranges entry size, then
112 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC)
117 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY)
118 && elf_section_data (cranges)
191 asection *cranges; local
[all...]
H A Delf32-sh64.c135 through SHT_SH5_CR_SORTED on a sorted .cranges section. */
147 .cranges section passing through objcopy. */
264 We only recognize SHT_SH5_CR_SORTED, on the .cranges section. */
639 /* Make sure to write out the generated entries in the .cranges section
641 points to SHmedia code and write sorted .cranges entries when writing
649 asection *cranges local
652 /* If no new .cranges were added, the generic ELF linker parts will
657 && cranges != NULL
660 = sh64_elf_section_data (cranges)->sh64_info->cranges_growth) != 0)
663 = cranges
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Dcrange4-1.d4 #name: .cranges descriptors with final variant.
8 RELOCATION RECORDS FOR \[\.cranges\]:
17 Contents of section \.cranges:
H A Dcrange2-2.d4 #name: .cranges descriptors for SHcompact and SHmedia in .text.
8 RELOCATION RECORDS FOR \[\.cranges\]:
20 Contents of section .cranges:
H A Dcrange3-1.d4 #name: .cranges descriptors, constant mix.
8 RELOCATION RECORDS FOR \[\.cranges\]:
22 Contents of section \.cranges:
H A Dcrange1.s1 ! Test that .cranges are emitted:
9 ! .cranges implementation handles this correctly. Use different sizes for
14 ! .cranges descriptor.
36 ! .cranges descriptors. Note that we put the .mode directive *after* the
50 ! .cranges descriptors.
74 ! should be three or four .cranges descriptors, depending on whether one
H A Dcrange4.s1 ! This will be two .cranges. Original problem was that the second one was
H A Dcrange5-1.d4 #name: Avoid zero length .cranges range descriptor at .align in code.
H A Dcrange1-1.d4 #name: .cranges descriptors.
8 RELOCATION RECORDS FOR \[\.cranges\]:
32 Contents of section \.cranges:
H A Dcrange1-2.d4 #name: .cranges descriptors including SHcompact constant pool
8 RELOCATION RECORDS FOR \[\.cranges\]:
35 Contents of section \.cranges:
H A Dcrange3.s1 ! There was a bug in which a .cranges data hunk could include a hunk of
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-sh64.c93 .cranges entries when the assembler calls output functions while
99 SHmedia code in the same section. No .cranges will therefore be
117 /* When emitting a .cranges descriptor, we want to avoid getting recursive
191 /* Iterate over segments and emit the last .cranges descriptor. */
3078 /* Create one .cranges descriptor from two symbols, STARTSYM marking begin
3089 asection *cranges local
3093 /* Temporarily change to the .cranges section. */
3094 subseg_set (cranges, 0);
3132 /* We will not be called when emitting .cranges output, since callers
3157 /* If we're in 64-bit ABI mode, we do not emit .cranges, a
[all...]

Completed in 210 milliseconds