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

  /external/elfutils/0.153/libdw/
dwarf_getaranges.c 132 Dwarf_Word length = read_4ubyte_unaligned_inc (dbg, readp);
186 range_length = read_4ubyte_unaligned_inc (dbg, readp);
dwarf_getpubnames.c 96 Dwarf_Off len = read_4ubyte_unaligned_inc (dbg, readp);
219 gl.die_offset = read_4ubyte_unaligned_inc (dbg, readp);
dwarf_next_cfi.c 90 uint64_t length = read_4ubyte_unaligned_inc (&dw, bytes);
121 entry->cie.CIE_id = read_4ubyte_unaligned_inc (&dw, bytes);
dwarf_nextcu.c 122 uint64_t length = read_4ubyte_unaligned_inc (dwarf, bytes);
encoded-value.h 107 *ret = read_4ubyte_unaligned_inc (cache, *addrp);
memory-access.h 286 #define read_4ubyte_unaligned_inc(Dbg, Addr) \ macro
307 : (Nbytes) == 4 ? read_4ubyte_unaligned_inc (Dbg, Addr) \
dwarf_getsrclines.c 135 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep);
162 header_length = read_4ubyte_unaligned_inc (dbg, linep);
cfi.c 155 operand = read_4ubyte_unaligned_inc (cache, program);
dwarf_getlocation.c 358 newloc->number = read_4ubyte_unaligned_inc (&bo, data);
libdwP.h 560 VAL = read_4ubyte_unaligned_inc (dbg, addr); \
  /external/elfutils/0.153/libcpu/
memory-access.h 161 #define read_4ubyte_unaligned_inc(Addr) \ macro
  /external/elfutils/0.153/src/
readelf.c     [all...]

Completed in 55 milliseconds