Lines Matching refs:Elf32_Word
50 typedef l4_uint32_t Elf32_Word; /**< size 4 align 4 \ingroup l4util_elf*/ typedef
126 Elf32_Word e_version; /**< file version */
130 Elf32_Word e_flags; /**< processor-specific flags */
343 Elf32_Word sh_name; /**< name of sect (idx into strtab) */
344 Elf32_Word sh_type; /**< section's type */
345 Elf32_Word sh_flags; /**< section's flags */
348 Elf32_Word sh_size; /**< file size of section */
349 Elf32_Word sh_link; /**< idx to associated header section */
350 Elf32_Word sh_info; /**< extra info of header section */
351 Elf32_Word sh_addralign; /**< address alignment constraints */
352 Elf32_Word sh_entsize; /**< size of entry if sect is table */
419 Elf32_Word p_type; /**< type of program section */
423 Elf32_Word p_filesz; /**< file size of program section */
424 Elf32_Word p_memsz; /**< memory size of program section */
425 Elf32_Word p_flags; /**< flags */
426 Elf32_Word p_align; /**< alignment of section */
502 Elf32_Word d_val; /**< integer values with various interpret. */
598 Elf32_Word r_info;
603 Elf32_Word r_info;
805 Elf32_Word st_name; /**< name of symbol (idx symstrtab) */
807 Elf32_Word st_size; /**< size of associated symbol */
877 Elf32_Word atype;
878 Elf32_Word avalue;