OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stringsz
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/stand/tostools/libtos/
aout.c
82
long textsz,
stringsz
;
local in function:aout_load
114
if (read(fd, (char *)&
stringsz
, sizeof(long)) != sizeof(long))
119
od->ksize += ehdr.a_syms + sizeof(long) +
stringsz
;
148
if (read(fd, (char *)p,
stringsz
) !=
stringsz
)
150
od->k_esym = (long)((char *)p-(char *)od->kstart +
stringsz
);
aout.c
82
long textsz,
stringsz
;
local in function:aout_load
114
if (read(fd, (char *)&
stringsz
, sizeof(long)) != sizeof(long))
119
od->ksize += ehdr.a_syms + sizeof(long) +
stringsz
;
148
if (read(fd, (char *)p,
stringsz
) !=
stringsz
)
150
od->k_esym = (long)((char *)p-(char *)od->kstart +
stringsz
);
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025