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

  /external/elfutils/libcpu/
memory-access.h 68 # define read_4sbyte_unaligned(Addr) \ macro
127 read_4sbyte_unaligned (const void *p) function
169 ({ int32_t t_ = read_4sbyte_unaligned (Addr); \
  /external/elfutils/libdw/
memory-access.h 183 # define read_4sbyte_unaligned(Dbg, Addr) \ macro
218 # define read_4sbyte_unaligned(Dbg, Addr) \ macro
305 ({ int32_t t_ = read_4sbyte_unaligned (Dbg, Addr); \

Completed in 1150 milliseconds