OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_intnum_get_leb128
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h
283
unsigned long
yasm_intnum_get_leb128
(const yasm_intnum *intn,
bc-data.c
246
yasm_intnum_get_leb128
(intn, *bufp,
370
len +=
yasm_intnum_get_leb128
(intn,
375
len +=
yasm_intnum_get_leb128
(intn,
intnum.c
962
yasm_intnum_get_leb128
(const yasm_intnum *intn, unsigned char *ptr, int sign)
function
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
leb128_test.c
100
size =
yasm_intnum_get_leb128
(intn, out, test->sign);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c
875
buf +=
yasm_intnum_get_leb128
(line_op->operand, buf,
888
buf +=
yasm_intnum_get_leb128
(line_op->ext_operand_int, buf, 0);
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm
2393
yasm_intnum_get_leb128
:
label
[
all
...]
Completed in 324 milliseconds