Lines Matching refs:Elf64_Xword
2333 typedef uint64_t Elf64_Xword; /* Unsigned long integer. */ typedef
2352 Elf64_Xword c_tag; /* Type of entry. */
2354 Elf64_Xword c_val; /* Integer value. */
2390 Elf64_Xword d_val; /* Integer value. */
2712 Elf64_Xword p_filesz; /* Size of segment in file. */
2713 Elf64_Xword p_memsz; /* Size of segment in memory. */
2714 Elf64_Xword p_align; /* Alignment constraints. */
2735 Elf64_Xword m_info; /* Encoded size and index. */
2736 Elf64_Xword m_poffset; /* Offset relative to symbol. */
2771 Elf64_Xword sh_flags; /* section flags */
2774 Elf64_Xword sh_size; /* section size in bytes */
2777 Elf64_Xword sh_addralign; /* alignment constraint */
2778 Elf64_Xword sh_entsize; /* size for fixed-size entries */
2801 Elf64_Xword st_size; /* size of associated data */
2848 Elf64_Xword r_info; /* type+section for relocation */
2853 Elf64_Xword r_info; /* type+section for relocation */
2865 (((Elf64_Xword) (S) << 32) + ((T) & 0xFFFFFFFFUL))