Lines Matching refs:adata
199 if (adata (abfd).magic == n_magic)
201 unsigned long exec_bytes_size = adata (abfd).exec_bytes_size;
1497 if (adata (abfd).local_got_offsets == NULL)
1501 adata (abfd).local_got_offsets = bfd_zalloc (abfd, amt);
1502 if (adata (abfd).local_got_offsets == NULL)
1506 if (adata (abfd).local_got_offsets[r_index] != 0)
1509 adata (abfd).local_got_offsets[r_index] = sgot->size;
2409 else if (adata (input_bfd).local_got_offsets == NULL)
2443 got_offsetp = adata (input_bfd).local_got_offsets + r_index;