Home
last modified time | relevance | path

Searched refs:read_8sbyte_unaligned (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libcpu/
Dmemory-access.h74 # define read_8sbyte_unaligned(Addr) \ macro
141 read_8sbyte_unaligned (const void *p) in read_8sbyte_unaligned() function
175 ({ int64_t t_ = read_8sbyte_unaligned (Addr); \
/external/elfutils/libdw/
Dmemory-access.h171 # define read_8sbyte_unaligned(Dbg, Addr) \ macro
238 read_8sbyte_unaligned (Dwarf *dbg, const void *p) in read_8sbyte_unaligned() function
272 ({ int64_t t_ = read_8sbyte_unaligned (Dbg, Addr); \
/external/elfutils/src/
Dreadelf.c3873 known[op] ?: "???", read_8sbyte_unaligned (dbg, data)); in print_ops()