OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incbin
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-incbin.c
2
*
Incbin
bytecode
46
const char *from; /* filename of what contained
incbin
*/
80
bytecode_incbin *
incbin
= (bytecode_incbin *)contents;
local
81
yasm_xfree(
incbin
->filename);
82
yasm_expr_destroy(
incbin
->start);
83
yasm_expr_destroy(
incbin
->maxlen);
90
const bytecode_incbin *
incbin
= (const bytecode_incbin *)contents;
local
93
incbin
->filename);
95
if (!
incbin
->start)
98
yasm_expr_print(
incbin
->start, f)
110
bytecode_
incbin
*
incbin
= (bytecode_
incbin
*)bc->contents;
local
134
bytecode_
incbin
*
incbin
= (bytecode_
incbin
*)bc->contents;
local
203
bytecode_
incbin
*
incbin
= (bytecode_
incbin
*)bc->contents;
local
252
bytecode_
incbin
*
incbin
= yasm_xmalloc(sizeof(bytecode_
incbin
));
local
[
all
...]
/external/llvm/test/MC/AsmParser/
directive_incbin.s
4
.
incbin
"
incbin
\137abcd" # "\137" is underscore "_"
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
incbin.asm
0
incbin
"stamp-h1"
1
incbin
"stamp-h1"
label
/external/chromium_org/third_party/yasm/source/patched-yasm/
splint.sh
29
libyasm/bc-
incbin
.c \
/external/chromium_org/third_party/yasm/source/config/android/
Makefile
381
bc-align.$(OBJEXT) bc-data.$(OBJEXT) bc-
incbin
.$(OBJEXT) \
[
all
...]
/external/chromium_org/third_party/yasm/source/config/ios/
Makefile
381
bc-align.$(OBJEXT) bc-data.$(OBJEXT) bc-
incbin
.$(OBJEXT) \
[
all
...]
/external/chromium_org/third_party/yasm/source/config/linux/
Makefile
381
bc-align.$(OBJEXT) bc-data.$(OBJEXT) bc-
incbin
.$(OBJEXT) \
[
all
...]
/external/chromium_org/third_party/yasm/source/config/mac/
Makefile
381
bc-align.$(OBJEXT) bc-data.$(OBJEXT) bc-
incbin
.$(OBJEXT) \
[
all
...]
/external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile
381
bc-align.$(OBJEXT) bc-data.$(OBJEXT) bc-
incbin
.$(OBJEXT) \
[
all
...]
/external/chromium_org/third_party/yasm/source/config/win/
Makefile
381
bc-align.$(OBJEXT) bc-data.$(OBJEXT) bc-
incbin
.$(OBJEXT) \
[
all
...]
/external/chromium_org/third_party/yasm/
yasm.host.darwin-x86.mk
184
third_party/yasm/source/patched-yasm/libyasm/bc-
incbin
.c \
yasm.host.darwin-x86_64.mk
184
third_party/yasm/source/patched-yasm/libyasm/bc-
incbin
.c \
yasm.host.linux-x86.mk
184
third_party/yasm/source/patched-yasm/libyasm/bc-
incbin
.c \
yasm.host.linux-x86_64.mk
184
third_party/yasm/source/patched-yasm/libyasm/bc-
incbin
.c \
Completed in 673 milliseconds