Home | History | Annotate | Download | only in Support

Lines Matching refs:Elf64_Xword

42 typedef uint64_t Elf64_Xword;
640 Elf64_Xword sh_flags;
643 Elf64_Xword sh_size;
646 Elf64_Xword sh_addralign;
647 Elf64_Xword sh_entsize;
850 Elf64_Xword st_size; // Size of the symbol
956 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
965 r_info = ((Elf64_Xword)s << 32) + (t & 0xffffffffL);
972 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
982 r_info = ((Elf64_Xword)s << 32) + (t & 0xffffffffL);
1005 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)
1006 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)
1007 Elf64_Xword p_align; // Segment alignment constraint
1082 Elf64_Xword d_val; // Integer value of entry.
1337 Elf64_Xword ch_size;
1338 Elf64_Xword ch_addralign;