Lines Matching refs:obj_datasec
344 obj_datasec (abfd)->vma = N_DATADDR (*execp);
348 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma;
353 obj_datasec (abfd)->filepos = N_DATOFF (*execp);
357 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);
380 && (BFD_ALIGN (obj_datasec (abfd)->_raw_size, arch_align)
381 == obj_datasec (abfd)->_raw_size)
386 obj_datasec (abfd)->alignment_power = arch_align_power;
650 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * obj_reloc_entry_size (abfd));
681 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd)))
727 *ptreloff = obj_datasec (abfd)->filepos + execp->a_data;
766 obj_datasec (abfd)->vma = info->create_object_symbols_section->next->vma;
768 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
772 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
775 if (obj_datasec (abfd)->vma < vma)
776 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
778 obj_datasec (abfd)->user_set_vma = 1;
779 vma = obj_datasec (abfd)->vma;
780 obj_datasec (abfd)->filepos = vma + adata (abfd).exec_bytes_size;
785 vma += obj_datasec (abfd)->_raw_size;
787 obj_datasec (abfd)->_raw_size += pad;
788 pos += obj_datasec (abfd)->_raw_size;
789 execp->a_data = obj_datasec (abfd)->_raw_size;