Home
last modified time | relevance | path

Searched defs:som_exec_auxhdr (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsom.h80 struct som_exec_auxhdr { struct
81 struct aux_id som_auxhdr;
82 int exec_tsize; /* Text size in bytes */
83 int exec_tmem; /* Address to load text at */
84 int exec_tfile; /* Location of text in file */
85 int exec_dsize; /* Data size in bytes */
86 int exec_dmem; /* Address to load data at */
87 int exec_dfile; /* Location of data in file */
88 int exec_bsize; /* Uninitialised data (bss) */
89 int exec_entry; /* Address to start executing */
[all …]