HomeSort by relevance Sort by last modified time
    Searched refs:read_4ubyte_unaligned_inc (Results 1 - 9 of 9) sorted by null

  /external/elfutils/libdw/
dwarf_nextcu.c 114 uint64_t length = read_4ubyte_unaligned_inc (dwarf, bytes);
148 abbrev_offset = read_4ubyte_unaligned_inc (dwarf, bytes);
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);
dwarf_ranges.c 152 begin = read_4ubyte_unaligned_inc (die->cu->dbg, readp);
153 end = read_4ubyte_unaligned_inc (die->cu->dbg, readp);
dwarf_getpubnames.c 99 Dwarf_Off len = read_4ubyte_unaligned_inc (dbg, readp);
229 gl.die_offset = read_4ubyte_unaligned_inc (dbg, readp);
dwarf_getlocation.c 163 newloc->number = read_4ubyte_unaligned_inc (dbg, data);
248 newloc->number = read_4ubyte_unaligned_inc (dbg, data);
433 begin = read_4ubyte_unaligned_inc (attr->cu->dbg, readp);
434 end = read_4ubyte_unaligned_inc (attr->cu->dbg, readp);
dwarf_getsrclines.c 165 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep);
192 header_length = read_4ubyte_unaligned_inc (dbg, linep);
433 address = read_4ubyte_unaligned_inc (dbg, linep);
memory-access.h 258 #define read_4ubyte_unaligned_inc(Dbg, Addr) \ macro
  /external/elfutils/libcpu/
memory-access.h 161 #define read_4ubyte_unaligned_inc(Addr) \ macro
  /external/elfutils/src/
readelf.c     [all...]

Completed in 244 milliseconds