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

  /external/elfutils/libcpu/
memory-access.h 53 # define read_2ubyte_unaligned(Addr) \ macro
96 read_2ubyte_unaligned (const void *p) function
156 ({ uint16_t t_ = read_2ubyte_unaligned (Addr); \
  /external/elfutils/libdw/
memory-access.h 131 # define read_2ubyte_unaligned(Dbg, Addr) \ macro
175 # define read_2ubyte_unaligned(Dbg, Addr) \ macro
255 ({ uint16_t t_ = read_2ubyte_unaligned (Dbg, Addr); \

Completed in 61 milliseconds