Searched refs:read_8ubyte_unaligned (Results 1 - 12 of 12) sorted by relevance
/third_party/elfutils/libcpu/ |
H A D | memory-access.h | 72 # 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 D | i386_data.h | 467 absval = read_8ubyte_unaligned (&d->data[1]); in generic_abs()
|
/third_party/elfutils/libdw/ |
H A D | memory-access.h | 221 # 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 D | dwarf_formref.c | 77 *return_offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); in __libdw_formref()
|
H A D | dwarf_formaddr.c | 74 *addr = read_8ubyte_unaligned (dbg, datap); in __libdw_addrx()
|
H A D | dwarf_formstring.c | 172 off = read_8ubyte_unaligned (dbg, datap); in dwarf_formstring()
|
H A D | dwarf_formref_die.c | 85 uint64_t sig = read_8ubyte_unaligned (cu->dbg, attr->valp); in dwarf_formref_die()
|
H A D | dwarf_formudata.c | 89 offset = read_8ubyte_unaligned (attr->cu->dbg, datap); in __libdw_formptr()
|
H A D | dwarf_ranges.c | 445 start_offset = read_8ubyte_unaligned (cu->dbg, datap); in initial_offset()
|
H A D | dwarf_getlocation.c | 802 start_offset = read_8ubyte_unaligned (cu->dbg, datap); in initial_offset()
|
/third_party/elfutils/libebl/ |
H A D | eblobjnote.c | 259 val = read_8ubyte_unaligned (&dbg, value); in ebl_object_note()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 4432 *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