Home
last modified time | relevance | path

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

/dports/devel/elfutils/elfutils-0.179/libcpu/
H A Dmemory-access.h77 # define read_8sbyte_unaligned(Addr) \ macro
144 read_8sbyte_unaligned (const void *p) in read_8sbyte_unaligned() function
178 ({ int64_t t_ = read_8sbyte_unaligned (Addr); \
/dports/devel/elfutils/elfutils-0.179/libdw/
H A Dmemory-access.h194 # define read_8sbyte_unaligned(Dbg, Addr) \ macro
222 # define read_8sbyte_unaligned(Dbg, Addr) \ macro
314 ({ int64_t t_ = read_8sbyte_unaligned (Dbg, Addr); \
H A Ddwarf_formsdata.c74 *return_sval = read_8sbyte_unaligned (attr->cu->dbg, attr->valp); in dwarf_formsdata()
H A DChangeLog2499 (read_8sbyte_unaligned): Likewise.
/dports/devel/elfutils/elfutils-0.179/src/
H A Dreadelf.c4513 op_name, read_8sbyte_unaligned (dbg, data)); in print_ops()