Lines Matching refs:Elf32_Word
73 Elf32_Word e_version; /* file version */
77 Elf32_Word e_flags; /* file flags */
297 Elf32_Word p_type; /* entry type */
301 Elf32_Word p_filesz; /* file size */
302 Elf32_Word p_memsz; /* memory size */
303 Elf32_Word p_flags; /* entry flags */
304 Elf32_Word p_align; /* memory/file alignment */
380 Elf32_Word sh_name; /* section name */
381 Elf32_Word sh_type; /* SHT_... */
382 Elf32_Word sh_flags; /* SHF_... */
385 Elf32_Word sh_size; /* section size */
386 Elf32_Word sh_link; /* misc info */
387 Elf32_Word sh_info; /* misc info */
388 Elf32_Word sh_addralign; /* memory alignment */
389 Elf32_Word sh_entsize; /* entry size if table */
508 Elf32_Word st_name;
510 Elf32_Word st_size;
591 Elf32_Word r_info; /* sym, type: ELF32_R_... */
596 Elf32_Word r_info; /* sym, type: ELF32_R_... */
655 Elf32_Word n_namesz; /* length of note's name */
656 Elf32_Word n_descsz; /* length of note's "desc" */
657 Elf32_Word n_type; /* type of note */
674 Elf32_Word m_info; /* size + index */
675 Elf32_Word m_poffset; /* symbol offset */
710 Elf32_Word c_tag; /* how to interpret value */
712 Elf32_Word c_val;
717 typedef Elf32_Word Elf32_Capinfo;
718 typedef Elf32_Word Elf32_Capchain;
831 int elfheadcheck(unsigned char, Elf32_Half, Elf32_Word);