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

  /external/elfutils/0.153/libcpu/
memory-access.h 65 # define read_4sbyte_unaligned(Addr) \ macro
124 read_4sbyte_unaligned (const void *p) function
166 ({ int32_t t_ = read_4sbyte_unaligned (Addr); \
  /external/elfutils/0.153/libdw/
memory-access.h 166 # define read_4sbyte_unaligned(Dbg, Addr) \ macro
199 # define read_4sbyte_unaligned(Dbg, Addr) \ macro
273 : (Nbytes) == 4 ? read_4sbyte_unaligned (Dbg, Addr) \
291 ({ int32_t t_ = read_4sbyte_unaligned (Dbg, Addr); \

Completed in 703 milliseconds