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

  /external/elfutils/libcpu/
memory-access.h 68 # define read_4sbyte_unaligned(Addr) \ macro
127 read_4sbyte_unaligned (const void *p) function
169 ({ int32_t t_ = read_4sbyte_unaligned (Addr); \
i386_data.h 220 disp = read_4sbyte_unaligned (&data[1]);
294 disp = read_4sbyte_unaligned (&data[2]);
  /external/elfutils/libdw/
memory-access.h 146 # define read_4sbyte_unaligned(Dbg, Addr) \ macro
181 # define read_4sbyte_unaligned(Dbg, Addr) \ macro
268 ({ int32_t t_ = read_4sbyte_unaligned (Dbg, Addr); \
  /external/elfutils/src/
readelf.c     [all...]

Completed in 579 milliseconds