HomeSort by relevance Sort by last modified time
    Searched refs:read_8sbyte_unaligned (Results 1 - 3 of 3) 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); \
  /external/elfutils/src/
readelf.c     [all...]

Completed in 469 milliseconds