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

/external/elfutils/libcpu/
H A Dmemory-access.h73 # define read_8ubyte_unaligned(Addr) \ macro
136 read_8ubyte_unaligned (const void *p) function
174 ({ uint64_t t_ = read_8ubyte_unaligned (Addr); \
/external/elfutils/libdw/
H A Dmemory-access.h153 # define read_8ubyte_unaligned(Dbg, Addr) \ macro
183 # define read_8ubyte_unaligned(Dbg, Addr) \ macro
273 ({ uint64_t t_ = read_8ubyte_unaligned (Dbg, Addr); \

Completed in 134 milliseconds