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

  /external/elfutils/0.153/libcpu/
memory-access.h 65 # define read_4sbyte_unaligned(Addr) \ macro
124 read_4sbyte_unaligned (const void *p) function
166 ({ int32_t t_ = read_4sbyte_unaligned (Addr); \
i386_data.h 217 disp = read_4sbyte_unaligned (&data[1]);
291 disp = read_4sbyte_unaligned (&data[2]);
  /external/elfutils/0.153/libdw/
memory-access.h 166 # define read_4sbyte_unaligned(Dbg, Addr) \ macro
199 # define read_4sbyte_unaligned(Dbg, Addr) \ macro
273 : (Nbytes) == 4 ? read_4sbyte_unaligned (Dbg, Addr) \
291 ({ int32_t t_ = read_4sbyte_unaligned (Dbg, Addr); \
  /external/elfutils/0.153/src/
readelf.c     [all...]

Completed in 42 milliseconds