Home | History | Annotate | Download | only in include

Lines Matching defs:Elf32_Word

37 typedef uint32_t Elf32_Word;
74 Elf32_Word e_version; /* Object file version */
78 Elf32_Word e_flags; /* Processor-specific flags */
272 Elf32_Word sh_name; /* Section name (string tbl index) */
273 Elf32_Word sh_type; /* Section type */
274 Elf32_Word sh_flags; /* Section flags */
277 Elf32_Word sh_size; /* Section size in bytes */
278 Elf32_Word sh_link; /* Link to another section */
279 Elf32_Word sh_info; /* Additional section information */
280 Elf32_Word sh_addralign; /* Section alignment */
281 Elf32_Word sh_entsize; /* Entry size if section holds table */
381 Elf32_Word st_name; /* Symbol name (string tbl index) */
383 Elf32_Word st_size; /* Symbol size */
497 Elf32_Word r_info; /* Relocation type and symbol index */
516 Elf32_Word r_info; /* Relocation type and symbol index */
541 Elf32_Word p_type; /* Segment type */
545 Elf32_Word p_filesz; /* Segment size in file */
546 Elf32_Word p_memsz; /* Segment size in memory */
547 Elf32_Word p_flags; /* Segment flags */
548 Elf32_Word p_align; /* Segment alignment */
638 Elf32_Word d_val; /* Integer value */
759 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
806 Elf32_Word vd_hash; /* Version name hash value */
807 Elf32_Word vd_aux; /* Offset in bytes to verdaux array */
808 Elf32_Word vd_next; /* Offset in bytes to next verdef
844 Elf32_Word vda_name; /* Version or dependency names */
845 Elf32_Word vda_next; /* Offset in bytes to next verdaux
863 Elf32_Word vn_file; /* Offset of filename for this
865 Elf32_Word vn_aux; /* Offset in bytes to vernaux array */
866 Elf32_Word vn_next; /* Offset in bytes to next verneed
891 Elf32_Word vna_hash; /* Hash value of dependency name */
894 Elf32_Word vna_name; /* Dependency name string offset */
895 Elf32_Word vna_next; /* Offset in bytes to next vernaux
1009 Elf32_Word n_namesz; /* Length of the note's name. */
1010 Elf32_Word n_descsz; /* Length of the note's descriptor. */
1011 Elf32_Word n_type; /* Type of the note. */
1074 Elf32_Word m_info; /* Size and index. */
1075 Elf32_Word m_poffset; /* Symbol offset. */
1457 Elf32_Word gt_current_g_value; /* -G value used for compilation */
1458 Elf32_Word gt_unused; /* Not used */
1462 Elf32_Word gt_g_value; /* If this value were used for -G */
1463 Elf32_Word gt_bytes; /* This many bytes would be used */
1471 Elf32_Word ri_gprmask; /* General registers used */
1472 Elf32_Word ri_cprmask[4]; /* Coprocessor registers used */
1485 Elf32_Word info; /* Kind-specific information. */
1531 Elf32_Word hwp_flags1; /* Extra flags. */
1532 Elf32_Word hwp_flags2; /* Extra flags. */
1692 Elf32_Word l_name; /* Name (string table index) */
1693 Elf32_Word l_time_stamp; /* Timestamp */
1694 Elf32_Word l_checksum; /* Checksum */
1695 Elf32_Word l_version; /* Interface version */
1696 Elf32_Word l_flags; /* Flags */