Home
last modified time | relevance | path

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

/art/runtime/
Delf.h41 typedef uint64_t Elf64_Xword; typedef
1221 Elf64_Xword sh_flags;
1224 Elf64_Xword sh_size;
1227 Elf64_Xword sh_addralign;
1228 Elf64_Xword sh_entsize;
1424 Elf64_Xword st_size; // Size of the symbol
1518 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
1529 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL); in setSymbolAndType()
1536 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
1548 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL); in setSymbolAndType()
[all …]