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

  /external/elfutils/0.153/libdw/
dwarf_nextcu.c 150 uint_fast16_t version = read_2ubyte_unaligned_inc (dwarf, bytes);
encoded-value.h 157 value = read_2ubyte_unaligned_inc (cache, *p);
dwarf_getaranges.c 143 unsigned int version = read_2ubyte_unaligned_inc (dbg, readp);
memory-access.h 277 #define read_2ubyte_unaligned_inc(Dbg, Addr) \ macro
306 ((Nbytes) == 2 ? read_2ubyte_unaligned_inc (Dbg, Addr) \
dwarf_getlocation.c 341 newloc->number = read_2ubyte_unaligned_inc (&bo, data);
636 block.length = read_2ubyte_unaligned_inc (attr->cu->dbg, readp);
dwarf_getsrclines.c 152 uint_fast16_t version = read_2ubyte_unaligned_inc (dbg, linep);
628 addr += read_2ubyte_unaligned_inc (dbg, linep);
cfi.c 152 operand = read_2ubyte_unaligned_inc (cache, program);
  /external/elfutils/0.153/libcpu/
memory-access.h 152 #define read_2ubyte_unaligned_inc(Addr) \ macro
i386_data.h 697 uint16_t word = read_2ubyte_unaligned_inc (*d->param_start);
822 uint16_t word = read_2ubyte_unaligned_inc (*d->param_start);
837 uint16_t word = read_2ubyte_unaligned_inc (*d->param_start);
  /external/elfutils/0.153/src/
readelf.c     [all...]

Completed in 147 milliseconds