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

  /external/elfutils/libdw/
dwarf_nextcu.c 119 length = read_8ubyte_unaligned_inc (dwarf, bytes);
136 uint64_t type_sig8 = read_8ubyte_unaligned_inc (dwarf, bytes);
dwarf_getaranges.c 120 length = read_8ubyte_unaligned_inc (dbg, readp);
179 range_length = read_8ubyte_unaligned_inc (dbg, readp);
dwarf_next_cfi.c 80 length = read_8ubyte_unaligned_inc (&dw, bytes);
96 entry->cie.CIE_id = read_8ubyte_unaligned_inc (&dw, bytes);
dwarf_getpubnames.c 78 len = read_8ubyte_unaligned_inc (dbg, readp);
206 gl.die_offset = read_8ubyte_unaligned_inc (dbg, readp);
memory-access.h 272 #define read_8ubyte_unaligned_inc(Dbg, Addr) \ macro
285 : read_8ubyte_unaligned_inc (Dbg, Addr)))
encoded-value.h 105 *ret = read_8ubyte_unaligned_inc (&eh_dbg, *addrp);
dwarf_getlocation.c 293 newloc->number = read_8ubyte_unaligned_inc (&bo, data);
416 newloc->number = read_8ubyte_unaligned_inc (&bo, data);
dwarf_getsrclines.c 220 unit_length = read_8ubyte_unaligned_inc (dbg, linep);
243 header_length = read_8ubyte_unaligned_inc (dbg, linep);
cfi.c 156 operand = read_8ubyte_unaligned_inc (cache, program);
libdwP.h 663 VAL = read_8ubyte_unaligned_inc (dbg, addr); \
  /external/elfutils/libcpu/
memory-access.h 173 #define read_8ubyte_unaligned_inc(Addr) \ macro
i386_data.h 757 uint64_t word = read_8ubyte_unaligned_inc (*d->param_start);
  /external/elfutils/src/
readelf.c     [all...]

Completed in 2356 milliseconds