Lines Matching defs:Elf32_Word

118 typedef uint32_t Elf32_Word;
155 Elf32_Word e_version; /* Object file version */
159 Elf32_Word e_flags; /* Processor-specific flags */
302 Elf32_Word sh_name; /* Section name (string tbl index) */
303 Elf32_Word sh_type; /* Section type */
304 Elf32_Word sh_flags; /* Section flags */
307 Elf32_Word sh_size; /* Section size in bytes */
308 Elf32_Word sh_link; /* Link to another section */
309 Elf32_Word sh_info; /* Additional section information */
310 Elf32_Word sh_addralign; /* Section alignment */
311 Elf32_Word sh_entsize; /* Entry size if section holds table */
378 Elf32_Word st_name; /* Symbol name (string tbl index) */
380 Elf32_Word st_size; /* Symbol size */
494 Elf32_Word r_info; /* Relocation type and symbol index */
513 Elf32_Word r_info; /* Relocation type and symbol index */
538 Elf32_Word p_type; /* Segment type */
542 Elf32_Word p_filesz; /* Segment size in file */
543 Elf32_Word p_memsz; /* Segment size in memory */
544 Elf32_Word p_flags; /* Segment flags */
545 Elf32_Word p_align; /* Segment alignment */
610 Elf32_Word d_val; /* Integer value */
701 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
722 Elf32_Word vd_hash; /* Version name hash value */
723 Elf32_Word vd_aux; /* Offset in bytes to verdaux array */
724 Elf32_Word vd_next; /* Offset in bytes to next verdef
754 Elf32_Word vda_name; /* Version or dependency names */
755 Elf32_Word vda_next; /* Offset in bytes to next verdaux
773 Elf32_Word vn_file; /* Offset of filename for this
775 Elf32_Word vn_aux; /* Offset in bytes to vernaux array */
776 Elf32_Word vn_next; /* Offset in bytes to next verneed
801 Elf32_Word vna_hash; /* Hash value of dependency name */
804 Elf32_Word vna_name; /* Dependency name string offset */
805 Elf32_Word vna_next; /* Offset in bytes to next vernaux
888 Elf32_Word n_namesz; /* Length of the note's name. */
889 Elf32_Word n_descsz; /* Length of the note's descriptor. */
890 Elf32_Word n_type; /* Type of the note. */
1177 Elf32_Word gt_current_g_value; /* -G value used for compilation */
1178 Elf32_Word gt_unused; /* Not used */
1182 Elf32_Word gt_g_value; /* If this value were used for -G */
1183 Elf32_Word gt_bytes; /* This many bytes would be used */
1191 Elf32_Word ri_gprmask; /* General registers used */
1192 Elf32_Word ri_cprmask[4]; /* Coprocessor registers used */
1205 Elf32_Word info; /* Kind-specific information. */
1251 Elf32_Word hwp_flags1; /* Extra flags. */
1252 Elf32_Word hwp_flags2; /* Extra flags. */
1390 Elf32_Word l_name; /* Name (string table index) */
1391 Elf32_Word l_time_stamp; /* Timestamp */
1392 Elf32_Word l_checksum; /* Checksum */
1393 Elf32_Word l_version; /* Interface version */
1394 Elf32_Word l_flags; /* Flags */