Lines Matching refs:obj_datasec

357       || obj_datasec (abfd)->reloc_count > 0)  in pdp11_aout_write_headers()
388 || obj_datasec (abfd)->reloc_count > 0) in pdp11_aout_write_headers()
393 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers()
494 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME()
585 obj_datasec (abfd)->size = execp->a_data; in NAME()
592 obj_datasec (abfd)->flags = in NAME()
615 obj_datasec (abfd)->vma = N_DATADDR (execp); in NAME()
620 obj_datasec (abfd)->filepos = N_DATOFF (execp); in NAME()
624 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in NAME()
721 obj_datasec (abfd) = NULL; in NAME()
850 asection *data = obj_datasec (abfd); in adjust_o_magic()
911 asection *data = obj_datasec (abfd); in adjust_z_magic()
1013 asection *data = obj_datasec (abfd); in adjust_n_magic()
1055 asection *data = obj_datasec (abfd); in adjust_i_magic()
1142 obj_datasec (abfd)->vma, obj_datasec (abfd)->size, in NAME()
1143 obj_datasec (abfd)->alignment_power, in NAME()
1171 obj_datasec (abfd)->vma, execp->a_data, in NAME()
1172 obj_datasec (abfd)->filepos, in NAME()
1195 else if (obj_datasec (abfd) == NULL in NAME()
1198 obj_datasec (abfd) = newsect; in NAME()
1233 && section != obj_datasec (abfd)) in NAME()
1388 sec = obj_datasec (abfd); in translate_from_native_sym_flags()
1441 cache_ptr->symbol.section = obj_datasec (abfd); in translate_from_native_sym_flags()
1498 else if (sec == obj_datasec (abfd)) in translate_to_native_sym_flags()
1825 else if (output_section == obj_datasec (abfd)) in pdp11_aout_swap_reloc_out()
1880 cache_ptr->sym_ptr_ptr = obj_datasec (abfd)->symbol_ptr_ptr; \
1960 if (asect == obj_datasec (abfd)) in NAME()
2131 else if (asect == obj_datasec (abfd)) in NAME()
2979 section = obj_datasec (abfd); in aout_link_add_symbols()
3122 else if (sec == obj_datasec (output_bfd)) in aout_link_write_other_symbol()
3244 else if (o == obj_datasec (flaginfo->output_bfd)) in aout_link_reloc_link_order()
3355 <= obj_datasec (flaginfo->output_bfd)->rel_filepos))); in aout_link_reloc_link_order()
3368 case RDATA: return obj_datasec (abfd); in aout_reloc_type_to_section()
3470 else if (output_section == obj_datasec (output_bfd)) in pdp11_aout_link_input_section()
3737 <= obj_datasec (flaginfo->output_bfd)->rel_filepos))); in aout_link_input_section()
3778 if (obj_datasec (input_bfd)->linker_mark) in aout_link_input_bfd()
3781 obj_datasec (input_bfd), in aout_link_input_bfd()
3878 sz = obj_datasec (sub)->size; in NAME()
3901 if (obj_datasec (abfd) != NULL) in NAME()
3902 drsize += (_bfd_count_link_order_relocs (obj_datasec (abfd) in NAME()
3927 obj_datasec (abfd)->rel_filepos = aout_info.dreloff; in NAME()
4085 obj_datasec (abfd)->reloc_count = in NAME()
4096 && obj_datasec (abfd)->reloc_count == 0) in NAME()
4107 if (exec_hdr (abfd)->a_data > obj_datasec (abfd)->size) in NAME()
4108 pos = obj_datasec (abfd)->filepos + exec_hdr (abfd)->a_data; in NAME()
4109 else if (obj_datasec (abfd)->size == 0 in NAME()
4323 symsec = obj_datasec (input_bfd); in aout_link_write_symbols()
4337 symsec = obj_datasec (input_bfd); in aout_link_write_symbols()
4382 symsec = obj_datasec (input_bfd); in aout_link_write_symbols()
4426 else if (output_section == obj_datasec (output_bfd)) in aout_link_write_symbols()