Home
last modified time | relevance | path

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

/third_party/elfutils/libcpu/
H A Dmemory-access.h72 # define read_8ubyte_unaligned(Addr) \ macro
135 read_8ubyte_unaligned (const void *p) in read_8ubyte_unaligned() function
173 ({ uint64_t t_ = read_8ubyte_unaligned (Addr); \
H A Di386_data.h467 absval = read_8ubyte_unaligned (&d->data[1]); in generic_abs()
/third_party/elfutils/libdw/
H A Dmemory-access.h221 # define read_8ubyte_unaligned(Dbg, Addr) \ macro
251 # define read_8ubyte_unaligned(Dbg, Addr) \ macro
341 ({ uint64_t t_ = read_8ubyte_unaligned (Dbg, Addr); \
H A Ddwarf_formref.c77 *return_offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); in __libdw_formref()
H A Ddwarf_formaddr.c74 *addr = read_8ubyte_unaligned (dbg, datap); in __libdw_addrx()
H A Ddwarf_formstring.c172 off = read_8ubyte_unaligned (dbg, datap); in dwarf_formstring()
H A Ddwarf_formref_die.c85 uint64_t sig = read_8ubyte_unaligned (cu->dbg, attr->valp); in dwarf_formref_die()
H A Ddwarf_formudata.c89 offset = read_8ubyte_unaligned (attr->cu->dbg, datap); in __libdw_formptr()
H A Ddwarf_ranges.c445 start_offset = read_8ubyte_unaligned (cu->dbg, datap); in initial_offset()
H A Ddwarf_getlocation.c802 start_offset = read_8ubyte_unaligned (cu->dbg, datap); in initial_offset()
/third_party/elfutils/libebl/
H A Deblobjnote.c259 val = read_8ubyte_unaligned (&dbg, value); in ebl_object_note()
/third_party/elfutils/src/
H A Dreadelf.c4432 *addr = read_8ubyte_unaligned (cu->dbg, addrp); in get_indexed_addr()
4478 addr = read_8ubyte_unaligned (dbg, data); in print_ops()
4501 addr = read_8ubyte_unaligned (dbg, data); in print_ops()
4552 op_name, (uint64_t) read_8ubyte_unaligned (dbg, data)); in print_ops()
4728 addr = read_8ubyte_unaligned (dbg, data); in print_ops()
7326 (uint64_t) read_8ubyte_unaligned (attrp->cu->dbg, attrp->valp)); in attr_callback()
8488 idx = read_8ubyte_unaligned (dbg, strreadp); in print_form_data()
11222 uint64_t off = read_8ubyte_unaligned (dbg, readp); in print_gdb_index_section()
11225 uint64_t len = read_8ubyte_unaligned (dbg, readp); in print_gdb_index_section()
11247 uint64_t off = read_8ubyte_unaligned (db in print_gdb_index_section()
[all...]

Completed in 20 milliseconds