OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_entry
(Results
1 - 25
of
76
) sorted by relevancy
1
2
3
4
/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/external/gpl3/binutils/dist/bfd/
gen-aout.c
68
if (my_exec.
a_entry
== 0)
79
printf ("#define TEXT_START_ADDR %d\n", my_exec.
a_entry
);
pc532-mach.c
39
/* Use
a_entry
of 0 to distinguish object files from OMAGIC executables */
42
((x)->
a_entry
< TEXT_START_ADDR? 0: TEXT_START_ADDR): \
/src/external/gpl3/binutils/dist/include/aout/
sun4.h
43
an address of zero if
a_entry
(!!!) is lower than the otherwise
47
#define N_SHARED_LIB(x) ((x)->
a_entry
< TEXT_START_ADDR \
56
: (N_MAGIC(x) == ZMAGIC && (x)->
a_entry
< TEXT_START_ADDR)? 0 \
hp.h
43
unsigned long
a_entry
; /* start address */
member in struct:exec
/src/external/gpl3/binutils.old/dist/bfd/
gen-aout.c
68
if (my_exec.
a_entry
== 0)
79
printf ("#define TEXT_START_ADDR %d\n", my_exec.
a_entry
);
pc532-mach.c
39
/* Use
a_entry
of 0 to distinguish object files from OMAGIC executables */
42
((x)->
a_entry
< TEXT_START_ADDR? 0: TEXT_START_ADDR): \
/src/external/gpl3/binutils.old/dist/include/aout/
sun4.h
43
an address of zero if
a_entry
(!!!) is lower than the otherwise
47
#define N_SHARED_LIB(x) ((x)->
a_entry
< TEXT_START_ADDR \
56
: (N_MAGIC(x) == ZMAGIC && (x)->
a_entry
< TEXT_START_ADDR)? 0 \
hp.h
43
unsigned long
a_entry
; /* start address */
member in struct:exec
/src/external/gpl3/gdb/dist/bfd/
gen-aout.c
68
if (my_exec.
a_entry
== 0)
79
printf ("#define TEXT_START_ADDR %d\n", my_exec.
a_entry
);
pc532-mach.c
39
/* Use
a_entry
of 0 to distinguish object files from OMAGIC executables */
42
((x)->
a_entry
< TEXT_START_ADDR? 0: TEXT_START_ADDR): \
/src/external/gpl3/gdb/dist/include/aout/
sun4.h
43
an address of zero if
a_entry
(!!!) is lower than the otherwise
47
#define N_SHARED_LIB(x) ((x)->
a_entry
< TEXT_START_ADDR \
56
: (N_MAGIC(x) == ZMAGIC && (x)->
a_entry
< TEXT_START_ADDR)? 0 \
hp.h
43
unsigned long
a_entry
; /* start address */
member in struct:exec
/src/external/gpl3/gdb.old/dist/bfd/
gen-aout.c
68
if (my_exec.
a_entry
== 0)
79
printf ("#define TEXT_START_ADDR %d\n", my_exec.
a_entry
);
pc532-mach.c
39
/* Use
a_entry
of 0 to distinguish object files from OMAGIC executables */
42
((x)->
a_entry
< TEXT_START_ADDR? 0: TEXT_START_ADDR): \
/src/external/gpl3/gdb.old/dist/include/aout/
sun4.h
43
an address of zero if
a_entry
(!!!) is lower than the otherwise
47
#define N_SHARED_LIB(x) ((x)->
a_entry
< TEXT_START_ADDR \
56
: (N_MAGIC(x) == ZMAGIC && (x)->
a_entry
< TEXT_START_ADDR)? 0 \
hp.h
43
unsigned long
a_entry
; /* start address */
member in struct:exec
/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
;
/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
;
/src/sys/sys/
exec_coff.h
68
long
a_entry
;
member in struct:coff_aouthdr
/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 */
Completed in 120 milliseconds
1
2
3
4
Indexes created Tue Feb 24 08:35:24 UTC 2026