Lines Matching refs:elf_xword
49 typedef uint64_t elf_xword;
157 elf_xword sh_flags; ///< Section attributes.
160 elf_xword sh_size; ///< Number of bytes occupied in the file.
163 elf_xword sh_addralign; ///< Power of two alignment constraint.
164 elf_xword sh_entsize; ///< Byte size of each section entry.
197 elf_xword p_filesz; ///< Byte size of the segment in file.
198 elf_xword p_memsz; ///< Byte size of the segment in memory.
199 elf_xword p_align; ///< Segment alignment constraint.
228 elf_xword st_size; ///< Size of the symbol or zero.
289 elf_xword d_val; ///< Integer value of the table entry.
320 elf_xword r_info; ///< symbol index and type of relocation.
378 elf_xword r_info; ///< Symbol index and type of relocation.