OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:text_off
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x68k/stand/aout2hux/
aout2hux.c
55
foff_t
text_off
; /* file offset of text section */
member in struct:exec_info
165
inf->
text_off
= sizeof(struct aout_m68k);
273
inf->
text_off
= get_uint32(&phdr[0].p_offset);
275
inf->
text_off
;
277
inf->data_off = inf->
text_off
+ inf->text_size;
294
inf->
text_off
= get_uint32(&phdr[0].p_offset);
307
inf->
text_off
= get_uint32(&phdr[0].p_offset);
353
inf->
text_off
= get_uint32(&phdr[t].p_offset);
642
if (fseek(fpa1, inf1.
text_off
, SEEK_SET)) {
646
if (fseek(fpa2, inf2.
text_off
, SEEK_SET))
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025