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

/external/elfutils/0.153/libcpu/
H A Dmemory-access.h74 # define read_8sbyte_unaligned(Addr) \ macro
141 read_8sbyte_unaligned (const void *p) function
175 ({ int64_t t_ = read_8sbyte_unaligned (Addr); \
/external/elfutils/0.153/libdw/
H A Dmemory-access.h175 # define read_8sbyte_unaligned(Dbg, Addr) \ macro
203 # define read_8sbyte_unaligned(Dbg, Addr) \ macro
274 : read_8sbyte_unaligned (Dbg, Addr))
300 ({ int64_t t_ = read_8sbyte_unaligned (Dbg, Addr); \

Completed in 100 milliseconds