Searched refs:read_4ubyte_unaligned_inc (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getaranges.c | 132 Dwarf_Word length = read_4ubyte_unaligned_inc (dbg, readp); 153 offset = read_4ubyte_unaligned_inc (dbg, readp); 180 range_address = read_4ubyte_unaligned_inc (dbg, readp); 181 range_length = read_4ubyte_unaligned_inc (dbg, readp);
|
D | dwarf_nextcu.c | 114 uint64_t length = read_4ubyte_unaligned_inc (dwarf, bytes); 148 abbrev_offset = read_4ubyte_unaligned_inc (dwarf, bytes);
|
D | dwarf_ranges.c | 152 begin = read_4ubyte_unaligned_inc (die->cu->dbg, readp); in dwarf_ranges() 153 end = read_4ubyte_unaligned_inc (die->cu->dbg, readp); in dwarf_ranges()
|
D | dwarf_getlocation.c | 163 newloc->number = read_4ubyte_unaligned_inc (dbg, data); in getlocation() 248 newloc->number = read_4ubyte_unaligned_inc (dbg, data); in getlocation() 433 begin = read_4ubyte_unaligned_inc (attr->cu->dbg, readp); 434 end = read_4ubyte_unaligned_inc (attr->cu->dbg, readp);
|
D | dwarf_getpubnames.c | 99 Dwarf_Off len = read_4ubyte_unaligned_inc (dbg, readp); in get_offsets() 229 gl.die_offset = read_4ubyte_unaligned_inc (dbg, readp);
|
D | dwarf_getsrclines.c | 165 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); in dwarf_getsrclines() 192 header_length = read_4ubyte_unaligned_inc (dbg, linep); in dwarf_getsrclines() 433 address = read_4ubyte_unaligned_inc (dbg, linep); in dwarf_getsrclines()
|
D | memory-access.h | 258 #define read_4ubyte_unaligned_inc(Dbg, Addr) \ macro
|
/external/elfutils/libcpu/ |
D | memory-access.h | 161 #define read_4ubyte_unaligned_inc(Addr) \ macro
|
/external/elfutils/src/ |
D | readelf.c | 4130 begin = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_ranges_section() 4131 end = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_ranges_section() 4543 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); in print_debug_line_section() 4570 header_length = read_4ubyte_unaligned_inc (dbg, linep); in print_debug_line_section() 4776 address = read_4ubyte_unaligned_inc (dbg, linep); in print_debug_line_section() 4991 begin = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_loc_section() 4992 end = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_loc_section()
|