Searched refs:read_8sbyte_unaligned (Results 1 – 3 of 3) sorted by relevance
74 # define read_8sbyte_unaligned(Addr) \ macro141 read_8sbyte_unaligned (const void *p) in read_8sbyte_unaligned() function175 ({ int64_t t_ = read_8sbyte_unaligned (Addr); \
171 # define read_8sbyte_unaligned(Dbg, Addr) \ macro238 read_8sbyte_unaligned (Dwarf *dbg, const void *p) in read_8sbyte_unaligned() function272 ({ int64_t t_ = read_8sbyte_unaligned (Dbg, Addr); \
3873 known[op] ?: "???", read_8sbyte_unaligned (dbg, data)); in print_ops()