Lines Matching refs:obj_datasec
431 if (obj_datasec (abfd) == (asection *) NULL
544 obj_datasec (abfd)->_raw_size = execp->a_data;
551 obj_datasec (abfd)->flags =
576 obj_datasec (abfd)->vma = N_DATADDR (*execp);
581 obj_datasec (abfd)->filepos = N_DATOFF (*execp);
585 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);
661 obj_textsec (abfd)->next = obj_datasec (abfd);
662 obj_datasec (abfd)->next = obj_bsssec (abfd);
701 obj_datasec (abfd) = (asection *) NULL;
918 if (!obj_datasec (abfd)->user_set_vma)
921 pad = align_power (vma, obj_datasec (abfd)->alignment_power) - vma;
926 obj_datasec (abfd)->vma = vma;
929 vma = obj_datasec (abfd)->vma;
930 obj_datasec (abfd)->filepos = pos;
931 pos += obj_datasec (abfd)->_raw_size;
932 vma += obj_datasec (abfd)->_raw_size;
940 obj_datasec (abfd)->_raw_size += pad;
953 obj_datasec (abfd)->_raw_size += pad;
961 execp->a_data = obj_datasec (abfd)->_raw_size;
1028 if (!obj_datasec (abfd)->user_set_vma)
1032 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
1037 asection * data = obj_datasec (abfd);
1045 obj_datasec (abfd)->filepos = (obj_textsec (abfd)->filepos
1058 obj_datasec (abfd)->_raw_size
1059 = align_power (obj_datasec (abfd)->_raw_size,
1061 execp->a_data = BFD_ALIGN (obj_datasec (abfd)->_raw_size,
1063 data_pad = execp->a_data - obj_datasec (abfd)->_raw_size;
1067 obj_bsssec (abfd)->vma = (obj_datasec (abfd)->vma
1068 + obj_datasec (abfd)->_raw_size);
1077 == obj_datasec (abfd)->vma + obj_datasec (abfd)->_raw_size)
1103 obj_datasec (abfd)->filepos = pos;
1104 if (!obj_datasec (abfd)->user_set_vma)
1105 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
1106 vma = obj_datasec (abfd)->vma;
1109 vma += obj_datasec (abfd)->_raw_size;
1111 obj_datasec (abfd)->_raw_size += pad;
1112 pos += obj_datasec (abfd)->_raw_size;
1122 execp->a_data = obj_datasec (abfd)->_raw_size;
1185 obj_datasec (abfd)->vma, obj_datasec (abfd)->_raw_size,
1186 obj_datasec (abfd)->alignment_power,
1211 obj_datasec (abfd)->vma, obj_datasec (abfd)->_raw_size,
1212 obj_datasec (abfd)->filepos,
1249 if (obj_datasec (abfd) == NULL && !strcmp (newsect->name, ".data"))
1251 obj_datasec (abfd) = newsect;
1292 && section != obj_datasec (abfd))
1433 sec = obj_datasec (abfd);
1493 cache_ptr->symbol.section = obj_datasec (abfd);
1561 into_section = obj_datasec (abfd);
1603 cache_ptr->symbol.section = obj_datasec (abfd);
1648 cache_ptr->symbol.section = obj_datasec (abfd);
1704 else if (sec == obj_datasec (abfd))
2249 cache_ptr->sym_ptr_ptr = obj_datasec (abfd)->symbol_ptr_ptr; \
2414 if (asect == obj_datasec (abfd))
2588 if (asect == obj_datasec (abfd))
3493 section = obj_datasec (abfd);
3522 section = obj_datasec (abfd);
3555 section = obj_datasec (abfd);
3794 sz = bfd_section_size (sub, obj_datasec (sub));
3817 if (obj_datasec (abfd) != (asection *) NULL)
3818 drsize += (_bfd_count_link_order_relocs (obj_datasec (abfd)
3845 obj_datasec (abfd)->rel_filepos = aout_info.dreloff;
4018 obj_datasec (abfd)->reloc_count =
4029 && obj_datasec (abfd)->reloc_count == 0)
4035 pos = obj_datasec (abfd)->filepos + exec_hdr (abfd)->a_data - 1;
4100 if (obj_datasec (input_bfd)->linker_mark)
4103 obj_datasec (input_bfd),
4300 symsec = obj_datasec (input_bfd);
4350 symsec = obj_datasec (input_bfd);
4394 else if (output_section == obj_datasec (output_bfd))
4681 else if (sec == obj_datasec (output_bfd))
4810 <= obj_datasec (finfo->output_bfd)->rel_filepos)));
4828 return obj_datasec (abfd);
4969 else if (output_section == obj_datasec (output_bfd))
5298 else if (output_section == obj_datasec (output_bfd))
5462 r_section = obj_datasec (input_bfd);
5675 else if (o == obj_datasec (finfo->output_bfd))
5822 <= obj_datasec (finfo->output_bfd)->rel_filepos)));