Searched refs:read_8ubyte_unaligned_noncvt (Results 1 – 5 of 5) sorted by relevance
89 *result = read_8ubyte_unaligned_noncvt (data->d_buf); in core_memory_read()228 uint64_t val64 = read_8ubyte_unaligned_noncvt (desc + item->offset); in core_set_initial_registers()270 uint64_t val64 = read_8ubyte_unaligned_noncvt (reg_desc); in core_set_initial_registers()
51 uint64_t type = read_8ubyte_unaligned_noncvt (&(*a64)[i].a_type); in do_check64()52 uint64_t val = read_8ubyte_unaligned_noncvt (&(*a64)[i].a_un.a_val); in do_check64()301 addrs[i] = BE64 (read_8ubyte_unaligned_noncvt (&(*a64)[i])); in report_r_debug()304 addrs[i] = LE64 (read_8ubyte_unaligned_noncvt (&(*a64)[i])); in report_r_debug()714 #define READ_AUXV64(ptr) read_8ubyte_unaligned_noncvt (ptr) in dwfl_link_map_report()
476 macros read_4ubyte_unaligned_noncvt and read_8ubyte_unaligned_noncvt
151 # define read_8ubyte_unaligned_noncvt(Addr) \ macro229 read_8ubyte_unaligned_noncvt (const void *p) in read_8ubyte_unaligned_noncvt() function
906 [ALLOW_UNALIGNED] (read_8ubyte_unaligned_noncvt): New macro.907 [!ALLOW_UNALIGNED] (read_8ubyte_unaligned_noncvt): New inline function.