Home | History | Annotate | Download | only in port-gnu

Lines Matching defs:Elf32_Word

34 typedef uint32_t Elf32_Word;
71 Elf32_Word e_version; /* Object file version */
75 Elf32_Word e_flags; /* Processor-specific flags */
274 Elf32_Word sh_name; /* Section name (string tbl index) */
275 Elf32_Word sh_type; /* Section type */
276 Elf32_Word sh_flags; /* Section flags */
279 Elf32_Word sh_size; /* Section size in bytes */
280 Elf32_Word sh_link; /* Link to another section */
281 Elf32_Word sh_info; /* Additional section information */
282 Elf32_Word sh_addralign; /* Section alignment */
283 Elf32_Word sh_entsize; /* Entry size if section holds table */
381 Elf32_Word ch_type; /* Compression format. */
382 Elf32_Word ch_size; /* Uncompressed data size. */
383 Elf32_Word ch_addralign; /* Uncompressed data alignment. */
408 Elf32_Word st_name; /* Symbol name (string tbl index) */
410 Elf32_Word st_size; /* Symbol size */
524 Elf32_Word r_info; /* Relocation type and symbol index */
543 Elf32_Word r_info; /* Relocation type and symbol index */
568 Elf32_Word p_type; /* Segment type */
572 Elf32_Word p_filesz; /* Segment size in file */
573 Elf32_Word p_memsz; /* Segment size in memory */
574 Elf32_Word p_flags; /* Segment flags */
575 Elf32_Word p_align; /* Segment alignment */
682 Elf32_Word d_val; /* Integer value */
803 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
859 Elf32_Word vd_hash; /* Version name hash value */
860 Elf32_Word vd_aux; /* Offset in bytes to verdaux array */
861 Elf32_Word vd_next; /* Offset in bytes to next verdef
897 Elf32_Word vda_name; /* Version or dependency names */
898 Elf32_Word vda_next; /* Offset in bytes to next verdaux
916 Elf32_Word vn_file; /* Offset of filename for this
918 Elf32_Word vn_aux; /* Offset in bytes to vernaux array */
919 Elf32_Word vn_next; /* Offset in bytes to next verneed
944 Elf32_Word vna_hash; /* Hash value of dependency name */
947 Elf32_Word vna_name; /* Dependency name string offset */
948 Elf32_Word vna_next; /* Offset in bytes to next vernaux
1065 Elf32_Word n_namesz; /* Length of the note's name. */
1066 Elf32_Word n_descsz; /* Length of the note's descriptor. */
1067 Elf32_Word n_type; /* Type of the note. */
1130 Elf32_Word m_info; /* Size and index. */
1131 Elf32_Word m_poffset; /* Symbol offset. */
1518 Elf32_Word gt_current_g_value; /* -G value used for compilation. */
1519 Elf32_Word gt_unused; /* Not used. */
1523 Elf32_Word gt_g_value; /* If this value were used for -G. */
1524 Elf32_Word gt_bytes; /* This many bytes would be used. */
1532 Elf32_Word ri_gprmask; /* General registers used. */
1533 Elf32_Word ri_cprmask[4]; /* Coprocessor registers used. */
1546 Elf32_Word info; /* Kind-specific information. */
1592 Elf32_Word hwp_flags1; /* Extra flags. */
1593 Elf32_Word hwp_flags2; /* Extra flags. */
1754 Elf32_Word l_name; /* Name (string table index) */
1755 Elf32_Word l_time_stamp; /* Timestamp */
1756 Elf32_Word l_checksum; /* Checksum */
1757 Elf32_Word l_version; /* Interface version */
1758 Elf32_Word l_flags; /* Flags */
1802 Elf32_Word isa_ext;
1804 Elf32_Word ases;
1806 Elf32_Word flags1;
1807 Elf32_Word flags2;