Home
last modified time | relevance | path

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

/external/elfutils/libcpu/
Dmemory-access.h57 # define read_2sbyte_unaligned(Addr) \ macro
104 read_2sbyte_unaligned (const void *p) in read_2sbyte_unaligned() function
160 ({ int16_t t_ = read_2sbyte_unaligned (Addr); \
Di386_data.h178 disp = read_2sbyte_unaligned (&data[1]); in general_mod$r_m()
/external/elfutils/libdw/
Dmemory-access.h135 # define read_2sbyte_unaligned(Dbg, Addr) \ macro
177 # define read_2sbyte_unaligned(Dbg, Addr) \ macro
259 ({ int16_t t_ = read_2sbyte_unaligned (Dbg, Addr); \
DChangeLog1513 (read_2sbyte_unaligned): Likewise.
/external/elfutils/src/
Dreadelf.c4186 op_name, read_2sbyte_unaligned (dbg, data)); in print_ops()
4289 (uintmax_t) (offset + read_2sbyte_unaligned (dbg, data) + 3)); in print_ops()