Home
last modified time | relevance | path

Searched refs:obj_textsec (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Daout-target.h46 obj_textsec (abfd)->size = N_TXTSIZE (*execp); in MY()
49 obj_textsec (abfd)->vma = N_TXTADDR (*execp); in MY()
57 && execp->a_entry > obj_textsec (abfd)->vma) in MY()
61 adjust = execp->a_entry - obj_textsec (abfd)->vma; in MY()
64 obj_textsec (abfd)->vma += adjust; in MY()
70 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma; in MY()
75 obj_textsec (abfd)->filepos = N_TXTOFF (*execp); in MY()
79 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in MY()
97 obj_textsec (abfd)->reloc_count = in MY()
110 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align) in MY()
[all …]
Daoutx.h430 if (obj_textsec (abfd) == NULL && bfd_make_section (abfd, ".text") == NULL) in NAME()
544 obj_textsec (abfd)->flags = in NAME()
567 obj_textsec (abfd)->size = N_TXTSIZE (*execp); in NAME()
571 obj_textsec (abfd)->vma = N_TXTADDR (*execp); in NAME()
576 obj_textsec (abfd)->filepos = N_TXTOFF (*execp); in NAME()
580 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in NAME()
629 || (execp->a_entry >= obj_textsec (abfd)->vma in NAME()
630 && execp->a_entry < (obj_textsec (abfd)->vma in NAME()
631 + obj_textsec (abfd)->size))) in NAME()
688 obj_textsec (abfd) = NULL; in NAME()
[all …]
Dbout.c145 obj_textsec (abfd)->alignment_power = execp->a_talign; in b_out_callback()
150 obj_textsec (abfd)->vma = execp->a_tload; in b_out_callback()
153 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma; in b_out_callback()
157 obj_textsec (abfd)->size = execp->a_text; in b_out_callback()
165 obj_textsec (abfd)->filepos = N_TXTOFF (*execp); in b_out_callback()
169 obj_textsec (abfd)->rel_filepos = N_TROFF (*execp); in b_out_callback()
226 obj_textsec (abfd) = NULL; in b_out_mkobject()
404 exec_hdr (abfd)->a_text = obj_textsec (abfd)->size; in b_out_write_object_contents()
409 exec_hdr (abfd)->a_trsize = (obj_textsec (abfd)->reloc_count) * 8; in b_out_write_object_contents()
412 exec_hdr (abfd)->a_talign = obj_textsec (abfd)->alignment_power; in b_out_write_object_contents()
[all …]
Dlibaout.h433 #define obj_textsec(bfd) (adata (bfd).textsec) macro
635 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
659 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
681 && obj_textsec (abfd) != NULL \
683 && (sec)->vma >= (obj_textsec (abfd)->vma + \
684 obj_textsec (abfd)->size) \
Dsunos.c166 dynsec = obj_textsec (abfd); in sunos_read_dynamic_info()
1906 if (! sunos_scan_relocs (info, sub, obj_textsec (sub), in bfd_sunos_size_dynamic_sections()
2266 if (output_section == obj_textsec (output_bfd)) in sunos_write_dynamic_symbol()
2839 BFD_ALIGN (obj_textsec (abfd)->size, 0x2000), in sunos_finish_dynamic_link()
DChangeLog-91936458 and move calculation of obj_textsec(abfd)->size to libaout.h.
DChangeLog-94957534 (NAME(aout,final_link)): Don't dereference obj_textsec (abfd) or