Lines Matching refs:obj_datasec

357       || obj_datasec (abfd)->reloc_count > 0)  in pdp11_aout_write_headers()
389 || obj_datasec (abfd)->reloc_count > 0) in pdp11_aout_write_headers()
394 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers()
495 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME()
586 obj_datasec (abfd)->size = execp->a_data; in NAME()
593 obj_datasec (abfd)->flags = in NAME()
616 obj_datasec (abfd)->vma = N_DATADDR (execp); in NAME()
621 obj_datasec (abfd)->filepos = N_DATOFF (execp); in NAME()
625 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in NAME()
722 obj_datasec (abfd) = NULL; in NAME()
851 asection *data = obj_datasec (abfd); in adjust_o_magic()
912 asection *data = obj_datasec (abfd); in adjust_z_magic()
1014 asection *data = obj_datasec (abfd); in adjust_n_magic()
1056 asection *data = obj_datasec (abfd); in adjust_i_magic()
1143 obj_datasec (abfd)->vma, obj_datasec (abfd)->size, in NAME()
1144 obj_datasec (abfd)->alignment_power, in NAME()
1172 obj_datasec (abfd)->vma, execp->a_data, in NAME()
1173 obj_datasec (abfd)->filepos, in NAME()
1196 else if (obj_datasec (abfd) == NULL in NAME()
1199 obj_datasec (abfd) = newsect; in NAME()
1234 && section != obj_datasec (abfd)) in NAME()
1389 sec = obj_datasec (abfd); in translate_from_native_sym_flags()
1442 cache_ptr->symbol.section = obj_datasec (abfd); in translate_from_native_sym_flags()
1499 else if (sec == obj_datasec (abfd)) in translate_to_native_sym_flags()
1828 else if (output_section == obj_datasec (abfd)) in pdp11_aout_swap_reloc_out()
1881 cache_ptr->sym_ptr_ptr = obj_datasec (abfd)->symbol_ptr_ptr; \
1961 if (asect == obj_datasec (abfd)) in NAME()
2138 else if (asect == obj_datasec (abfd)) in NAME()
2977 section = obj_datasec (abfd); in aout_link_add_symbols()
3120 else if (sec == obj_datasec (output_bfd)) in aout_link_write_other_symbol()
3242 else if (o == obj_datasec (flaginfo->output_bfd)) in aout_link_reloc_link_order()
3353 <= obj_datasec (flaginfo->output_bfd)->rel_filepos))); in aout_link_reloc_link_order()
3366 case RDATA: return obj_datasec (abfd); in aout_reloc_type_to_section()
3468 else if (output_section == obj_datasec (output_bfd)) in pdp11_aout_link_input_section()
3735 <= obj_datasec (flaginfo->output_bfd)->rel_filepos))); in aout_link_input_section()
3776 if (obj_datasec (input_bfd)->linker_mark) in aout_link_input_bfd()
3779 obj_datasec (input_bfd), in aout_link_input_bfd()
3876 sz = obj_datasec (sub)->size; in NAME()
3899 if (obj_datasec (abfd) != NULL) in NAME()
3900 drsize += (_bfd_count_link_order_relocs (obj_datasec (abfd) in NAME()
3925 obj_datasec (abfd)->rel_filepos = aout_info.dreloff; in NAME()
4083 obj_datasec (abfd)->reloc_count = in NAME()
4094 && obj_datasec (abfd)->reloc_count == 0) in NAME()
4105 if (exec_hdr (abfd)->a_data > obj_datasec (abfd)->size) in NAME()
4106 pos = obj_datasec (abfd)->filepos + exec_hdr (abfd)->a_data; in NAME()
4107 else if (obj_datasec (abfd)->size == 0 in NAME()
4321 symsec = obj_datasec (input_bfd); in aout_link_write_symbols()
4335 symsec = obj_datasec (input_bfd); in aout_link_write_symbols()
4380 symsec = obj_datasec (input_bfd); in aout_link_write_symbols()
4424 else if (output_section == obj_datasec (output_bfd)) in aout_link_write_symbols()