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

  /external/elfutils/libdw/
dwarf_getaranges.c 113 Dwarf_Word length = read_4ubyte_unaligned_inc (dbg, readp);
177 range_length = read_4ubyte_unaligned_inc (dbg, readp);
dwarf_next_cfi.c 68 uint64_t length = read_4ubyte_unaligned_inc (&dw, bytes);
99 entry->cie.CIE_id = read_4ubyte_unaligned_inc (&dw, bytes);
dwarf_nextcu.c 94 uint64_t length = read_4ubyte_unaligned_inc (dwarf, bytes);
dwarf_getpubnames.c 75 Dwarf_Off len = read_4ubyte_unaligned_inc (dbg, readp);
204 gl.die_offset = read_4ubyte_unaligned_inc (dbg, readp);
memory-access.h 263 #define read_4ubyte_unaligned_inc(Dbg, Addr) \ macro
284 ((Nbytes) == 4 ? read_4ubyte_unaligned_inc (Dbg, Addr) \
encoded-value.h 99 *ret = read_4ubyte_unaligned_inc (&eh_dbg, *addrp);
dwarf_getlocation.c 286 newloc->number = read_4ubyte_unaligned_inc (&bo, data);
400 newloc->number = read_4ubyte_unaligned_inc (&bo, data);
dwarf_getsrclines.c 214 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep);
241 header_length = read_4ubyte_unaligned_inc (dbg, linep);
cfi.c 152 operand = read_4ubyte_unaligned_inc (cache, program);
libdwP.h 661 VAL = read_4ubyte_unaligned_inc (dbg, addr); \
  /external/elfutils/libcpu/
memory-access.h 164 #define read_4ubyte_unaligned_inc(Addr) \ macro
  /external/elfutils/src/
readelf.c     [all...]

Completed in 382 milliseconds