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

/external/elfutils/0.153/libcpu/
H A Dmemory-access.h61 # define read_4ubyte_unaligned(Addr) \ macro
116 read_4ubyte_unaligned (const void *p) function
162 ({ uint32_t t_ = read_4ubyte_unaligned (Addr); \
/external/elfutils/0.153/libdw/
H A Dmemory-access.h162 # define read_4ubyte_unaligned(Dbg, Addr) \ macro
197 # define read_4ubyte_unaligned(Dbg, Addr) \ macro
268 : (Nbytes) == 4 ? read_4ubyte_unaligned (Dbg, Addr) \
287 ({ uint32_t t_ = read_4ubyte_unaligned (Dbg, Addr); \

Completed in 1745 milliseconds