Home
last modified time | relevance | path

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

/art/runtime/
Delf.h39 typedef uint32_t Elf64_Word; typedef
97 Elf64_Word e_version;
101 Elf64_Word e_flags;
1219 Elf64_Word sh_name;
1220 Elf64_Word sh_type;
1225 Elf64_Word sh_link;
1226 Elf64_Word sh_info;
1419 Elf64_Word st_name; // Symbol name (index into string table)
1522 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol()
1523 Elf64_Word getType() const { in getType()
[all …]