Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h110 (N_RELOFF(ex) + (ex).a_trsize + (ex).a_drsize)
129 unsigned long a_trsize; /* text relocation size */ member
/illumos-gate/usr/src/tools/btxld/
H A Dimgact_aout.h101 (N_RELOFF(ex) + le32toh((ex).a_trsize) + le32toh((ex).a_drsize))
119 uint32_t a_trsize; /* text relocation size */ member
/illumos-gate/usr/src/boot/sys/sys/
H A Dimgact_aout.h101 (N_RELOFF(ex) + le32toh((ex).a_trsize) + le32toh((ex).a_drsize))
119 uint32_t a_trsize; /* text relocation size */ member
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h67 unsigned long a_trsize; /* size of text relocation */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dexechdr.h51 uint32_t a_trsize; /* size of text relocation */ member
/illumos-gate/usr/src/cmd/luxadm/
H A Dfcalupdate.c735 if (exec.a_trsize || exec.a_drsize) { in load_file()