Lines Matching refs:Elf32_Word
74 Elf32_Word e_version; /* file version */
78 Elf32_Word e_flags; /* file flags */
450 Elf32_Word p_type; /* entry type */
454 Elf32_Word p_filesz; /* file size */
455 Elf32_Word p_memsz; /* memory size */
456 Elf32_Word p_flags; /* entry flags */
457 Elf32_Word p_align; /* memory/file alignment */
533 Elf32_Word sh_name; /* section name */
534 Elf32_Word sh_type; /* SHT_... */
535 Elf32_Word sh_flags; /* SHF_... */
538 Elf32_Word sh_size; /* section size */
539 Elf32_Word sh_link; /* misc info */
540 Elf32_Word sh_info; /* misc info */
541 Elf32_Word sh_addralign; /* memory alignment */
542 Elf32_Word sh_entsize; /* entry size if table */
676 Elf32_Word st_name;
678 Elf32_Word st_size;
762 Elf32_Word r_info; /* sym, type: ELF32_R_... */
767 Elf32_Word r_info; /* sym, type: ELF32_R_... */
826 Elf32_Word n_namesz; /* length of note's name */
827 Elf32_Word n_descsz; /* length of note's "desc" */
828 Elf32_Word n_type; /* type of note */
845 Elf32_Word m_info; /* size + index */
846 Elf32_Word m_poffset; /* symbol offset */
881 Elf32_Word c_tag; /* how to interpret value */
883 Elf32_Word c_val;
888 typedef Elf32_Word Elf32_Capinfo;
889 typedef Elf32_Word Elf32_Capchain;
1007 int elfheadcheck(unsigned char, Elf32_Half, Elf32_Word);