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 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/libdw/
memory-access.h 147 # define read_2ubyte_unaligned(Dbg, Addr) \ macro
190 read_2ubyte_unaligned (Dwarf *dbg, const void *p) function
250 ({ uint16_t t_ = read_2ubyte_unaligned (Dbg, Addr); \

Completed in 99 milliseconds