Searched refs:Elf64_Word (Results 1 – 1 of 1) sorted by relevance
39 typedef uint32_t Elf64_Word; typedef97 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;1418 Elf64_Word st_name; // Symbol name (index into string table)1521 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol()1522 Elf64_Word getType() const { in getType()[all …]