Lines Matching refs:rangep
99 sh64_elf_crange *rangep) in sh64_address_in_cranges() argument
167 rangep->cr_addr = cr_addr; in sh64_address_in_cranges()
168 rangep->cr_size = cr_size; in sh64_address_in_cranges()
169 rangep->cr_type = cr_type; in sh64_address_in_cranges()
188 sh64_get_contents_type (asection *sec, bfd_vma addr, sh64_elf_crange *rangep) in sh64_get_contents_type() argument
196 rangep->cr_addr = bfd_get_section_vma (sec->owner, sec); in sh64_get_contents_type()
197 rangep->cr_size = sec->size; in sh64_get_contents_type()
198 rangep->cr_type = CRT_NONE; in sh64_get_contents_type()
211 rangep->cr_type = cr_type; in sh64_get_contents_type()
219 rangep->cr_type = CRT_SH5_ISA32; in sh64_get_contents_type()
233 sh64_address_in_cranges (cranges, addr, rangep); in sh64_get_contents_type()
235 return rangep->cr_type; in sh64_get_contents_type()