Home | History | Annotate | Download | only in libelf

Lines Matching refs:Elf32_Word

39 typedef uint32_t Elf32_Word;
76 Elf32_Word e_version; /* Object file version */
80 Elf32_Word e_flags; /* Processor-specific flags */
275 Elf32_Word sh_name; /* Section name (string tbl index) */
276 Elf32_Word sh_type; /* Section type */
277 Elf32_Word sh_flags; /* Section flags */
280 Elf32_Word sh_size; /* Section size in bytes */
281 Elf32_Word sh_link; /* Link to another section */
282 Elf32_Word sh_info; /* Additional section information */
283 Elf32_Word sh_addralign; /* Section alignment */
284 Elf32_Word sh_entsize; /* Entry size if section holds table */
384 Elf32_Word st_name; /* Symbol name (string tbl index) */
386 Elf32_Word st_size; /* Symbol size */
500 Elf32_Word r_info; /* Relocation type and symbol index */
519 Elf32_Word r_info; /* Relocation type and symbol index */
544 Elf32_Word p_type; /* Segment type */
548 Elf32_Word p_filesz; /* Segment size in file */
549 Elf32_Word p_memsz; /* Segment size in memory */
550 Elf32_Word p_flags; /* Segment flags */
551 Elf32_Word p_align; /* Segment alignment */
641 Elf32_Word d_val; /* Integer value */
762 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
809 Elf32_Word vd_hash; /* Version name hash value */
810 Elf32_Word vd_aux; /* Offset in bytes to verdaux array */
811 Elf32_Word vd_next; /* Offset in bytes to next verdef
847 Elf32_Word vda_name; /* Version or dependency names */
848 Elf32_Word vda_next; /* Offset in bytes to next verdaux
866 Elf32_Word vn_file; /* Offset of filename for this
868 Elf32_Word vn_aux; /* Offset in bytes to vernaux array */
869 Elf32_Word vn_next; /* Offset in bytes to next verneed
894 Elf32_Word vna_hash; /* Hash value of dependency name */
897 Elf32_Word vna_name; /* Dependency name string offset */
898 Elf32_Word vna_next; /* Offset in bytes to next vernaux
1012 Elf32_Word n_namesz; /* Length of the note's name. */
1013 Elf32_Word n_descsz; /* Length of the note's descriptor. */
1014 Elf32_Word n_type; /* Type of the note. */
1077 Elf32_Word m_info; /* Size and index. */
1078 Elf32_Word m_poffset; /* Symbol offset. */
1471 Elf32_Word gt_current_g_value; /* -G value used for compilation */
1472 Elf32_Word gt_unused; /* Not used */
1476 Elf32_Word gt_g_value; /* If this value were used for -G */
1477 Elf32_Word gt_bytes; /* This many bytes would be used */
1485 Elf32_Word ri_gprmask; /* General registers used */
1486 Elf32_Word ri_cprmask[4]; /* Coprocessor registers used */
1499 Elf32_Word info; /* Kind-specific information. */
1545 Elf32_Word hwp_flags1; /* Extra flags. */
1546 Elf32_Word hwp_flags2; /* Extra flags. */
1706 Elf32_Word l_name; /* Name (string table index) */
1707 Elf32_Word l_time_stamp; /* Timestamp */
1708 Elf32_Word l_checksum; /* Checksum */
1709 Elf32_Word l_version; /* Interface version */
1710 Elf32_Word l_flags; /* Flags */