OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:text_size
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x68k/stand/aout2hux/
aout2hux.c
57
u_int32_t
text_size
; /* size of text section */
member in struct:exec_info
161
inf->
text_size
= get_uint32(&hdr->a_text);
166
inf->data_off = sizeof(struct aout_m68k) + inf->
text_size
;
167
inf->text_pad = -inf->
text_size
& (AOUT_PAGESIZE(hdr) - 1);
274
inf->
text_size
= get_uint32(&shdr.sh_offset) -
277
inf->data_off = inf->text_off + inf->
text_size
;
279
inf->
text_size
;
290
inf->
text_size
= get_uint32(&phdr[0].p_filesz);
292
inf->bss_size = get_uint32(&phdr[0].p_memsz) - inf->
text_size
;
303
inf->
text_size
= get_uint32(&phdr[0].p_filesz)
[
all
...]
Completed in 87 milliseconds
Indexes created Wed Oct 15 01:09:54 GMT 2025