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

  /external/elfutils/0.153/libcpu/
memory-access.h 50 # define read_2ubyte_unaligned(Addr) \ macro
93 read_2ubyte_unaligned (const void *p) function
153 ({ uint16_t t_ = read_2ubyte_unaligned (Addr); \
  /external/elfutils/0.153/libdw/
memory-access.h 151 # define read_2ubyte_unaligned(Dbg, Addr) \ macro
193 # define read_2ubyte_unaligned(Dbg, Addr) \ macro
267 ((Nbytes) == 2 ? read_2ubyte_unaligned (Dbg, Addr) \
278 ({ uint16_t t_ = read_2ubyte_unaligned (Dbg, Addr); \

Completed in 6559 milliseconds