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

  /external/elfutils/0.153/libcpu/
memory-access.h 61 # define read_4ubyte_unaligned(Addr) \ macro
116 read_4ubyte_unaligned (const void *p) function
162 ({ uint32_t t_ = read_4ubyte_unaligned (Addr); \
  /external/elfutils/0.153/libdw/
memory-access.h 162 # define read_4ubyte_unaligned(Dbg, Addr) \ macro
197 # define read_4ubyte_unaligned(Dbg, Addr) \ macro
268 : (Nbytes) == 4 ? read_4ubyte_unaligned (Dbg, Addr) \
287 ({ uint32_t t_ = read_4ubyte_unaligned (Dbg, Addr); \

Completed in 1908 milliseconds