Home | History | Annotate | Download | only in include

Lines Matching refs:Elf32_Word

37 typedef uint32_t Elf32_Word;
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 */
495 Elf32_Word r_info; /* Relocation type and symbol index */
514 Elf32_Word r_info; /* Relocation type and symbol index */
539 Elf32_Word p_type; /* Segment type */
543 Elf32_Word p_filesz; /* Segment size in file */
544 Elf32_Word p_memsz; /* Segment size in memory */
545 Elf32_Word p_flags; /* Segment flags */
546 Elf32_Word p_align; /* Segment alignment */
629 Elf32_Word d_val; /* Integer value */
750 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
797 Elf32_Word vd_hash; /* Version name hash value */
798 Elf32_Word vd_aux; /* Offset in bytes to verdaux array */
799 Elf32_Word vd_next; /* Offset in bytes to next verdef
835 Elf32_Word vda_name; /* Version or dependency names */
836 Elf32_Word vda_next; /* Offset in bytes to next verdaux
854 Elf32_Word vn_file; /* Offset of filename for this
856 Elf32_Word vn_aux; /* Offset in bytes to vernaux array */
857 Elf32_Word vn_next; /* Offset in bytes to next verneed
882 Elf32_Word vna_hash; /* Hash value of dependency name */
885 Elf32_Word vna_name; /* Dependency name string offset */
886 Elf32_Word vna_next; /* Offset in bytes to next vernaux
1000 Elf32_Word n_namesz; /* Length of the note's name. */
1001 Elf32_Word n_descsz; /* Length of the note's descriptor. */
1002 Elf32_Word n_type; /* Type of the note. */
1065 Elf32_Word m_info; /* Size and index. */
1066 Elf32_Word m_poffset; /* Symbol offset. */
1436 Elf32_Word gt_current_g_value; /* -G value used for compilation */
1437 Elf32_Word gt_unused; /* Not used */
1441 Elf32_Word gt_g_value; /* If this value were used for -G */
1442 Elf32_Word gt_bytes; /* This many bytes would be used */
1450 Elf32_Word ri_gprmask; /* General registers used */
1451 Elf32_Word ri_cprmask[4]; /* Coprocessor registers used */
1464 Elf32_Word info; /* Kind-specific information. */
1510 Elf32_Word hwp_flags1; /* Extra flags. */
1511 Elf32_Word hwp_flags2; /* Extra flags. */
1671 Elf32_Word l_name; /* Name (string table index) */
1672 Elf32_Word l_time_stamp; /* Timestamp */
1673 Elf32_Word l_checksum; /* Checksum */
1674 Elf32_Word l_version; /* Interface version */
1675 Elf32_Word l_flags; /* Flags */