Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/include/
H A Da.out.h45 unsigned long a_entry; /* entry point */ member
68 unsigned int a_entry; /* entry point */ member
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dexec.h45 unsigned long a_entry; /* entry point */ member
/titanic_44/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h66 unsigned long a_entry; /* entry point */ member
/titanic_44/usr/src/uts/common/sys/
H A Dexechdr.h52 uint32_t a_entry; /* entry point */ member
/titanic_44/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h98 (((x).a_magic == ZMAGIC) && ((x).a_entry < N_PAGSIZ(x)) ? \
/titanic_44/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()
/titanic_44/usr/src/uts/common/exec/aout/
H A Daout.c335 edp->ux_entloc = (caddr_t)(uintptr_t)filhdr.a_entry; in get_aout_head()
/titanic_44/usr/src/cmd/sgs/ldd/common/
H A Dldd.c614 if ((aout.a_magic == ZMAGIC) && (aout.a_entry <= sizeof (aout))) { in aout_check()
/titanic_44/usr/src/uts/common/os/
H A Dmmapobj.c2074 if (hdr->a_magic == ZMAGIC && hdr->a_entry < PAGESIZE) { in doaoutwork()