Searched refs:obj_datasec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | aout-target.h | 50 obj_datasec (abfd)->vma = N_DATADDR (*execp); in MY() 65 obj_datasec (abfd)->vma += adjust; in MY() 71 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma; in MY() 76 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in MY() 80 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); in MY() 99 obj_datasec (abfd)->reloc_count = in MY() 112 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align) in MY() 113 == obj_datasec (abfd)->size) in MY() 118 obj_datasec (abfd)->alignment_power = arch_align_power; in MY()
|
| H A D | aoutx.h | 548 obj_datasec (abfd)->flags = in NAME() 689 obj_datasec (abfd) = NULL; in NAME() 1036 obj_datasec (abfd)->size in adjust_z_magic() 1055 == obj_datasec (abfd)->vma + obj_datasec (abfd)->size) in adjust_z_magic() 1082 vma = obj_datasec (abfd)->vma; in adjust_n_magic() 1160 obj_datasec (abfd)->vma, obj_datasec (abfd)->size, in NAME() 1186 obj_datasec (abfd)->vma, obj_datasec (abfd)->size, in NAME() 1187 obj_datasec (abfd)->filepos, in NAME() 1222 obj_datasec (abfd) = newsect; in NAME() 1396 sec = obj_datasec (abfd); in translate_from_native_sym_flags() [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() 417 exec_hdr (abfd)->a_dload = obj_datasec (abfd)->vma; in b_out_write_object_contents() 692 if (asect == obj_datasec (abfd)) in b_out_slurp_reloc_table() 800 cache_ptr->addend = - obj_datasec (abfd)->vma; in b_out_slurp_reloc_table() [all …]
|
| H A D | libaout.h | 434 #define obj_datasec(bfd) (adata (bfd).datasec) macro 637 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \ 664 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 682 && obj_datasec (abfd) != NULL \ 685 && ((sec)->vma + (sec)->size) <= obj_datasec (abfd)->vma \
|
| 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() 1908 || ! sunos_scan_relocs (info, sub, obj_datasec (sub), in bfd_sunos_size_dynamic_sections() 2270 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.
|