Lines Matching refs:Elf32_Word

35 typedef uint32_t Elf32_Word;  typedef
72 Elf32_Word e_version; /* Object file version */
76 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 */
383 Elf32_Word st_name; /* Symbol name (string tbl index) */
385 Elf32_Word st_size; /* Symbol size */
499 Elf32_Word r_info; /* Relocation type and symbol index */
518 Elf32_Word r_info; /* Relocation type and symbol index */
543 Elf32_Word p_type; /* Segment type */
547 Elf32_Word p_filesz; /* Segment size in file */
548 Elf32_Word p_memsz; /* Segment size in memory */
549 Elf32_Word p_flags; /* Segment flags */
550 Elf32_Word p_align; /* Segment alignment */
657 Elf32_Word d_val; /* Integer value */
778 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
834 Elf32_Word vd_hash; /* Version name hash value */
835 Elf32_Word vd_aux; /* Offset in bytes to verdaux array */
836 Elf32_Word vd_next; /* Offset in bytes to next verdef
872 Elf32_Word vda_name; /* Version or dependency names */
873 Elf32_Word vda_next; /* Offset in bytes to next verdaux
891 Elf32_Word vn_file; /* Offset of filename for this
893 Elf32_Word vn_aux; /* Offset in bytes to vernaux array */
894 Elf32_Word vn_next; /* Offset in bytes to next verneed
919 Elf32_Word vna_hash; /* Hash value of dependency name */
922 Elf32_Word vna_name; /* Dependency name string offset */
923 Elf32_Word vna_next; /* Offset in bytes to next vernaux
1040 Elf32_Word n_namesz; /* Length of the note's name. */
1041 Elf32_Word n_descsz; /* Length of the note's descriptor. */
1042 Elf32_Word n_type; /* Type of the note. */
1105 Elf32_Word m_info; /* Size and index. */
1106 Elf32_Word m_poffset; /* Symbol offset. */
1492 Elf32_Word gt_current_g_value; /* -G value used for compilation. */
1493 Elf32_Word gt_unused; /* Not used. */
1497 Elf32_Word gt_g_value; /* If this value were used for -G. */
1498 Elf32_Word gt_bytes; /* This many bytes would be used. */
1506 Elf32_Word ri_gprmask; /* General registers used. */
1507 Elf32_Word ri_cprmask[4]; /* Coprocessor registers used. */
1520 Elf32_Word info; /* Kind-specific information. */
1566 Elf32_Word hwp_flags1; /* Extra flags. */
1567 Elf32_Word hwp_flags2; /* Extra flags. */
1727 Elf32_Word l_name; /* Name (string table index) */
1728 Elf32_Word l_time_stamp; /* Timestamp */
1729 Elf32_Word l_checksum; /* Checksum */
1730 Elf32_Word l_version; /* Interface version */
1731 Elf32_Word l_flags; /* Flags */