Home
last modified time | relevance | path

Searched refs:a_entry (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dimgact_aout.h79 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \
80 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ)
118 uint32_t a_entry; /* entry point */ member
/illumos-gate/usr/src/tools/btxld/
H A Dimgact_aout.h79 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \
80 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ)
118 uint32_t a_entry; /* entry point */ member
H A Dbtxld.c373 hdr->entry = le32toh(ex->a_entry); in gethdr()
374 if (le32toh(ex->a_entry) >= BTX_PGSIZE) in gethdr()
428 ex.a_entry = htole32(hdr->entry); in puthdr()
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h66 unsigned long a_entry; /* entry point */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dexechdr.h50 uint32_t a_entry; /* entry point */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h128 unsigned long a_entry; /* entry point */ member
H A Dboot.c174 entry_addr = (entry_func) pu.aout->a_entry; in load_image()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c376 addr = hdr.ex.a_entry & 0xffffff; in load()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c397 addr = hdr.ex.a_entry & 0xffffff; in load()