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

  /external/elfutils/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/libdw/
memory-access.h 158 # define read_4ubyte_unaligned(Dbg, Addr) \ macro
213 read_4ubyte_unaligned (Dwarf *dbg, const void *p) function
259 ({ uint32_t t_ = read_4ubyte_unaligned (Dbg, Addr); \

Completed in 36 milliseconds