Searched refs:Elf64_Xword (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Delf.h41 typedef uint64_t Elf64_Xword; typedef
1224 Elf64_Xword sh_flags;
1227 Elf64_Xword sh_size;
1230 Elf64_Xword sh_addralign;
1231 Elf64_Xword sh_entsize;
1430 Elf64_Xword st_size; // Size of the symbol
1524 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
1535 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL);
1542 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
1554 r_info = ((Elf64_Xword)
[all...]

Completed in 251 milliseconds