Home
last modified time | relevance | path

Searched refs:read_8ubyte_unaligned_inc (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/libdw/
Ddwarf_next_cfi.c81 length = read_8ubyte_unaligned_inc (&dw, bytes); in dwarf_next_cfi()
104 entry->cie.CIE_id = read_8ubyte_unaligned_inc (&dw, bytes); in dwarf_next_cfi()
Ddwarf_getpubnames.c78 len = read_8ubyte_unaligned_inc (dbg, readp); in get_offsets()
206 gl.die_offset = read_8ubyte_unaligned_inc (dbg, readp); in dwarf_getpubnames()
Ddwarf_nextcu.c172 length = read_8ubyte_unaligned_inc (dwarf, bytes); in INTDEF()
243 sig_id = read_8ubyte_unaligned_inc (dwarf, bytes); in INTDEF()
Ddwarf_getaranges.c120 length = read_8ubyte_unaligned_inc (dbg, readp); in dwarf_getaranges()
183 range_length = read_8ubyte_unaligned_inc (dbg, readp); in dwarf_getaranges()
Dmemory-access.h309 #define read_8ubyte_unaligned_inc(Dbg, Addr) \ macro
373 : read_8ubyte_unaligned_inc (Dbg, Addr)))
DlibdwP.h894 VAL = read_8ubyte_unaligned_inc (dbg, addr); \
1093 unit_length = read_8ubyte_unaligned_inc (dbg, readp); in str_offsets_base_off()
1176 unit_length = read_8ubyte_unaligned_inc (dbg, readp); in __libdw_cu_ranges_base()
1254 unit_length = read_8ubyte_unaligned_inc (dbg, readp); in __libdw_cu_locs_base()
Ddwarf_next_lines.c79 unit_length = read_8ubyte_unaligned_inc (dbg, linep); in dwarf_next_lines()
Dencoded-value.h106 *ret = read_8ubyte_unaligned_inc (&eh_dbg, *addrp); in __libdw_cfi_read_address_inc()
Ddwarf_getlocation.c324 newloc->number = read_8ubyte_unaligned_inc (&bo, data); in __libdw_intern_expression()
448 newloc->number = read_8ubyte_unaligned_inc (&bo, data); in __libdw_intern_expression()
Ddwarf_getsrclines.c210 unit_length = read_8ubyte_unaligned_inc (dbg, linep); in read_srclines()
252 header_length = read_8ubyte_unaligned_inc (dbg, linep); in read_srclines()
Dcfi.c157 operand = read_8ubyte_unaligned_inc (cache, program); in execute_cfi()
/external/elfutils/src/
Dreadelf.c5258 unit_length = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_addr_section()
5461 length = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section()
5490 offset = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section()
5536 range_address = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section()
5537 range_length = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section()
5543 segment = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section()
5642 unit_length = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_rnglists_section()
5739 uint64_t off = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_rnglists_section()
5888 op1 = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_rnglists_section()
5912 op1 = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_rnglists_section()
[all …]
/external/elfutils/libcpu/
Dmemory-access.h173 #define read_8ubyte_unaligned_inc(Addr) \ macro
Di386_data.h757 uint64_t word = read_8ubyte_unaligned_inc (*d->param_start); in FCT_imm64$w()