Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dimgact_aout.h103 (N_RELOFF(ex) + (ex).a_trsize + (ex).a_drsize)
130 aout_register_t a_trsize; /* text relocation size */ member
/dragonfly/contrib/binutils-2.34/bfd/
H A Dlibaout.h227 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ member
632 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
/dragonfly/contrib/binutils-2.27/bfd/
H A Dlibaout.h227 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ member
633 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
/dragonfly/contrib/gdb-7/bfd/
H A Dlibaout.h229 bfd_vma a_trsize; /* Length of text's relocation info, in bytes. */ member
638 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
/dragonfly/contrib/binutils-2.34/include/aout/
H A Daout64.h244 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
/dragonfly/contrib/gdb-7/include/aout/
H A Daout64.h244 #define N_DRELOFF(x) (N_TRELOFF (x) + (x).a_trsize)
/dragonfly/contrib/binutils-2.27/include/aout/
H A Daout64.h244 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)