Searched defs:a_entry (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Da.out.h45 unsigned long a_entry; /* entry point */ member in struct:exec
68 unsigned int a_entry; /* entry point */ member in struct:exec32
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dexec.h45 unsigned long a_entry; /* entry point */ member in struct:exec
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h66 unsigned long a_entry; /* entry point */ member in struct:exec
/illumos-gate/usr/src/uts/common/sys/
H A Dexechdr.h52 uint32_t a_entry; /* entry point */ member in struct:exec
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h128 unsigned long a_entry; /* entry point */ member in struct:exec
/illumos-gate/usr/src/boot/sys/sys/
H A Dimgact_aout.h74 * This can not be done right. Abuse a_entry in some cases to handle kernels.
79 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \
80 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ)
118 uint32_t a_entry; /* entry point */ member in struct:exec
/illumos-gate/usr/src/tools/btxld/
H A Dimgact_aout.h74 * This can not be done right. Abuse a_entry in some cases to handle kernels.
79 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \
80 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ)
118 uint32_t a_entry; /* entry point */ member in struct:exec

Completed in 47 milliseconds