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

  /external/qemu/elff/
dwarf_defs.h 602 const Dwarf_Leb128* leb = local
604 leb = reinterpret_cast<const Dwarf_Leb128*>(leb->process_unsigned(&tmp));
609 leb = reinterpret_cast<const Dwarf_Leb128*>(leb->process_unsigned(&tmp));
611 return reinterpret_cast<const Dwarf_STMTL_FileDesc*>(leb->process_unsigned(&tmp));
622 const Dwarf_Leb128* leb = local
624 leb->process_unsigned(&ret);
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 602 const Dwarf_Leb128* leb = local
604 leb = reinterpret_cast<const Dwarf_Leb128*>(leb->process_unsigned(&tmp));
609 leb = reinterpret_cast<const Dwarf_Leb128*>(leb->process_unsigned(&tmp));
611 return reinterpret_cast<const Dwarf_STMTL_FileDesc*>(leb->process_unsigned(&tmp));
622 const Dwarf_Leb128* leb = local
624 leb->process_unsigned(&ret);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 230 unsigned int size, int leb)
237 if (leb == 0)
240 bc = yasm_bc_create_leb128(&dvs, leb<0, 0);

Completed in 435 milliseconds