/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | aout-tic30.c | 330 obj_datasec (abfd)->vma = N_DATADDR (*execp); in tic30_aout_callback() 334 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; in tic30_aout_callback() 339 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in tic30_aout_callback() 343 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); in tic30_aout_callback() 366 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align) in tic30_aout_callback() 367 == obj_datasec (abfd)->size) in tic30_aout_callback() 372 obj_datasec (abfd)->alignment_power = arch_align_power; in tic30_aout_callback() 633 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * obj_reloc_entry_size (abfd)); in tic30_aout_write_object_contents() 665 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in tic30_aout_write_object_contents() 684 *ptreloff = obj_datasec (abfd)->filepos + execp->a_data; in MY_final_link_callback() [all …]
|
H A D | pdp11.c | 294 || obj_datasec (abfd)->reloc_count > 0) in pdp11_aout_write_headers() 326 || obj_datasec (abfd)->reloc_count > 0) in pdp11_aout_write_headers() 331 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers() 437 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME() 536 obj_datasec (abfd)->size = execp->a_data; in NAME() 543 obj_datasec (abfd)->flags = in NAME() 566 obj_datasec (abfd)->vma = N_DATADDR(*execp); in NAME() 571 obj_datasec (abfd)->filepos = N_DATOFF(*execp); in NAME() 575 obj_datasec (abfd)->rel_filepos = N_DRELOFF(*execp); in NAME() 669 obj_datasec (abfd) = NULL; in NAME() [all …]
|
H A 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()
|
H A D | aoutx.h | 409 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME() 518 obj_datasec (abfd)->size = execp->a_data; in NAME() 525 obj_datasec (abfd)->flags = in NAME() 549 obj_datasec (abfd)->vma = N_DATADDR (*execp); in NAME() 554 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in NAME() 558 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); in NAME() 666 obj_datasec (abfd) = NULL; in NAME() 880 if (!obj_datasec (abfd)->user_set_vma) in adjust_o_magic() 885 obj_datasec (abfd)->vma = vma; in adjust_o_magic() 888 vma = obj_datasec (abfd)->vma; in adjust_o_magic() [all …]
|
H A D | bout.c | 146 obj_datasec (abfd)->alignment_power = execp->a_dalign; in b_out_callback() 151 obj_datasec (abfd)->vma = execp->a_dload; in b_out_callback() 154 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; in b_out_callback() 166 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in b_out_callback() 170 obj_datasec (abfd)->rel_filepos = N_DROFF (*execp); in b_out_callback() 227 obj_datasec (abfd) = NULL; in b_out_mkobject() 405 exec_hdr (abfd)->a_data = obj_datasec (abfd)->size; in b_out_write_object_contents() 410 exec_hdr (abfd)->a_drsize = (obj_datasec (abfd)->reloc_count) * 8; in b_out_write_object_contents() 413 exec_hdr (abfd)->a_dalign = obj_datasec (abfd)->alignment_power; in b_out_write_object_contents() 417 exec_hdr (abfd)->a_dload = obj_datasec (abfd)->vma; in b_out_write_object_contents() [all …]
|
H A D | hp300hpux.c | 239 obj_datasec (abfd)->vma = N_DATADDR (*execp); 243 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; 248 obj_datasec (abfd)->filepos = N_DATOFF (*execp); 252 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); 269 obj_datasec (abfd)->rel_filepos = N_GNU_DRELOFF (*execp); 308 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * 348 if (!NAME (aout,squirt_out_relocs) (abfd, obj_datasec (abfd))) 743 if (asect == obj_datasec (abfd))
|
H A D | i386os9k.c | 131 obj_datasec (abfd)->alignment_power = execp->a_dalign; 136 obj_datasec (abfd)->vma = execp->a_dload; 146 obj_datasec (abfd)->filepos = execp->a_dload;
|
H A D | libaout.h | 434 #define obj_datasec(bfd) (adata (bfd).datasec) macro 634 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 661 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 679 && obj_datasec (abfd) != NULL \ 682 && ((sec)->vma + (sec)->size) <= obj_datasec (abfd)->vma \
|
H A D | i386lynx.c | 51 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 79 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 324 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \ 417 if (asect == obj_datasec (abfd))
|
H A D | riscix.c | 123 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 150 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 552 obj_datasec (abfd)->size = execp->a_data; in riscix_some_aout_object_p() 559 obj_datasec (abfd)->flags = in riscix_some_aout_object_p()
|
H A D | sunos.c | 152 if (! bfd_get_section_contents (abfd, obj_datasec (abfd), (void *) &dyninfo, in sunos_read_dynamic_info() 165 if (dynoff < bfd_get_section_vma (abfd, obj_datasec (abfd))) in sunos_read_dynamic_info() 168 dynsec = obj_datasec (abfd); in sunos_read_dynamic_info() 1923 || ! sunos_scan_relocs (info, sub, obj_datasec (sub), in bfd_sunos_size_dynamic_sections() 2285 else if (output_section == obj_datasec (output_bfd)) in sunos_write_dynamic_symbol()
|
H A D | ChangeLog-9495 | 7535 obj_datasec (abfd) if they are NULL.
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | aout-tic30.c | 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; [all …]
|
H A D | i386os9k.c | 165 obj_datasec (abfd)->alignment_power = execp->a_dalign; 170 obj_datasec (abfd)->vma = execp->a_dload; 180 obj_datasec (abfd)->filepos = execp->a_dload; 215 obj_datasec (abfd) = (asection *) NULL; 233 exec_hdr (abfd)->a_data = obj_datasec (abfd)->_raw_size; 239 exec_hdr (abfd)->a_drsize = ((obj_datasec (abfd)->reloc_count) * 243 exec_hdr (abfd)->a_dalign = obj_datasec (abfd)->alignment_power; 247 exec_hdr (abfd)->a_dload = obj_datasec (abfd)->vma; 276 if (!b_out_squirt_out_relocs (abfd, obj_datasec (abfd))) 297 obj_datasec (abfd)->filepos = obj_textsec (abfd)->filepos
|
H A D | pdp11.c | 440 obj_datasec (abfd)->reloc_count > 0) 473 obj_datasec (abfd)->reloc_count > 0) 482 if (!NAME(aout,squirt_out_relocs) (abfd, obj_datasec (abfd))) 632 if (obj_datasec (abfd) == (asection *) NULL 744 obj_datasec (abfd)->_raw_size = execp->a_data; 751 obj_datasec (abfd)->flags = 776 obj_datasec (abfd)->vma = N_DATADDR(*execp); 781 obj_datasec (abfd)->filepos = N_DATOFF(*execp); 785 obj_datasec (abfd)->rel_filepos = N_DRELOFF(*execp); 855 obj_textsec (abfd)->next = obj_datasec (abfd); [all …]
|
H A D | aoutx.h | 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) [all …]
|
H A D | aout-target.h | 53 obj_datasec (abfd)->vma = N_DATADDR(*execp); 68 obj_datasec (abfd)->vma += adjust; 74 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; 79 obj_datasec (abfd)->filepos = N_DATOFF (*execp); 83 obj_datasec (abfd)->rel_filepos = N_DRELOFF(*execp); 102 obj_datasec (abfd)->reloc_count = 115 && (BFD_ALIGN (obj_datasec (abfd)->_raw_size, arch_align) 116 == obj_datasec (abfd)->_raw_size) 121 obj_datasec (abfd)->alignment_power = arch_align_power;
|
H A D | hp300hpux.c | 239 obj_datasec (abfd)->vma = N_DATADDR (*execp); 243 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; 248 obj_datasec (abfd)->filepos = N_DATOFF (*execp); 252 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); 269 obj_datasec (abfd)->rel_filepos = N_GNU_DRELOFF (*execp); 308 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * 348 if (!NAME (aout,squirt_out_relocs) (abfd, obj_datasec (abfd))) 743 if (asect == obj_datasec (abfd))
|
H A D | bout.c | 192 obj_datasec (abfd)->alignment_power = execp->a_dalign; 197 obj_datasec (abfd)->vma = execp->a_dload; 200 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; 212 obj_datasec (abfd)->filepos = N_DATOFF(*execp); 216 obj_datasec (abfd)->rel_filepos = N_DROFF(*execp); 248 obj_datasec (abfd) = (asection *) NULL; 298 exec_hdr (abfd)->a_data = obj_datasec (abfd)->_raw_size; 304 exec_hdr (abfd)->a_drsize = ((obj_datasec (abfd)->reloc_count) * 308 exec_hdr (abfd)->a_dalign = obj_datasec (abfd)->alignment_power; 312 exec_hdr (abfd)->a_dload = obj_datasec (abfd)->vma; [all …]
|
H A D | libaout.h | 434 #define obj_datasec(bfd) (adata(bfd).datasec) macro 620 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 647 if (!NAME(aout,squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 665 && obj_datasec (abfd) != NULL \ 668 && ((sec)->vma + (sec)->_cooked_size) <= obj_datasec (abfd)->vma \
|
H A D | i386lynx.c | 51 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 79 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 324 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \ 417 if (asect == obj_datasec (abfd))
|
H A D | riscix.c | 112 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 138 if (!NAME(aout,squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 580 obj_datasec (abfd)->_raw_size = execp->a_data; 587 obj_datasec (abfd)->flags =
|
H A D | sunos.c | 181 if (! bfd_get_section_contents (abfd, obj_datasec (abfd), (PTR) &dyninfo, 194 if (dynoff < bfd_get_section_vma (abfd, obj_datasec (abfd))) 197 dynsec = obj_datasec (abfd); 1346 || ! sunos_scan_relocs (info, sub, obj_datasec (sub), 2353 else if (output_section == obj_datasec (output_bfd))
|
H A D | ChangeLog-9495 | 7535 obj_datasec (abfd) if they are NULL.
|