Searched defs:read_2sbyte_unaligned (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libcpu/
H A Dmemory-access.h54 # define read_2sbyte_unaligned(Addr) \ macro
101 read_2sbyte_unaligned (const void *p) function
157 ({ int16_t t_ = read_2sbyte_unaligned (Addr); \
/external/elfutils/libdw/
H A Dmemory-access.h151 # define read_2sbyte_unaligned(Dbg, Addr) \ macro
198 read_2sbyte_unaligned (Dwarf *dbg, const void *p) function
254 ({ int16_t t_ = read_2sbyte_unaligned (Dbg, Addr); \

Completed in 89 milliseconds