OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:text_pad
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x68k/stand/aout2hux/
aout2hux.c
58
u_int32_t
text_pad
; /* pad between text and data */
member in struct:exec_info
167
inf->
text_pad
= -inf->text_size & (AOUT_PAGESIZE(hdr) - 1);
276
inf->
text_pad
= 0;
296
inf->
text_pad
= 0;
309
inf->
text_pad
= get_uint32(&phdr[0].p_memsz) - inf->text_size;
355
inf->
text_pad
= get_uint32(&phdr[d].p_vaddr) -
445
inf1->
text_pad
!= inf2->
text_pad
||
592
paddingsize = inf1.
text_pad
;
Completed in 27 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025