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

  /external/elfutils/0.153/libcpu/
memory-access.h 54 # define read_2sbyte_unaligned(Addr) \ macro
101 read_2sbyte_unaligned (const void *p) function
157 ({ int16_t t_ = read_2sbyte_unaligned (Addr); \
i386_data.h 175 disp = read_2sbyte_unaligned (&data[1]);
  /external/elfutils/0.153/libdw/
memory-access.h 155 # define read_2sbyte_unaligned(Dbg, Addr) \ macro
195 # define read_2sbyte_unaligned(Dbg, Addr) \ macro
272 ((Nbytes) == 2 ? read_2sbyte_unaligned (Dbg, Addr) \
282 ({ int16_t t_ = read_2sbyte_unaligned (Dbg, Addr); \
  /external/elfutils/0.153/src/
readelf.c     [all...]

Completed in 55 milliseconds