HomeSort by relevance Sort by last modified time
    Searched defs:cranges (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-sh64-com.c 32 (asection *cranges, bfd_vma, sh64_elf_crange *);
93 /* Check whether a specific address is specified within a .cranges
98 sh64_address_in_cranges (asection *cranges, bfd_vma addr,
103 bfd_size_type cranges_size = cranges->size;
105 /* If the size is not a multiple of the cranges entry size, then
111 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC)
116 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY)
117 && elf_section_data (cranges)->this_hdr.sh_type == SHT_SH5_CR_SORTED
190 asection *cranges; local
    [all...]
elf32-sh64.c 134 through SHT_SH5_CR_SORTED on a sorted .cranges section. */
146 .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->size - ld_generated_cranges_size
    [all...]
  /external/blktrace/btt/
globals.h 101 struct list_head head; /* on: qranges OR cranges */
107 struct list_head cranges; member in struct:region_info
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c 92 .cranges entries when the assembler calls output functions while
98 SHmedia code in the same section. No .cranges will therefore be
116 /* When emitting a .cranges descriptor, we want to avoid getting recursive
190 /* Iterate over segments and emit the last .cranges descriptor. */
3088 asection *cranges local
    [all...]

Completed in 104 milliseconds