Lines Matching refs:Elf32_Word

37 typedef uint32_t Elf32_Word;  typedef
74 Elf32_Word e_version; /* Object file version */
78 Elf32_Word e_flags; /* Processor-specific flags */
270 Elf32_Word sh_name; /* Section name (string tbl index) */
271 Elf32_Word sh_type; /* Section type */
272 Elf32_Word sh_flags; /* Section flags */
275 Elf32_Word sh_size; /* Section size in bytes */
276 Elf32_Word sh_link; /* Link to another section */
277 Elf32_Word sh_info; /* Additional section information */
278 Elf32_Word sh_addralign; /* Section alignment */
279 Elf32_Word sh_entsize; /* Entry size if section holds table */
379 Elf32_Word st_name; /* Symbol name (string tbl index) */
381 Elf32_Word st_size; /* Symbol size */
493 Elf32_Word r_info; /* Relocation type and symbol index */
512 Elf32_Word r_info; /* Relocation type and symbol index */
537 Elf32_Word p_type; /* Segment type */
541 Elf32_Word p_filesz; /* Segment size in file */
542 Elf32_Word p_memsz; /* Segment size in memory */
543 Elf32_Word p_flags; /* Segment flags */
544 Elf32_Word p_align; /* Segment alignment */
625 Elf32_Word d_val; /* Integer value */
746 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
793 Elf32_Word vd_hash; /* Version name hash value */
794 Elf32_Word vd_aux; /* Offset in bytes to verdaux array */
795 Elf32_Word vd_next; /* Offset in bytes to next verdef
831 Elf32_Word vda_name; /* Version or dependency names */
832 Elf32_Word vda_next; /* Offset in bytes to next verdaux
850 Elf32_Word vn_file; /* Offset of filename for this
852 Elf32_Word vn_aux; /* Offset in bytes to vernaux array */
853 Elf32_Word vn_next; /* Offset in bytes to next verneed
878 Elf32_Word vna_hash; /* Hash value of dependency name */
881 Elf32_Word vna_name; /* Dependency name string offset */
882 Elf32_Word vna_next; /* Offset in bytes to next vernaux
990 Elf32_Word n_namesz; /* Length of the note's name. */
991 Elf32_Word n_descsz; /* Length of the note's descriptor. */
992 Elf32_Word n_type; /* Type of the note. */
1052 Elf32_Word m_info; /* Size and index. */
1053 Elf32_Word m_poffset; /* Symbol offset. */
1401 Elf32_Word gt_current_g_value; /* -G value used for compilation */
1402 Elf32_Word gt_unused; /* Not used */
1406 Elf32_Word gt_g_value; /* If this value were used for -G */
1407 Elf32_Word gt_bytes; /* This many bytes would be used */
1415 Elf32_Word ri_gprmask; /* General registers used */
1416 Elf32_Word ri_cprmask[4]; /* Coprocessor registers used */
1429 Elf32_Word info; /* Kind-specific information. */
1475 Elf32_Word hwp_flags1; /* Extra flags. */
1476 Elf32_Word hwp_flags2; /* Extra flags. */
1636 Elf32_Word l_name; /* Name (string table index) */
1637 Elf32_Word l_time_stamp; /* Timestamp */
1638 Elf32_Word l_checksum; /* Checksum */
1639 Elf32_Word l_version; /* Interface version */
1640 Elf32_Word l_flags; /* Flags */