Home
last modified time | relevance | path

Searched refs:a_trsize (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/binutils/gas/config/
HDaout_gnu.h83 unsigned char a_trsize[4]; member
100 unsigned a_trsize; /* length of relocation info for text, in bytes */ member
196 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
/trueos/usr.sbin/crunch/crunchide/
HDexec_aout.c131 hdrp->a_trsize); in hide_aout()
139 ntextrel = hdrp->a_trsize / sizeof(struct relocation_info); in hide_aout()
/trueos/sys/sys/
HDimgact_aout.h101 (N_RELOFF(ex) + le32toh((ex).a_trsize) + le32toh((ex).a_drsize))
119 uint32_t a_trsize; /* text relocation size */ member
/trueos/usr.bin/ldd/
HDsods.c229 printf(" a_trsize = 0x%lx\n", (long)ex->a_trsize); in dump_file()
239 rel_count = (ex->a_trsize + ex->a_drsize) / sizeof rel_base[0]; in dump_file()
240 assert(rel_count * sizeof rel_base[0] == ex->a_trsize + ex->a_drsize); in dump_file()
/trueos/contrib/gdb/include/
HDbout.h94 #define N_DROFF(x) ( N_TROFF(x) + (x).a_trsize )
/trueos/usr.bin/elf2aout/
HDelf2aout.c55 u_int32_t a_trsize; member
/trueos/contrib/binutils/bfd/
HDbout.c90 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in bout_swap_exec_header_in()
115 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize); in bout_swap_exec_header_out()
409 exec_hdr (abfd)->a_trsize = (obj_textsec (abfd)->reloc_count) * 8; in b_out_write_object_contents()
695 reloc_size = exec_hdr (abfd)->a_trsize; in b_out_slurp_reloc_table()
938 ((exec_hdr (abfd)->a_trsize / sizeof (struct relocation_info)) in b_out_get_reloc_upper_bound()
HDaout-target.h98 execp->a_trsize / obj_reloc_entry_size (abfd); in MY()
177 if (exec.a_trsize + exec.a_drsize == 0 in MY()
HDlibaout.h228 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ member
635 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
HDaoutx.h389 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in NAME()
421 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize); in NAME()
487 if (execp->a_drsize || execp->a_trsize) in NAME()
545 (execp->a_trsize != 0 in NAME()
2273 reloc_size = exec_hdr (abfd)->a_trsize; in NAME()
2446 * ((exec_hdr (abfd)->a_trsize / obj_reloc_entry_size (abfd)) in NAME()
5220 exec_hdr (input_bfd)->a_trsize)) in aout_link_input_bfd()
5301 trsize += exec_hdr (sub)->a_trsize; in NAME()
5328 sz = exec_hdr (sub)->a_trsize; in NAME()
5353 exec_hdr (abfd)->a_trsize = trsize; in NAME()
[all …]
HDsunos.c1907 exec_hdr (sub)->a_trsize) in bfd_sunos_size_dynamic_sections()
/trueos/contrib/binutils/include/aout/
HDaout64.h247 #define N_DRELOFF(x) (N_TRELOFF (x) + (x).a_trsize)