Lines Matching refs:obj_datasec
440 obj_datasec (abfd)->reloc_count > 0)
473 obj_datasec (abfd)->reloc_count > 0)
482 if (!NAME(aout,squirt_out_relocs) (abfd, obj_datasec (abfd)))
632 if (obj_datasec (abfd) == (asection *) NULL
744 obj_datasec (abfd)->_raw_size = execp->a_data;
751 obj_datasec (abfd)->flags =
776 obj_datasec (abfd)->vma = N_DATADDR(*execp);
781 obj_datasec (abfd)->filepos = N_DATOFF(*execp);
785 obj_datasec (abfd)->rel_filepos = N_DRELOFF(*execp);
855 obj_textsec (abfd)->next = obj_datasec (abfd);
856 obj_datasec (abfd)->next = obj_bsssec (abfd);
897 obj_datasec (abfd) = (asection *)NULL;
1081 if (!obj_datasec (abfd)->user_set_vma)
1084 pad = align_power (vma, obj_datasec (abfd)->alignment_power) - vma;
1089 obj_datasec (abfd)->vma = vma;
1092 vma = obj_datasec (abfd)->vma;
1093 obj_datasec (abfd)->filepos = pos;
1094 pos += obj_datasec (abfd)->_raw_size;
1095 vma += obj_datasec (abfd)->_raw_size;
1103 obj_datasec (abfd)->_raw_size += pad;
1116 obj_datasec (abfd)->_raw_size += pad;
1124 execp->a_data = obj_datasec (abfd)->_raw_size;
1192 if (!obj_datasec(abfd)->user_set_vma)
1196 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
1200 text_pad = (obj_datasec(abfd)->vma
1205 obj_datasec (abfd)->filepos = (obj_textsec (abfd)->filepos
1218 obj_datasec(abfd)->_raw_size
1219 = align_power (obj_datasec(abfd)->_raw_size,
1221 execp->a_data = BFD_ALIGN (obj_datasec(abfd)->_raw_size,
1223 data_pad = execp->a_data - obj_datasec(abfd)->_raw_size;
1227 obj_bsssec(abfd)->vma = (obj_datasec(abfd)->vma
1228 + obj_datasec(abfd)->_raw_size);
1237 == obj_datasec(abfd)->vma + obj_datasec(abfd)->_raw_size)
1263 obj_datasec(abfd)->filepos = pos;
1264 if (!obj_datasec(abfd)->user_set_vma)
1265 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
1266 vma = obj_datasec(abfd)->vma;
1269 vma += obj_datasec(abfd)->_raw_size;
1271 obj_datasec(abfd)->_raw_size += pad;
1272 pos += obj_datasec(abfd)->_raw_size;
1282 execp->a_data = obj_datasec(abfd)->_raw_size;
1341 obj_datasec(abfd)->vma, obj_datasec(abfd)->_raw_size,
1342 obj_datasec(abfd)->alignment_power,
1367 obj_datasec(abfd)->vma, obj_datasec(abfd)->_raw_size,
1368 obj_datasec(abfd)->filepos,
1407 if (obj_datasec (abfd) == NULL
1410 obj_datasec (abfd) = newsect;
1452 && section != obj_datasec (abfd))
1584 sec = obj_datasec (abfd);
1637 cache_ptr->symbol.section = obj_datasec (abfd);
1693 else if (sec == obj_datasec (abfd))
2055 else if (output_section == obj_datasec (abfd))
2131 cache_ptr->sym_ptr_ptr = obj_datasec (abfd)->symbol_ptr_ptr; \
2214 if (asect == obj_datasec (abfd))
2404 if (asect == obj_datasec (abfd))
3242 section = obj_datasec (abfd);
3475 sz = bfd_section_size (sub, obj_datasec (sub));
3498 if (obj_datasec (abfd) != (asection *) NULL)
3499 drsize += (_bfd_count_link_order_relocs (obj_datasec (abfd)
3526 obj_datasec (abfd)->rel_filepos = aout_info.dreloff;
3701 obj_datasec (abfd)->reloc_count =
3712 && obj_datasec (abfd)->reloc_count == 0)
3718 (file_ptr) (obj_datasec (abfd)->filepos
3785 if (obj_datasec (input_bfd)->linker_mark)
3788 obj_datasec (input_bfd),
3983 symsec = obj_datasec (input_bfd);
4033 symsec = obj_datasec (input_bfd);
4077 else if (output_section == obj_datasec (output_bfd))
4360 else if (sec == obj_datasec (output_bfd))
4478 <= obj_datasec (finfo->output_bfd)->rel_filepos)));
4496 return obj_datasec (abfd);
4600 else if (output_section == obj_datasec (output_bfd))
4885 else if (o == obj_datasec (finfo->output_bfd))
5001 <= obj_datasec (finfo->output_bfd)->rel_filepos)));