OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_entry
(Results
1 - 25
of
30
) sorted by relevancy
1
2
/src/usr.sbin/mdsetimage/
exec_aout.c
77
if (N_TXTADDR(*execp) + (execp->
a_entry
& (N_PAGSIZ(*execp)-1)) !=
78
execp->
a_entry
)
80
(execp->
a_entry
& (N_PAGSIZ(*execp)-1)) - execp->
a_entry
;
/src/sys/arch/hpc/stand/hpcboot/
load_coff.cpp
76
DPRINTF((TEXT("kernel entry address: 0x%08x\n"), _ah->
a_entry
));
78
return _ah->
a_entry
;
/src/sys/compat/common/
compat_exec.c
70
epp->ep_entry = execp->
a_entry
;
116
epp->ep_entry = execp->
a_entry
;
158
epp->ep_entry = execp->
a_entry
;
/src/sys/compat/netbsd32/
netbsd32_exec_aout.c
166
epp->ep_entry = execp->
a_entry
;
207
epp->ep_entry = execp->
a_entry
;
246
epp->ep_entry = execp->
a_entry
;
296
epp->ep_entry = execp->
a_entry
;
344
epp->ep_entry = execp->
a_entry
;
388
epp->ep_entry = execp->
a_entry
;
netbsd32_exec.h
50
netbsd32_u_long
a_entry
; /* entry point */
member in struct:netbsd32_exec
/src/sys/compat/vax1k/
vax1k_exec.c
191
epp->ep_taddr = execp->
a_entry
& ~(VAX1K_USRTEXT - 1);
198
epp->ep_entry = execp->
a_entry
;
/src/sys/arch/hppa/stand/common/
exec_som.c
57
xp->xp_entry = x.
a_entry
;
/src/sys/compat/linux/common/
linux_exec_aout.c
179
epp->ep_entry = execp->
a_entry
;
215
epp->ep_entry = execp->
a_entry
;
252
epp->ep_entry = execp->
a_entry
;
290
epp->ep_entry = execp->
a_entry
;
linux_uselib.c
71
*
a_entry
. Read in the header, set up some VM commands and run them.
124
taddr = hdr.
a_entry
& (~(PAGE_SIZE - 1));
/src/sys/sys/
exec_coff.h
68
long
a_entry
;
member in struct:coff_aouthdr
exec_aout.h
51
unsigned long
a_entry
; /* entry point */
member in struct:exec
/src/sys/arch/x68k/stand/boot_ufs/
bootmain.c
344
header.
a_entry
, /* entry point */
356
if (*((short *)(0x6000 + header.
a_entry
- 2)) != 0) {
362
header.
a_entry
, /* entry point */
/src/sys/compat/m68k4k/
m68k4k_exec.c
173
epp->ep_entry = execp->
a_entry
;
212
epp->ep_entry = execp->
a_entry
;
248
epp->ep_entry = execp->
a_entry
;
/src/sys/compat/sunos/
sunos_exec_aout.c
128
epp->ep_entry = execp->
a_entry
;
166
epp->ep_entry = execp->
a_entry
;
201
epp->ep_entry = execp->
a_entry
;
/src/sys/kern/
exec_aout.c
154
epp->ep_entry = execp->
a_entry
;
192
epp->ep_entry = execp->
a_entry
;
228
epp->ep_entry = execp->
a_entry
;
/src/sys/arch/atari/stand/tostools/libtos/
aout.c
106
od->kentry = ehdr.
a_entry
;
/src/sys/arch/ews4800mips/stand/common/
coffhdrfix.c
62
Coff_Word
a_entry
;
member in struct:coff_aouthdr
/src/sys/arch/hppa/include/
som.h
60
u_int entry; /* how is it different from
a_entry
? */
103
long
a_entry
;
member in struct:som_exec_aux
/src/sys/arch/x68k/stand/aout2hux/
aout68k.h
38
be_uint32_t
a_entry
; /* entry point address */
member in struct:aout_m68k
/src/sys/arch/sh3/sh3/
coff_exec.c
151
epp->ep_entry = ap->
a_entry
;
190
epp->ep_entry = ap->
a_entry
;
391
epp->ep_entry = ap->
a_entry
;
/src/sys/lib/libsa/
loadfile_aout.c
90
u_long entry = x->
a_entry
;
/src/tools/arm-elf2aout/sys/
exec_aout.h
51
uint32_t
a_entry
; /* entry point */
member in struct:exec
/src/tools/m68k-elf2aout/sys/
exec_aout.h
51
uint32_t
a_entry
; /* entry point */
member in struct:exec
/src/usr.bin/elf2aout/
elf2aout.c
380
aex.
a_entry
= ex.e_entry;
389
aex.
a_entry
= bswap32(aex.
a_entry
);
/src/sys/arch/hppa/stand/mkboot/
mkboot.c
92
u_long
a_entry
; /* entry point */
member in struct:exec
252
entry = ex.
a_entry
;
Completed in 21 milliseconds
1
2
Indexes created Mon Oct 27 17:09:47 GMT 2025