Searched refs:read_8ubyte_unaligned_noncvt (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Dmemory-access.h151 # define read_8ubyte_unaligned_noncvt(Addr) \ macro
229 read_8ubyte_unaligned_noncvt (const void *p) function
/external/elfutils/libdwfl/
H A Dlinux-core-attach.c89 *result = read_8ubyte_unaligned_noncvt (data->d_buf);
228 uint64_t val64 = read_8ubyte_unaligned_noncvt (desc + item->offset);
270 uint64_t val64 = read_8ubyte_unaligned_noncvt (reg_desc);
H A Dlink_map.c51 uint64_t type = read_8ubyte_unaligned_noncvt (&(*a64)[i].a_type);
52 uint64_t val = read_8ubyte_unaligned_noncvt (&(*a64)[i].a_un.a_val);
303 addrs[i] = BE64 (read_8ubyte_unaligned_noncvt (&(*a64)[i]));
306 addrs[i] = LE64 (read_8ubyte_unaligned_noncvt (&(*a64)[i]));
718 #define READ_AUXV64(ptr) read_8ubyte_unaligned_noncvt (ptr)

Completed in 186 milliseconds