Lines Matching refs:Elf64_Word
25 typedef uint32 Elf64_Word; typedef
72 Elf64_Word e_version;
76 Elf64_Word e_flags;
250 Elf64_Word sh_name;
251 Elf64_Word sh_type;
256 Elf64_Word sh_link;
257 Elf64_Word sh_info;
323 Elf64_Word p_type;
324 Elf64_Word p_flags;
383 Elf64_Word st_name;
585 Elf64_Word vd_hash; /* version name hash value */
586 Elf64_Word vd_aux; /* byte offset to verdaux array */
587 Elf64_Word vd_next; /* byte offset to next verdef entry */
624 Elf64_Word vda_name; /* string table offset to version or dependency
626 Elf64_Word vda_next; /* byte offset to next verdaux entry */
644 Elf64_Word vn_file; /* byte offset to file name for this
646 Elf64_Word vn_aux; /* byte offset to vernaux array */
647 Elf64_Word vn_next; /* byte offset to next verneed entry */
668 Elf64_Word vna_hash; /* dependency name hash value */
672 Elf64_Word vna_name; /* string table offset to dependency name */
673 Elf64_Word vna_next; /* byte offset to next vernaux entry */
691 Elf64_Word n_namesz; /* length of the note's name */
692 Elf64_Word n_descsz; /* length of the note's descriptor */
693 Elf64_Word n_type; /* note type */