Searched refs:yasm_intnum_get_leb128 (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | intnum.h | 283 unsigned long yasm_intnum_get_leb128(const yasm_intnum *intn,
|
D | bc-data.c | 246 yasm_intnum_get_leb128(intn, *bufp, in bc_data_tobytes() 370 len += yasm_intnum_get_leb128(intn, in yasm_bc_create_data() 375 len += yasm_intnum_get_leb128(intn, in yasm_bc_create_data()
|
D | intnum.c | 962 yasm_intnum_get_leb128(const yasm_intnum *intn, unsigned char *ptr, int sign) in yasm_intnum_get_leb128() function
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
D | leb128_test.c | 100 size = yasm_intnum_get_leb128(intn, out, test->sign); in run_output_test()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
D | dwarf2-line.c | 875 buf += yasm_intnum_get_leb128(line_op->operand, buf, in dwarf2_line_op_bc_tobytes() 888 buf += yasm_intnum_get_leb128(line_op->ext_operand_int, buf, 0); in dwarf2_line_op_bc_tobytes()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/ |
D | dwarf64_leb128.asm | 2391 .globl yasm_intnum_get_leb128 symbol 2392 .type yasm_intnum_get_leb128, @function 2393 yasm_intnum_get_leb128: label 2550 .size yasm_intnum_get_leb128, .-yasm_intnum_get_leb128 2970 call yasm_intnum_get_leb128
|