Searched refs:read_8ubyte_unaligned (Results 1 - 11 of 11) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_formaddr.c74 *return_addr = read_8ubyte_unaligned (attr->cu->dbg, attr->valp);
H A Ddwarf_formref.c86 *return_offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp);
H A Ddwarf_formref_die.c76 offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp);
H A Ddwarf_formsdata.c84 *return_sval = read_8ubyte_unaligned (attr->cu->dbg, attr->valp);
H A Ddwarf_formstring.c85 off = read_8ubyte_unaligned (dbg, attrp->valp);
H A Ddwarf_formudata.c84 *return_uval = read_8ubyte_unaligned (attr->cu->dbg, attr->valp);
H A Dmemory-access.h167 # define read_8ubyte_unaligned(Dbg, Addr) \ macro
230 read_8ubyte_unaligned (Dwarf *dbg, const void *p) function
268 ({ uint64_t t_ = read_8ubyte_unaligned (Dbg, Addr); \
H A Ddwarf_getpubnames.c133 mem[cnt].cu_offset = read_8ubyte_unaligned (dbg, readp + 2);
/external/elfutils/libcpu/
H A Dmemory-access.h70 # define read_8ubyte_unaligned(Addr) \ macro
133 read_8ubyte_unaligned (const void *p) function
171 ({ uint64_t t_ = read_8ubyte_unaligned (Addr); \
H A Di386_data.h464 absval = read_8ubyte_unaligned (&d->data[1]);
/external/elfutils/src/
H A Dreadelf.c3784 addr = read_8ubyte_unaligned (dbg, data);
3837 known[op] ?: "???", read_8ubyte_unaligned (dbg, data));

Completed in 123 milliseconds