Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A 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 …]
H A Daoutx.h544 obj_textsec (abfd)->flags = in NAME()
688 obj_textsec (abfd) = NULL; in NAME()
980 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma) in adjust_z_magic()
990 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size; in adjust_z_magic()
1009 vma = obj_textsec (abfd)->vma + obj_textsec (abfd)->size; in adjust_z_magic()
1024 + obj_textsec (abfd)->size); in adjust_z_magic()
1116 obj_textsec (abfd)->size = in NAME()
1158 obj_textsec (abfd)->vma, obj_textsec (abfd)->size, in NAME()
1184 obj_textsec (abfd)->vma, obj_textsec (abfd)->size, in NAME()
1217 obj_textsec (abfd)= newsect; in NAME()
[all …]
H A Dbout.c150 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()
694 else if (asect == obj_textsec (abfd)) in b_out_slurp_reloc_table()
795 cache_ptr->addend = - obj_textsec (abfd)->vma; in b_out_slurp_reloc_table()
936 if (asect == obj_textsec (abfd)) in b_out_get_reloc_upper_bound()
[all …]
H A 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) \
H A 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()
H A DChangeLog-91936458 and move calculation of obj_textsec(abfd)->size to libaout.h.
H A DChangeLog-94957534 (NAME(aout,final_link)): Don't dereference obj_textsec (abfd) or