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 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/libdw/
memory-access.h 171 # define read_8sbyte_unaligned(Dbg, Addr) \ macro
238 read_8sbyte_unaligned (Dwarf *dbg, const void *p) function
272 ({ int64_t t_ = read_8sbyte_unaligned (Dbg, Addr); \
  /external/elfutils/src/
readelf.c     [all...]

Completed in 352 milliseconds