OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_bc_create_leb128
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h
320
/*@only@*/ yasm_bytecode *
yasm_bc_create_leb128
bc-data.c
425
yasm_bc_create_leb128
(yasm_datavalhead *datahead, int sign, unsigned long line)
function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c
240
bc =
yasm_bc_create_leb128
(&dvs, leb<0, 0);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c
636
return
yasm_bc_create_leb128
(&dvs, (int)sign, cur_line);
[
all
...]
Completed in 57 milliseconds