Searched refs:read_4ubyte_unaligned_inc (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getpubnames.c | 75 Dwarf_Off len = read_4ubyte_unaligned_inc (dbg, readp); in get_offsets() 204 gl.die_offset = read_4ubyte_unaligned_inc (dbg, readp); in dwarf_getpubnames()
|
D | dwarf_next_cfi.c | 69 uint64_t length = read_4ubyte_unaligned_inc (&dw, bytes); in dwarf_next_cfi() 107 entry->cie.CIE_id = read_4ubyte_unaligned_inc (&dw, bytes); in dwarf_next_cfi()
|
D | dwarf_getaranges.c | 113 Dwarf_Word length = read_4ubyte_unaligned_inc (dbg, readp); in dwarf_getaranges() 181 range_length = read_4ubyte_unaligned_inc (dbg, readp); in dwarf_getaranges()
|
D | libdwP.h | 867 VAL = read_4ubyte_unaligned_inc (dbg, addr); \ 1063 unit_length = read_4ubyte_unaligned_inc (dbg, readp); in str_offsets_base_off() 1144 uint64_t unit_length = read_4ubyte_unaligned_inc (dbg, readp); in __libdw_cu_ranges_base() 1173 offset_entry_count = read_4ubyte_unaligned_inc (dbg, readp); in __libdw_cu_ranges_base() 1222 uint64_t unit_length = read_4ubyte_unaligned_inc (dbg, readp); in __libdw_cu_locs_base() 1251 offset_entry_count = read_4ubyte_unaligned_inc (dbg, readp); in __libdw_cu_locs_base()
|
D | memory-access.h | 300 #define read_4ubyte_unaligned_inc(Dbg, Addr) \ macro 372 ((Nbytes) == 4 ? read_4ubyte_unaligned_inc (Dbg, Addr) \
|
D | dwarf_next_lines.c | 74 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); in dwarf_next_lines()
|
D | encoded-value.h | 100 *ret = read_4ubyte_unaligned_inc (&eh_dbg, *addrp); in __libdw_cfi_read_address_inc()
|
D | dwarf_nextcu.c | 152 uint64_t length = read_4ubyte_unaligned_inc (dwarf, bytes); in INTDEF()
|
D | dwarf_getlocation.c | 315 newloc->number = read_4ubyte_unaligned_inc (&bo, data); in __libdw_intern_expression() 430 newloc->number = read_4ubyte_unaligned_inc (&bo, data); in __libdw_intern_expression()
|
D | dwarf_getsrclines.c | 204 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); in read_srclines() 246 header_length = read_4ubyte_unaligned_inc (dbg, linep); in read_srclines()
|
D | dwarf_ranges.c | 104 end = read_4ubyte_unaligned_inc (dbg, addr); in __libdw_read_begin_end_pair_inc()
|
D | cfi.c | 153 operand = read_4ubyte_unaligned_inc (cache, program); in execute_cfi()
|
/external/elfutils/src/ |
D | readelf.c | 5212 unit_length = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_addr_section() 5418 Dwarf_Word length = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section() 5455 offset = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section() 5494 range_address = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section() 5495 range_length = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section() 5504 segment = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section() 5598 uint64_t unit_length = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_rnglists_section() 5649 uint32_t offset_entry_count = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_rnglists_section() 5697 uint32_t off = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_rnglists_section() 5845 op1 = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_rnglists_section() [all …]
|
/external/elfutils/libcpu/ |
D | memory-access.h | 164 #define read_4ubyte_unaligned_inc(Addr) \ macro
|