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

/external/elfutils/libcpu/
H A Dmemory-access.h64 # define read_4ubyte_unaligned(Addr) \ macro
119 read_4ubyte_unaligned (const void *p) function
165 ({ uint32_t t_ = read_4ubyte_unaligned (Addr); \
/external/elfutils/libdw/
H A Dmemory-access.h142 # define read_4ubyte_unaligned(Dbg, Addr) \ macro
179 # define read_4ubyte_unaligned(Dbg, Addr) \ macro
264 ({ uint32_t t_ = read_4ubyte_unaligned (Dbg, Addr); \

Completed in 270 milliseconds