Home | History | Annotate | Download | only in libelf

Lines Matching refs:Elf32_Word

35 typedef uint32_t Elf32_Word;
72 Elf32_Word e_version; /* Object file version */
76 Elf32_Word e_flags; /* Processor-specific flags */
386 Elf32_Word sh_name; /* Section name (string tbl index) */
387 Elf32_Word sh_type; /* Section type */
388 Elf32_Word sh_flags; /* Section flags */
391 Elf32_Word sh_size; /* Section size in bytes */
392 Elf32_Word sh_link; /* Link to another section */
393 Elf32_Word sh_info; /* Additional section information */
394 Elf32_Word sh_addralign; /* Section alignment */
395 Elf32_Word sh_entsize; /* Entry size if section holds table */
493 Elf32_Word ch_type; /* Compression format. */
494 Elf32_Word ch_size; /* Uncompressed data size. */
495 Elf32_Word ch_addralign; /* Uncompressed data alignment. */
520 Elf32_Word st_name; /* Symbol name (string tbl index) */
522 Elf32_Word st_size; /* Symbol size */
636 Elf32_Word r_info; /* Relocation type and symbol index */
655 Elf32_Word r_info; /* Relocation type and symbol index */
680 Elf32_Word p_type; /* Segment type */
684 Elf32_Word p_filesz; /* Segment size in file */
685 Elf32_Word p_memsz; /* Segment size in memory */
686 Elf32_Word p_flags; /* Segment flags */
687 Elf32_Word p_align; /* Segment alignment */
824 Elf32_Word d_val; /* Integer value */
946 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
1004 Elf32_Word vd_hash; /* Version name hash value */
1005 Elf32_Word vd_aux; /* Offset in bytes to verdaux array */
1006 Elf32_Word vd_next; /* Offset in bytes to next verdef
1042 Elf32_Word vda_name; /* Version or dependency names */
1043 Elf32_Word vda_next; /* Offset in bytes to next verdaux
1061 Elf32_Word vn_file; /* Offset of filename for this
1063 Elf32_Word vn_aux; /* Offset in bytes to vernaux array */
1064 Elf32_Word vn_next; /* Offset in bytes to next verneed
1089 Elf32_Word vna_hash; /* Hash value of dependency name */
1092 Elf32_Word vna_name; /* Dependency name string offset */
1093 Elf32_Word vna_next; /* Offset in bytes to next vernaux
1222 Elf32_Word n_namesz; /* Length of the note's name. */
1223 Elf32_Word n_descsz; /* Length of the note's descriptor. */
1224 Elf32_Word n_type; /* Type of the note. */
1343 Elf32_Word m_info; /* Size and index. */
1344 Elf32_Word m_poffset; /* Symbol offset. */
1733 Elf32_Word gt_current_g_value; /* -G value used for compilation. */
1734 Elf32_Word gt_unused; /* Not used. */
1738 Elf32_Word gt_g_value; /* If this value were used for -G. */
1739 Elf32_Word gt_bytes; /* This many bytes would be used. */
1747 Elf32_Word ri_gprmask; /* General registers used. */
1748 Elf32_Word ri_cprmask[4]; /* Coprocessor registers used. */
1761 Elf32_Word info; /* Kind-specific information. */
1807 Elf32_Word hwp_flags1; /* Extra flags. */
1808 Elf32_Word hwp_flags2; /* Extra flags. */
1973 Elf32_Word l_name; /* Name (string table index) */
1974 Elf32_Word l_time_stamp; /* Timestamp */
1975 Elf32_Word l_checksum; /* Checksum */
1976 Elf32_Word l_version; /* Interface version */
1977 Elf32_Word l_flags; /* Flags */
2021 Elf32_Word isa_ext;
2023 Elf32_Word ases;
2025 Elf32_Word flags1;
2026 Elf32_Word flags2;