Home | History | Annotate | Download | only in sys

Lines Matching defs:Elf32_Word

67 typedef uint32_t	Elf32_Word;
103 Elf32_Word e_version; /* version number */
107 Elf32_Word e_flags; /* Processor flags */
325 Elf32_Word p_type; /* entry type */
329 Elf32_Word p_filesz; /* file size */
330 Elf32_Word p_memsz; /* memory size */
331 Elf32_Word p_flags; /* flags */
332 Elf32_Word p_align; /* memory & file alignment */
386 Elf32_Word sh_name; /* section name (.shstrtab index) */
387 Elf32_Word sh_type; /* section type */
388 Elf32_Word sh_flags; /* section flags */
391 Elf32_Word sh_size; /* section size */
392 Elf32_Word sh_link; /* link to another */
393 Elf32_Word sh_info; /* misc info */
394 Elf32_Word sh_addralign; /* memory alignment */
395 Elf32_Word sh_entsize; /* table entry size */
487 Elf32_Word st_name; /* Symbol name (.strtab index) */
488 Elf32_Word st_value; /* value of symbol */
489 Elf32_Word st_size; /* size of symbol */
577 Elf32_Word r_offset; /* where to do it */
578 Elf32_Word r_info; /* index & type of relocation */
582 Elf32_Word r_offset; /* where to do it */
583 Elf32_Word r_info; /* index & type of relocation */
613 Elf32_Word m_info; /* size + index */
614 Elf32_Word m_poffset; /* symbol offset */
639 Elf32_Word c_tag; /* entry tag value */
642 Elf32_Word c_val;
658 Elf32_Word d_tag; /* entry tag value */
661 Elf32_Word d_val;
761 Elf32_Word a_type; /* 32-bit id */
762 Elf32_Word a_v; /* 32-bit id */
825 Elf32_Word n_namesz;
826 Elf32_Word n_descsz;
827 Elf32_Word n_type;
1103 #define Elf_Word Elf32_Word
1253 Elf32_Word vd_hash; /* hash of name */
1254 Elf32_Word vd_aux; /* offset to verdaux entries */
1255 Elf32_Word vd_next; /* offset to next verdef */
1260 Elf32_Word vda_name; /* string table offset of name */
1261 Elf32_Word vda_next; /* offset to verdaux */
1268 Elf32_Word vn_file; /* string table offset of library name*/
1269 Elf32_Word vn_aux; /* offset to vernaux entries */
1270 Elf32_Word vn_next; /* offset to next verneed */
1275 Elf32_Word vna_hash; /* Hash of dependency name */
1278 Elf32_Word vna_name; /* string table offset to version name*/
1279 Elf32_Word vna_next; /* offset to next vernaux */