Lines Matching full:char
53 unsigned char e_ident[16]; /* ELF "magic number" */
54 unsigned char e_type[2]; /* Identifies object file type */
55 unsigned char e_machine[2]; /* Specifies required architecture */
56 unsigned char e_version[4]; /* Identifies object file version */
57 unsigned char e_entry[4]; /* Entry point virtual address */
58 unsigned char e_phoff[4]; /* Program header table file offset */
59 unsigned char e_shoff[4]; /* Section header table file offset */
60 unsigned char e_flags[4]; /* Processor-specific flags */
61 unsigned char e_ehsize[2]; /* ELF header size in bytes */
62 unsigned char e_phentsize[2]; /* Program header table entry size */
63 unsigned char e_phnum[2]; /* Program header table entry count */
64 unsigned char e_shentsize[2]; /* Section header table entry size */
65 unsigned char e_shnum[2]; /* Section header table entry count */
66 unsigned char e_shstrndx[2]; /* Section header string table index */
70 unsigned char e_ident[16]; /* ELF "magic number" */
71 unsigned char e_type[2]; /* Identifies object file type */
72 unsigned char e_machine[2]; /* Specifies required architecture */
73 unsigned char e_version[4]; /* Identifies object file version */
74 unsigned char e_entry[8]; /* Entry point virtual address */
75 unsigned char e_phoff[8]; /* Program header table file offset */
76 unsigned char e_shoff[8]; /* Section header table file offset */
77 unsigned char e_flags[4]; /* Processor-specific flags */
78 unsigned char e_ehsize[2]; /* ELF header size in bytes */
79 unsigned char e_phentsize[2]; /* Program header table entry size */
80 unsigned char e_phnum[2]; /* Program header table entry count */
81 unsigned char e_shentsize[2]; /* Section header table entry size */
82 unsigned char e_shnum[2]; /* Section header table entry count */
83 unsigned char e_shstrndx[2]; /* Section header string table index */
89 unsigned char p_type[4]; /* Identifies program segment type */
90 unsigned char p_offset[4]; /* Segment file offset */
91 unsigned char p_vaddr[4]; /* Segment virtual address */
92 unsigned char p_paddr[4]; /* Segment physical address */
93 unsigned char p_filesz[4]; /* Segment size in file */
94 unsigned char p_memsz[4]; /* Segment size in memory */
95 unsigned char p_flags[4]; /* Segment flags */
96 unsigned char p_align[4]; /* Segment alignment, file & memory */
100 unsigned char p_type[4]; /* Identifies program segment type */
101 unsigned char p_flags[4]; /* Segment flags */
102 unsigned char p_offset[8]; /* Segment file offset */
103 unsigned char p_vaddr[8]; /* Segment virtual address */
104 unsigned char p_paddr[8]; /* Segment physical address */
105 unsigned char p_filesz[8]; /* Segment size in file */
106 unsigned char p_memsz[8]; /* Segment size in memory */
107 unsigned char p_align[8]; /* Segment alignment, file & memory */
113 unsigned char sh_name[4]; /* Section name, index in string tbl */
114 unsigned char sh_type[4]; /* Type of section */
115 unsigned char sh_flags[4]; /* Miscellaneous section attributes */
116 unsigned char sh_addr[4]; /* Section virtual addr at execution */
117 unsigned char sh_offset[4]; /* Section file offset */
118 unsigned char sh_size[4]; /* Size of section in bytes */
119 unsigned char sh_link[4]; /* Index of another section */
120 unsigned char sh_info[4]; /* Additional section information */
121 unsigned char sh_addralign[4]; /* Section alignment */
122 unsigned char sh_entsize[4]; /* Entry size if section holds table */
126 unsigned char sh_name[4]; /* Section name, index in string tbl */
127 unsigned char sh_type[4]; /* Type of section */
128 unsigned char sh_flags[8]; /* Miscellaneous section attributes */
129 unsigned char sh_addr[8]; /* Section virtual addr at execution */
130 unsigned char sh_offset[8]; /* Section file offset */
131 unsigned char sh_size[8]; /* Size of section in bytes */
132 unsigned char sh_link[4]; /* Index of another section */
133 unsigned char sh_info[4]; /* Additional section information */
134 unsigned char sh_addralign[8]; /* Section alignment */
135 unsigned char sh_entsize[8]; /* Entry size if section holds table */
141 unsigned char st_name[4]; /* Symbol name, index in string tbl */
142 unsigned char st_value[4]; /* Value of the symbol */
143 unsigned char st_size[4]; /* Associated symbol size */
144 unsigned char st_info[1]; /* Type and binding attributes */
145 unsigned char st_other[1]; /* No defined meaning, 0 */
146 unsigned char st_shndx[2]; /* Associated section index */
150 unsigned char st_name[4]; /* Symbol name, index in string tbl */
151 unsigned char st_info[1]; /* Type and binding attributes */
152 unsigned char st_other[1]; /* No defined meaning, 0 */
153 unsigned char st_shndx[2]; /* Associated section index */
154 unsigned char st_value[8]; /* Value of the symbol */
155 unsigned char st_size[8]; /* Associated symbol size */
159 unsigned char est_shndx[4]; /* Section index */
165 unsigned char namesz[4]; /* Size of entry's owner string */
166 unsigned char descsz[4]; /* Size of the note descriptor */
167 unsigned char type[4]; /* Interpretation of the descriptor */
168 char name[1]; /* Start of the name+desc data */
173 unsigned char r_offset[4]; /* Location at which to apply the action */
174 unsigned char r_info[4]; /* index and type of relocation */
178 unsigned char r_offset[4]; /* Location at which to apply the action */
179 unsigned char r_info[4]; /* index and type of relocation */
180 unsigned char r_addend[4]; /* Constant addend used to compute value */
184 unsigned char r_offset[8]; /* Location at which to apply the action */
185 unsigned char r_info[8]; /* index and type of relocation */
189 unsigned char r_offset[8]; /* Location at which to apply the action */
190 unsigned char r_info[8]; /* index and type of relocation */
191 unsigned char r_addend[8]; /* Constant addend used to compute value */
197 unsigned char d_tag[4]; /* entry tag value */
199 unsigned char d_val[4];
200 unsigned char d_ptr[4];
205 unsigned char d_tag[8]; /* entry tag value */
207 unsigned char d_val[8];
208 unsigned char d_ptr[8];
219 unsigned char vd_version[2];
220 unsigned char vd_flags[2];
221 unsigned char vd_ndx[2];
222 unsigned char vd_cnt[2];
223 unsigned char vd_hash[4];
224 unsigned char vd_aux[4];
225 unsigned char vd_next[4];
231 unsigned char vda_name[4];
232 unsigned char vda_next[4];
238 unsigned char vn_version[2];
239 unsigned char vn_cnt[2];
240 unsigned char vn_file[4];
241 unsigned char vn_aux[4];
242 unsigned char vn_next[4];
248 unsigned char vna_hash[4];
249 unsigned char vna_flags[2];
250 unsigned char vna_other[2];
251 unsigned char vna_name[4];
252 unsigned char vna_next[4];
259 unsigned char vs_vers[2];
265 unsigned char si_boundto[2];
266 unsigned char si_flags[2];
273 unsigned char a_type[4];
274 unsigned char a_val[4];
279 unsigned char a_type[8];
280 unsigned char a_val[8];