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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-sh64-com.c31 (asection *cranges, bfd_vma, sh64_elf_crange *);
92 /* Check whether a specific address is specified within a .cranges
97 sh64_address_in_cranges (asection *cranges, bfd_vma addr, argument
102 bfd_size_type cranges_size = cranges->size;
104 /* If the size is not a multiple of the cranges entry size, then
110 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC)
115 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY)
116 && elf_section_data (cranges)
189 asection *cranges; local
[all...]
H A Delf32-sh64.c129 through SHT_SH5_CR_SORTED on a sorted .cranges section. */
141 .cranges section passing through objcopy. */
257 We only recognize SHT_SH5_CR_SORTED, on the .cranges section. */
632 /* Make sure to write out the generated entries in the .cranges section
634 points to SHmedia code and write sorted .cranges entries when writing
642 asection *cranges local
645 /* If no new .cranges were added, the generic ELF linker parts will
650 && cranges != NULL
653 = sh64_elf_section_data (cranges)->sh64_info->cranges_growth) != 0)
656 = cranges
[all...]

Completed in 46 milliseconds