Searched refs:read_4ubyte_unaligned_noncvt (Results 1 – 7 of 7) sorted by relevance
91 *result = read_4ubyte_unaligned_noncvt (data->d_buf); in core_memory_read()153 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset); in core_next_thread()204 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset); in core_set_initial_registers()221 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset); in core_set_initial_registers()262 uint32_t val32 = read_4ubyte_unaligned_noncvt (reg_desc); in core_set_initial_registers()395 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset); in dwfl_core_file_attach()
79 uint32_t type = read_4ubyte_unaligned_noncvt (&(*a32)[i].a_type); in do_check32()80 uint32_t val = read_4ubyte_unaligned_noncvt (&(*a32)[i].a_un.a_val); in do_check32()292 addrs[i] = BE32 (read_4ubyte_unaligned_noncvt (&(*a32)[i])); in report_r_debug()295 addrs[i] = LE32 (read_4ubyte_unaligned_noncvt (&(*a32)[i])); in report_r_debug()713 #define READ_AUXV32(ptr) read_4ubyte_unaligned_noncvt (ptr) in dwfl_link_map_report()
239 * link_map.c (check32): Use read_4ubyte_unaligned_noncvt to read476 macros read_4ubyte_unaligned_noncvt and read_8ubyte_unaligned_noncvt
62 # define read_4ubyte_unaligned_noncvt(Addr) \ macro113 read_4ubyte_unaligned_noncvt (const void *p) in read_4ubyte_unaligned_noncvt() function
140 # define read_4ubyte_unaligned_noncvt(Addr) \ macro206 read_4ubyte_unaligned_noncvt (const void *p) in read_4ubyte_unaligned_noncvt() function
117 if (read_4ubyte_unaligned_noncvt (infop) == DWARF3_LENGTH_64_BIT) in get_offsets()
201 if (read_4ubyte_unaligned_noncvt (cu_header) == DWARF3_LENGTH_64_BIT) in dwarf_getaranges()