Searched refs:got_offsetp (Results 1 – 1 of 1) sorted by relevance
2410 bfd_vma *got_offsetp; in sunos_check_dynamic_reloc() local2414 got_offsetp = &h->got_offset; in sunos_check_dynamic_reloc()2416 got_offsetp = NULL; in sunos_check_dynamic_reloc()2449 got_offsetp = adata (input_bfd).local_got_offsets + r_index; in sunos_check_dynamic_reloc()2452 BFD_ASSERT (got_offsetp != NULL && *got_offsetp != 0); in sunos_check_dynamic_reloc()2458 if ((*got_offsetp & 1) == 0) in sunos_check_dynamic_reloc()2466 PUT_WORD (dynobj, 0, sgot->contents + *got_offsetp); in sunos_check_dynamic_reloc()2495 (*got_offsetp in sunos_check_dynamic_reloc()2534 (*got_offsetp in sunos_check_dynamic_reloc()2571 *got_offsetp |= 1; in sunos_check_dynamic_reloc()[all …]