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()232 uint64_t val64 = read_8ubyte_unaligned_noncvt (desc + item->offset); in core_set_initial_registers()274 uint64_t val64 = read_8ubyte_unaligned_noncvt (reg_desc); in core_set_initial_registers()
51 uint64_t type = read_8ubyte_unaligned_noncvt (typep); in do_check64()53 uint64_t val = read_8ubyte_unaligned_noncvt (valp); in do_check64()288 addrs[i] = BE64 (read_8ubyte_unaligned_noncvt (&(*a64)[i])); in read_addrs()291 addrs[i] = LE64 (read_8ubyte_unaligned_noncvt (&(*a64)[i])); in read_addrs()736 #define READ_AUXV64(ptr) read_8ubyte_unaligned_noncvt (ptr) in dwfl_link_map_report()
1082 macros read_4ubyte_unaligned_noncvt and read_8ubyte_unaligned_noncvt
220 # define read_8ubyte_unaligned_noncvt(Addr) \ macro298 read_8ubyte_unaligned_noncvt (const void *p) in read_8ubyte_unaligned_noncvt() function
1996 [ALLOW_UNALIGNED] (read_8ubyte_unaligned_noncvt): New macro.1997 [!ALLOW_UNALIGNED] (read_8ubyte_unaligned_noncvt): New inline function.