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 - 2
of
2
) 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
;
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 22 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025