Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Dmemory-access.h113 # define read_2sbyte_unaligned(Dbg, Addr) \ macro
160 read_2sbyte_unaligned (Dwarf *dbg, const void *p) in read_2sbyte_unaligned() function
216 ({ int16_t t_ = read_2sbyte_unaligned (Dbg, Addr); \
/external/elfutils/src/
Dreadelf.c3164 known[op] ?: "???", read_2sbyte_unaligned (dbg, data)); in print_ops()
3233 (uintmax_t) (offset + read_2sbyte_unaligned (dbg, data))); in print_ops()