HomeSort by relevance Sort by last modified time
    Searched refs:read_2sbyte_unaligned (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libcpu/
memory-access.h 57 # define read_2sbyte_unaligned(Addr) \ macro
104 read_2sbyte_unaligned (const void *p) function
160 ({ int16_t t_ = read_2sbyte_unaligned (Addr); \
i386_data.h 178 disp = read_2sbyte_unaligned (&data[1]);
  /external/elfutils/libdw/
memory-access.h 135 # define read_2sbyte_unaligned(Dbg, Addr) \ macro
177 # define read_2sbyte_unaligned(Dbg, Addr) \ macro
259 ({ int16_t t_ = read_2sbyte_unaligned (Dbg, Addr); \
  /external/elfutils/src/
readelf.c     [all...]

Completed in 215 milliseconds