Searched refs:yasm_size_uleb128 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dintnum.h322 unsigned long yasm_size_uleb128(unsigned long v);
H A Dintnum.c1050 yasm_size_uleb128(unsigned long v) function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-info.c225 return yasm_size_uleb128(name) + yasm_size_uleb128(form);
283 abc->len = yasm_size_uleb128(abbrev->id) + yasm_size_uleb128(abbrev->tag)
H A Ddwarf2-line.c738 yasm_size_uleb128(dbgfmt_dwarf2->filenames[i].dir) + 2;

Completed in 163 milliseconds