Searched defs:read_2ubyte_unaligned (Results 1 - 2 of 2) sorted by path

/external/elfutils/0.153/libcpu/
H A Dmemory-access.h50 # define read_2ubyte_unaligned(Addr) \ macro
93 read_2ubyte_unaligned (const void *p) function
153 ({ uint16_t t_ = read_2ubyte_unaligned (Addr); \
/external/elfutils/0.153/libdw/
H A Dmemory-access.h151 # define read_2ubyte_unaligned(Dbg, Addr) \ macro
193 # define read_2ubyte_unaligned(Dbg, Addr) \ macro
267 ((Nbytes) == 2 ? read_2ubyte_unaligned (Dbg, Addr) \
278 ({ uint16_t t_ = read_2ubyte_unaligned (Dbg, Addr); \

Completed in 1375 milliseconds