Searched refs:read_8ubyte_unaligned (Results 1 – 13 of 13) sorted by relevance
/dports/devel/elfutils/elfutils-0.179/libcpu/ |
H A D | memory-access.h | 73 # define read_8ubyte_unaligned(Addr) \ macro 136 read_8ubyte_unaligned (const void *p) in read_8ubyte_unaligned() function 174 ({ uint64_t t_ = read_8ubyte_unaligned (Addr); \
|
H A D | i386_data.h | 467 absval = read_8ubyte_unaligned (&d->data[1]); in generic_abs()
|
/dports/devel/elfutils/elfutils-0.179/libdw/ |
H A D | memory-access.h | 190 # define read_8ubyte_unaligned(Dbg, Addr) \ macro 220 # define read_8ubyte_unaligned(Dbg, Addr) \ macro 310 ({ 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_formref_die.c | 85 uint64_t sig = read_8ubyte_unaligned (cu->dbg, attr->valp); in dwarf_formref_die()
|
H A D | dwarf_formstring.c | 172 off = read_8ubyte_unaligned (dbg, datap); in dwarf_formstring()
|
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 | 780 start_offset = read_8ubyte_unaligned (cu->dbg, datap); in initial_offset()
|
H A D | ChangeLog | 2498 (read_8ubyte_unaligned): Likewise.
|
/dports/devel/elfutils/elfutils-0.179/libebl/ |
H A D | eblobjnote.c | 259 val = read_8ubyte_unaligned (&dbg, value); in ebl_object_note()
|
/dports/devel/elfutils/elfutils-0.179/src/ |
H A D | readelf.c | 4349 *addr = read_8ubyte_unaligned (cu->dbg, addrp); in get_indexed_addr() 4395 addr = read_8ubyte_unaligned (dbg, data); in print_ops() 4418 addr = read_8ubyte_unaligned (dbg, data); in print_ops() 4645 addr = read_8ubyte_unaligned (dbg, data); in print_ops() 8274 idx = read_8ubyte_unaligned (dbg, strreadp); in print_form_data() 10879 uint64_t off = read_8ubyte_unaligned (dbg, readp); in print_gdb_index_section() 10882 uint64_t len = read_8ubyte_unaligned (dbg, readp); in print_gdb_index_section() 10904 uint64_t off = read_8ubyte_unaligned (dbg, readp); in print_gdb_index_section() 10907 uint64_t type = read_8ubyte_unaligned (dbg, readp); in print_gdb_index_section() 10910 uint64_t sig = read_8ubyte_unaligned (dbg, readp); in print_gdb_index_section() [all …]
|