Lines Matching refs:obj_datasec

432   if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL)
541 obj_datasec (abfd)->size = execp->a_data;
548 obj_datasec (abfd)->flags =
572 obj_datasec (abfd)->vma = N_DATADDR (*execp);
577 obj_datasec (abfd)->filepos = N_DATOFF (*execp);
581 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);
689 obj_datasec (abfd) = NULL;
903 if (!obj_datasec (abfd)->user_set_vma)
908 obj_datasec (abfd)->vma = vma;
911 vma = obj_datasec (abfd)->vma;
912 obj_datasec (abfd)->filepos = pos;
913 pos += obj_datasec (abfd)->size;
914 vma += obj_datasec (abfd)->size;
919 obj_datasec (abfd)->size += pad;
932 obj_datasec (abfd)->size += pad;
940 execp->a_data = obj_datasec (abfd)->size;
1006 if (!obj_datasec (abfd)->user_set_vma)
1010 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
1015 asection * data = obj_datasec (abfd);
1023 obj_datasec (abfd)->filepos = (obj_textsec (abfd)->filepos
1036 obj_datasec (abfd)->size
1037 = align_power (obj_datasec (abfd)->size,
1039 execp->a_data = BFD_ALIGN (obj_datasec (abfd)->size,
1041 data_pad = execp->a_data - obj_datasec (abfd)->size;
1045 obj_bsssec (abfd)->vma = (obj_datasec (abfd)->vma
1046 + obj_datasec (abfd)->size);
1055 == obj_datasec (abfd)->vma + obj_datasec (abfd)->size)
1079 obj_datasec (abfd)->filepos = pos;
1080 if (!obj_datasec (abfd)->user_set_vma)
1081 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
1082 vma = obj_datasec (abfd)->vma;
1085 vma += obj_datasec (abfd)->size;
1087 obj_datasec (abfd)->size += pad;
1088 pos += obj_datasec (abfd)->size;
1098 execp->a_data = obj_datasec (abfd)->size;
1160 obj_datasec (abfd)->vma, obj_datasec (abfd)->size,
1161 obj_datasec (abfd)->alignment_power,
1186 obj_datasec (abfd)->vma, obj_datasec (abfd)->size,
1187 obj_datasec (abfd)->filepos,
1220 else if (obj_datasec (abfd) == NULL && !strcmp (newsect->name, ".data"))
1222 obj_datasec (abfd) = newsect;
1259 && section != obj_datasec (abfd))
1397 sec = obj_datasec (abfd);
1457 cache_ptr->symbol.section = obj_datasec (abfd);
1485 cache_ptr->symbol.section = obj_datasec (abfd);
1530 cache_ptr->symbol.section = obj_datasec (abfd);
1585 else if (sec == obj_datasec (abfd))
2116 cache_ptr->sym_ptr_ptr = obj_datasec (abfd)->symbol_ptr_ptr; \
2276 if (asect == obj_datasec (abfd))
2445 if (asect == obj_datasec (abfd))
3032 section = obj_datasec (abfd);
3061 section = obj_datasec (abfd);
3095 section = obj_datasec (abfd);
3581 else if (sec == obj_datasec (output_bfd))
3703 else if (o == obj_datasec (finfo->output_bfd))
3849 <= obj_datasec (finfo->output_bfd)->rel_filepos)));
3862 case N_DATA: return obj_datasec (abfd);
3997 else if (output_section == obj_datasec (output_bfd))
4325 else if (output_section == obj_datasec (output_bfd))
4489 r_section = obj_datasec (input_bfd);
4703 <= obj_datasec (finfo->output_bfd)->rel_filepos)));
4886 symsec = obj_datasec (input_bfd);
4936 symsec = obj_datasec (input_bfd);
4980 else if (output_section == obj_datasec (output_bfd))
5232 if (obj_datasec (input_bfd)->linker_mark)
5235 obj_datasec (input_bfd),
5333 sz = obj_datasec (sub)->size;
5356 if (obj_datasec (abfd) != NULL)
5357 drsize += (_bfd_count_link_order_relocs (obj_datasec (abfd)
5384 obj_datasec (abfd)->rel_filepos = aout_info.dreloff;
5556 obj_datasec (abfd)->reloc_count =
5567 && obj_datasec (abfd)->reloc_count == 0)
5573 pos = obj_datasec (abfd)->filepos + exec_hdr (abfd)->a_data - 1;