Searched refs:got_offsetp (Results 1 – 1 of 1) sorted by relevance
2403 bfd_vma *got_offsetp; in sunos_check_dynamic_reloc() local2407 got_offsetp = &h->got_offset; in sunos_check_dynamic_reloc()2409 got_offsetp = NULL; in sunos_check_dynamic_reloc()2442 got_offsetp = adata (input_bfd).local_got_offsets + r_index; in sunos_check_dynamic_reloc()2445 BFD_ASSERT (got_offsetp != NULL && *got_offsetp != 0); in sunos_check_dynamic_reloc()2451 if ((*got_offsetp & 1) == 0) in sunos_check_dynamic_reloc()2457 PUT_WORD (dynobj, *relocationp, sgot->contents + *got_offsetp); in sunos_check_dynamic_reloc()2459 PUT_WORD (dynobj, 0, sgot->contents + *got_offsetp); in sunos_check_dynamic_reloc()2488 (*got_offsetp in sunos_check_dynamic_reloc()2527 (*got_offsetp in sunos_check_dynamic_reloc()[all …]