HomeSort by relevance Sort by last modified time
    Searched refs:read_4ubyte_unaligned_noncvt (Results 1 - 6 of 6) sorted by null

  /external/elfutils/libdwfl/
linux-core-attach.c 91 *result = read_4ubyte_unaligned_noncvt (data->d_buf);
153 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset);
204 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset);
221 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset);
262 uint32_t val32 = read_4ubyte_unaligned_noncvt (reg_desc);
395 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset);
link_map.c 79 uint32_t type = read_4ubyte_unaligned_noncvt (&(*a32)[i].a_type);
80 uint32_t val = read_4ubyte_unaligned_noncvt (&(*a32)[i].a_un.a_val);
294 addrs[i] = BE32 (read_4ubyte_unaligned_noncvt (&(*a32)[i]));
297 addrs[i] = LE32 (read_4ubyte_unaligned_noncvt (&(*a32)[i]));
717 #define READ_AUXV32(ptr) read_4ubyte_unaligned_noncvt (ptr)
  /external/elfutils/libcpu/
memory-access.h 62 # define read_4ubyte_unaligned_noncvt(Addr) \ macro
113 read_4ubyte_unaligned_noncvt (const void *p) function
  /external/elfutils/libdw/
memory-access.h 140 # define read_4ubyte_unaligned_noncvt(Addr) \ macro
206 read_4ubyte_unaligned_noncvt (const void *p) function
dwarf_getaranges.c 201 if (read_4ubyte_unaligned_noncvt (cu_header) == DWARF3_LENGTH_64_BIT)
dwarf_getpubnames.c 117 if (read_4ubyte_unaligned_noncvt (infop) == DWARF3_LENGTH_64_BIT)

Completed in 97 milliseconds