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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h 322 unsigned long yasm_size_uleb128(unsigned long v);
intnum.c 1050 yasm_size_uleb128(unsigned long v) function
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 225 return yasm_size_uleb128(name) + yasm_size_uleb128(form);
283 abc->len = yasm_size_uleb128(abbrev->id) + yasm_size_uleb128(abbrev->tag)
dwarf2-line.c 738 yasm_size_uleb128(dbgfmt_dwarf2->filenames[i].dir) + 2;
    [all...]

Completed in 37 milliseconds