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 70 # define read_8ubyte_unaligned(Addr) \ macro
133 read_8ubyte_unaligned (const void *p) function
171 ({ uint64_t t_ = read_8ubyte_unaligned (Addr); \
  /external/elfutils/libdw/
memory-access.h 167 # define read_8ubyte_unaligned(Dbg, Addr) \ macro
230 read_8ubyte_unaligned (Dwarf *dbg, const void *p) function
268 ({ uint64_t t_ = read_8ubyte_unaligned (Dbg, Addr); \

Completed in 93 milliseconds