Home
last modified time | relevance | path

Searched refs:read_2sbyte_unaligned (Results 1 – 6 of 6) 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.h204 # define read_2sbyte_unaligned(Dbg, Addr) \ macro
246 # define read_2sbyte_unaligned(Dbg, Addr) \ macro
328 ({ int16_t t_ = read_2sbyte_unaligned (Dbg, Addr); \
Ddwarf_formsdata.c62 *return_sval = read_2sbyte_unaligned (attr->cu->dbg, attr->valp); in dwarf_formsdata()
DChangeLog2603 (read_2sbyte_unaligned): Likewise.
/external/elfutils/src/
Dreadelf.c4497 op_name, read_2sbyte_unaligned (dbg, data)); in print_ops()
4622 (uintmax_t) (offset + read_2sbyte_unaligned (dbg, data) + 3)); in print_ops()