Home
last modified time | relevance | path

Searched refs:read_2ubyte_unaligned (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/libcpu/
Dmemory-access.h53 # define read_2ubyte_unaligned(Addr) \ macro
96 read_2ubyte_unaligned (const void *p) in read_2ubyte_unaligned() function
156 ({ uint16_t t_ = read_2ubyte_unaligned (Addr); \
Di386_data.h1342 uint16_t absval = read_2ubyte_unaligned (&d->data[5]); in FCT_sel()
/external/elfutils/libdw/
Dmemory-access.h131 # define read_2ubyte_unaligned(Dbg, Addr) \ macro
175 # define read_2ubyte_unaligned(Dbg, Addr) \ macro
255 ({ uint16_t t_ = read_2ubyte_unaligned (Dbg, Addr); \
Ddwarf_formsdata.c62 *return_sval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); in dwarf_formsdata()
Ddwarf_formref.c65 *return_offset = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); in __libdw_formref()
Ddwarf_formblock.c59 return_block->length = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); in dwarf_formblock()
Dlibdw_form.c78 result = read_2ubyte_unaligned (cu->dbg, valp) + 2; in __libdw_form_val_compute_len()
Ddwarf_formudata.c120 *return_uval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); in dwarf_formudata()
Ddwarf_getpubnames.c99 uint16_t version = read_2ubyte_unaligned (dbg, readp); in get_offsets()
DChangeLog1510 (read_2ubyte_unaligned): Renamed to ...
1512 (read_2ubyte_unaligned): Define as macro passing dbg->other_byte_order.
/external/elfutils/src/
Dreadelf.c4142 op_name, read_2ubyte_unaligned (dbg, data)); in print_ops()
4270 read_2ubyte_unaligned (dbg, data)); in print_ops()