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

  /external/elfutils/libcpu/
memory-access.h 77 # define read_8sbyte_unaligned(Addr) \ macro
144 read_8sbyte_unaligned (const void *p) function
178 ({ int64_t t_ = read_8sbyte_unaligned (Addr); \
  /external/elfutils/libdw/
memory-access.h 157 # define read_8sbyte_unaligned(Dbg, Addr) \ macro
185 # define read_8sbyte_unaligned(Dbg, Addr) \ macro
277 ({ int64_t t_ = read_8sbyte_unaligned (Dbg, Addr); \

Completed in 73 milliseconds