HomeSort by relevance Sort by last modified time
    Searched defs:read_8sbyte_unaligned (Results 1 - 2 of 2) sorted by null

  /external/elfutils/0.153/libcpu/
memory-access.h 74 # 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/
memory-access.h 175 # 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 85 milliseconds