OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:execoff
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x68k/stand/aout2hux/
aout2hux.c
546
u_int32_t textsize, datasize, paddingsize,
execoff
;
local in function:aout2hux
594
execoff
= inf1.entry_addr - loadadr1;
597
textsize, datasize, paddingsize, inf1.bss_size,
execoff
));
607
if (
execoff
>= textsize &&
608
(
execoff
< textsize + paddingsize ||
609
execoff
>= textsize + paddingsize + datasize)) {
619
put_uint32(&xhdr.x_entry,
execoff
);
aout2hux.c
546
u_int32_t textsize, datasize, paddingsize,
execoff
;
local in function:aout2hux
594
execoff
= inf1.entry_addr - loadadr1;
597
textsize, datasize, paddingsize, inf1.bss_size,
execoff
));
607
if (
execoff
>= textsize &&
608
(
execoff
< textsize + paddingsize ||
609
execoff
>= textsize + paddingsize + datasize)) {
619
put_uint32(&xhdr.x_entry,
execoff
);
Completed in 23 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025