Lines Matching refs:plt_offset
591 bfd_vma plt_offset; member
665 ret->plt_offset = 0; in sunos_link_hash_newfunc()
1333 BFD_ASSERT (h->plt_offset != 0 in sunos_scan_std_relocs()
1365 if (h->plt_offset == 0) in sunos_scan_std_relocs()
1369 h->plt_offset = splt->size; in sunos_scan_std_relocs()
1602 || h->plt_offset != 0 in sunos_scan_ext_relocs()
1641 if (h->plt_offset == 0) in sunos_scan_ext_relocs()
1645 h->plt_offset = splt->size; in sunos_scan_ext_relocs()
2102 if (h->plt_offset != 0) in sunos_write_dynamic_symbol()
2111 p = splt->contents + h->plt_offset; in sunos_write_dynamic_symbol()
2117 + h->plt_offset); in sunos_write_dynamic_symbol()
2127 + (((- (h->plt_offset + 4) >> 2) in sunos_write_dynamic_symbol()
2152 bfd_put_32 (output_bfd, (- (h->plt_offset + 2)), p + 2); in sunos_write_dynamic_symbol()
2251 if (h->plt_offset != 0 in sunos_write_dynamic_symbol()
2345 && h->plt_offset != 0 in sunos_check_dynamic_reloc()
2355 + h->plt_offset); in sunos_check_dynamic_reloc()