• Home
  • Raw
  • Download

Lines Matching refs:Elf32_Word

34 typedef uint32_t Elf32_Word;  typedef
71 Elf32_Word e_version; /* Object file version */
75 Elf32_Word e_flags; /* Processor-specific flags */
267 Elf32_Word sh_name; /* Section name (string tbl index) */
268 Elf32_Word sh_type; /* Section type */
269 Elf32_Word sh_flags; /* Section flags */
272 Elf32_Word sh_size; /* Section size in bytes */
273 Elf32_Word sh_link; /* Link to another section */
274 Elf32_Word sh_info; /* Additional section information */
275 Elf32_Word sh_addralign; /* Section alignment */
276 Elf32_Word sh_entsize; /* Entry size if section holds table */
374 Elf32_Word st_name; /* Symbol name (string tbl index) */
376 Elf32_Word st_size; /* Symbol size */
488 Elf32_Word r_info; /* Relocation type and symbol index */
507 Elf32_Word r_info; /* Relocation type and symbol index */
532 Elf32_Word p_type; /* Segment type */
536 Elf32_Word p_filesz; /* Segment size in file */
537 Elf32_Word p_memsz; /* Segment size in memory */
538 Elf32_Word p_flags; /* Segment flags */
539 Elf32_Word p_align; /* Segment alignment */
616 Elf32_Word d_val; /* Integer value */
734 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
781 Elf32_Word vd_hash; /* Version name hash value */
782 Elf32_Word vd_aux; /* Offset in bytes to verdaux array */
783 Elf32_Word vd_next; /* Offset in bytes to next verdef
819 Elf32_Word vda_name; /* Version or dependency names */
820 Elf32_Word vda_next; /* Offset in bytes to next verdaux
838 Elf32_Word vn_file; /* Offset of filename for this
840 Elf32_Word vn_aux; /* Offset in bytes to vernaux array */
841 Elf32_Word vn_next; /* Offset in bytes to next verneed
866 Elf32_Word vna_hash; /* Hash value of dependency name */
869 Elf32_Word vna_name; /* Dependency name string offset */
870 Elf32_Word vna_next; /* Offset in bytes to next vernaux
970 Elf32_Word n_namesz; /* Length of the note's name. */
971 Elf32_Word n_descsz; /* Length of the note's descriptor. */
972 Elf32_Word n_type; /* Type of the note. */
1019 Elf32_Word m_info; /* Size and index. */
1020 Elf32_Word m_poffset; /* Symbol offset. */
1365 Elf32_Word gt_current_g_value; /* -G value used for compilation */
1366 Elf32_Word gt_unused; /* Not used */
1370 Elf32_Word gt_g_value; /* If this value were used for -G */
1371 Elf32_Word gt_bytes; /* This many bytes would be used */
1379 Elf32_Word ri_gprmask; /* General registers used */
1380 Elf32_Word ri_cprmask[4]; /* Coprocessor registers used */
1393 Elf32_Word info; /* Kind-specific information. */
1439 Elf32_Word hwp_flags1; /* Extra flags. */
1440 Elf32_Word hwp_flags2; /* Extra flags. */
1578 Elf32_Word l_name; /* Name (string table index) */
1579 Elf32_Word l_time_stamp; /* Timestamp */
1580 Elf32_Word l_checksum; /* Checksum */
1581 Elf32_Word l_version; /* Interface version */
1582 Elf32_Word l_flags; /* Flags */