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

  /external/elfutils/libcpu/
memory-access.h 73 # 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/
memory-access.h 153 # 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 90 milliseconds