Searched refs:obj_datasec (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Daout-target.h50 obj_datasec (abfd)->vma = N_DATADDR (*execp);
65 obj_datasec (abfd)->vma += adjust;
71 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma;
76 obj_datasec (abfd)->filepos = N_DATOFF (*execp);
80 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);
99 obj_datasec (abfd)->reloc_count =
112 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align)
113 == obj_datasec (abfd)->size)
118 obj_datasec (abf
[all...]
H A Daoutx.h432 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL)
541 obj_datasec (abfd)->size = execp->a_data;
548 obj_datasec (abfd)->flags =
572 obj_datasec (abfd)->vma = N_DATADDR (*execp);
577 obj_datasec (abfd)->filepos = N_DATOFF (*execp);
581 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);
689 obj_datasec (abfd) = NULL;
903 if (!obj_datasec (abfd)->user_set_vma)
908 obj_datasec (abfd)->vma = vma;
911 vma = obj_datasec (abf
[all...]
H A Dbout.c146 obj_datasec (abfd)->alignment_power = execp->a_dalign;
151 obj_datasec (abfd)->vma = execp->a_dload;
154 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma;
166 obj_datasec (abfd)->filepos = N_DATOFF (*execp);
170 obj_datasec (abfd)->rel_filepos = N_DROFF (*execp);
227 obj_datasec (abfd) = NULL;
405 exec_hdr (abfd)->a_data = obj_datasec (abfd)->size;
410 exec_hdr (abfd)->a_drsize = (obj_datasec (abfd)->reloc_count) * 8;
413 exec_hdr (abfd)->a_dalign = obj_datasec (abf
[all...]
H A Dlibaout.h436 #define obj_datasec(bfd) (adata (bfd).datasec)
639 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
666 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
684 && obj_datasec (abfd) != NULL \
687 && ((sec)->vma + (sec)->size) <= obj_datasec (abfd)->vma \
434 #define obj_datasec macro
H A Dsunos.c152 if (! bfd_get_section_contents (abfd, obj_datasec (abfd), (void *) &dyninfo,
165 if (dynoff < bfd_get_section_vma (abfd, obj_datasec (abfd)))
168 dynsec = obj_datasec (abfd);
1909 || ! sunos_scan_relocs (info, sub, obj_datasec (sub),
2271 else if (output_section == obj_datasec (output_bfd))

Completed in 187 milliseconds