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

/external/elfutils/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/libdw/
H A Dmemory-access.h147 # define read_2ubyte_unaligned(Dbg, Addr) \ macro
190 read_2ubyte_unaligned (Dwarf *dbg, const void *p) function
250 ({ uint16_t t_ = read_2ubyte_unaligned (Dbg, Addr); \

Completed in 15 milliseconds