Home
last modified time | relevance | path

Searched refs:read_4ubyte_unaligned (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/src/libcpu/
Dmemory-access.h64 # define read_4ubyte_unaligned(Addr) \ macro
119 read_4ubyte_unaligned (const void *p) in read_4ubyte_unaligned() function
165 ({ uint32_t t_ = read_4ubyte_unaligned (Addr); \
Di386_data.h470 absval = read_4ubyte_unaligned (&d->data[1]); in generic_abs()
/external/elfutils/src/libdw/
Dmemory-access.h127 # define read_4ubyte_unaligned(Dbg, Addr) \ macro
164 # define read_4ubyte_unaligned(Dbg, Addr) \ macro
249 ({ uint32_t t_ = read_4ubyte_unaligned (Dbg, Addr); \
Ddwarf_formsdata.c70 *return_sval = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
Ddwarf_formblock.c68 return_block->length = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
Ddwarf_formref.c72 *return_offset = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
Dlibdw_form.c84 result = read_4ubyte_unaligned (cu->dbg, valp) + 4; in __libdw_form_val_compute_len()
DChangeLog1204 (read_4ubyte_unaligned): Likewise.
/external/elfutils/src/src/
Dreadelf.c3983 addr = read_4ubyte_unaligned (dbg, data); in print_ops()
4005 addr = read_4ubyte_unaligned (dbg, data); in print_ops()
4047 op_name, read_4ubyte_unaligned (dbg, data)); in print_ops()
4173 read_4ubyte_unaligned (dbg, data)); in print_ops()
4209 addr = read_4ubyte_unaligned (dbg, data); in print_ops()
4310 uintmax_t param_off = (uintmax_t) read_4ubyte_unaligned (dbg, data); in print_ops()
7958 int32_t vers = read_4ubyte_unaligned (dbg, readp); in print_gdb_index_section()
7976 uint32_t cu_off = read_4ubyte_unaligned (dbg, readp); in print_gdb_index_section()
7983 uint32_t tu_off = read_4ubyte_unaligned (dbg, readp); in print_gdb_index_section()
7990 uint32_t addr_off = read_4ubyte_unaligned (dbg, readp); in print_gdb_index_section()
[all …]