Home
last modified time | relevance | path

Searched refs:read_4ubyte_unaligned_inc (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getaranges.c79 Dwarf_Word length = read_4ubyte_unaligned_inc (dbg, readp);
97 offset = read_4ubyte_unaligned_inc (dbg, readp);
122 range_address = read_4ubyte_unaligned_inc (dbg, readp);
123 range_length = read_4ubyte_unaligned_inc (dbg, readp);
Ddwarf_nextcu.c77 uint64_t length = read_4ubyte_unaligned_inc (dwarf, bytes);
106 abbrev_offset = read_4ubyte_unaligned_inc (dwarf, bytes);
Ddwarf_getpubnames.c59 Dwarf_Off len = read_4ubyte_unaligned_inc (dbg, readp); in get_offsets()
172 gl.die_offset = read_4ubyte_unaligned_inc (dbg, readp);
Ddwarf_getloclist.c120 newloc->number = read_4ubyte_unaligned_inc (dbg, data);
205 newloc->number = read_4ubyte_unaligned_inc (dbg, data);
Ddwarf_getsrclines.c112 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); in dwarf_getsrclines()
139 header_length = read_4ubyte_unaligned_inc (dbg, linep); in dwarf_getsrclines()
383 address = read_4ubyte_unaligned_inc (dbg, linep); in dwarf_getsrclines()
Dmemory-access.h220 #define read_4ubyte_unaligned_inc(Dbg, Addr) \ macro
/external/elfutils/src/
Dreadelf.c3734 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); in print_debug_line_section()
3761 header_length = read_4ubyte_unaligned_inc (dbg, linep); in print_debug_line_section()
3958 address = read_4ubyte_unaligned_inc (dbg, linep); in print_debug_line_section()