Searched refs:obj_datasec (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | aout-tic30.c | 346 obj_datasec (abfd)->vma = N_DATADDR (execp); in tic30_aout_callback() 350 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; in tic30_aout_callback() 355 obj_datasec (abfd)->filepos = N_DATOFF (execp); in tic30_aout_callback() 359 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in tic30_aout_callback() 382 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align) in tic30_aout_callback() 383 == obj_datasec (abfd)->size) in tic30_aout_callback() 388 obj_datasec (abfd)->alignment_power = arch_align_power; in tic30_aout_callback() 646 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * obj_reloc_entry_size (abfd)); in tic30_aout_write_object_contents() 678 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in tic30_aout_write_object_contents() 697 *ptreloff = obj_datasec (abfd)->filepos + execp->a_data; in MY_final_link_callback() [all …]
|
D | pdp11.c | 303 || obj_datasec (abfd)->reloc_count > 0) in pdp11_aout_write_headers() 335 || obj_datasec (abfd)->reloc_count > 0) in pdp11_aout_write_headers() 340 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers() 441 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME() 533 obj_datasec (abfd)->size = execp->a_data; in NAME() 540 obj_datasec (abfd)->flags = in NAME() 563 obj_datasec (abfd)->vma = N_DATADDR (execp); in NAME() 568 obj_datasec (abfd)->filepos = N_DATOFF (execp); in NAME() 572 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in NAME() 666 obj_datasec (abfd) = NULL; in NAME() [all …]
|
D | aout-target.h | 49 obj_datasec (abfd)->vma = N_DATADDR (execp); in MY() 64 obj_datasec (abfd)->vma += adjust; in MY() 70 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; in MY() 75 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY() 79 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in MY() 98 obj_datasec (abfd)->reloc_count = in MY() 111 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align) in MY() 112 == obj_datasec (abfd)->size) in MY() 117 obj_datasec (abfd)->alignment_power = arch_align_power; in MY()
|
D | aoutx.h | 431 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME() 540 obj_datasec (abfd)->size = execp->a_data; in NAME() 547 obj_datasec (abfd)->flags = in NAME() 571 obj_datasec (abfd)->vma = N_DATADDR (execp); in NAME() 576 obj_datasec (abfd)->filepos = N_DATOFF (execp); in NAME() 580 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in NAME() 690 obj_datasec (abfd) = NULL; in NAME() 923 if (!obj_datasec (abfd)->user_set_vma) in adjust_o_magic() 928 obj_datasec (abfd)->vma = vma; in adjust_o_magic() 931 vma = obj_datasec (abfd)->vma; in adjust_o_magic() [all …]
|
D | hp300hpux.c | 231 obj_datasec (abfd)->vma = N_DATADDR (execp); in MY() 235 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; in MY() 240 obj_datasec (abfd)->filepos = N_DATOFF (execp); in MY() 244 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in MY() 261 obj_datasec (abfd)->rel_filepos = N_GNU_DRELOFF (execp); in MY() 296 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * in MY() 336 if (!NAME (aout,squirt_out_relocs) (abfd, obj_datasec (abfd))) in MY() 722 if (asect == obj_datasec (abfd)) in MY()
|
D | bout.c | 145 obj_datasec (abfd)->alignment_power = execp->a_dalign; in b_out_callback() 150 obj_datasec (abfd)->vma = execp->a_dload; in b_out_callback() 153 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; in b_out_callback() 165 obj_datasec (abfd)->filepos = N_DATOFF (execp); in b_out_callback() 169 obj_datasec (abfd)->rel_filepos = N_DROFF (execp); in b_out_callback() 226 obj_datasec (abfd) = NULL; in b_out_mkobject() 404 exec_hdr (abfd)->a_data = obj_datasec (abfd)->size; in b_out_write_object_contents() 409 exec_hdr (abfd)->a_drsize = (obj_datasec (abfd)->reloc_count) * 8; in b_out_write_object_contents() 412 exec_hdr (abfd)->a_dalign = obj_datasec (abfd)->alignment_power; in b_out_write_object_contents() 416 exec_hdr (abfd)->a_dload = obj_datasec (abfd)->vma; in b_out_write_object_contents() [all …]
|
D | i386os9k.c | 88 obj_datasec (abfd)->alignment_power = execp->a_dalign; in os9k_callback() 93 obj_datasec (abfd)->vma = execp->a_dload; in os9k_callback() 103 obj_datasec (abfd)->filepos = execp->a_dload; in os9k_callback()
|
D | libaout.h | 435 #define obj_datasec(bfd) (adata (bfd).datasec) macro 635 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 662 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 680 && obj_datasec (abfd) != NULL \ 683 && ((sec)->vma + (sec)->size) <= obj_datasec (abfd)->vma \
|
D | i386lynx.c | 47 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 75 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 301 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \ 387 if (asect == obj_datasec (abfd)) in NAME()
|
D | riscix.c | 121 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 148 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 567 obj_datasec (abfd)->size = execp->a_data; in riscix_some_aout_object_p() 574 obj_datasec (abfd)->flags = in riscix_some_aout_object_p()
|
D | sunos.c | 153 if (! bfd_get_section_contents (abfd, obj_datasec (abfd), (void *) &dyninfo, in sunos_read_dynamic_info() 166 if (dynoff < bfd_get_section_vma (abfd, obj_datasec (abfd))) in sunos_read_dynamic_info() 169 dynsec = obj_datasec (abfd); in sunos_read_dynamic_info() 1901 || ! sunos_scan_relocs (info, sub, obj_datasec (sub), in bfd_sunos_size_dynamic_sections() 2263 else if (output_section == obj_datasec (output_bfd)) in sunos_write_dynamic_symbol()
|
D | ChangeLog-9495 | 7535 obj_datasec (abfd) if they are NULL.
|