OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incbin
(Results
1 - 25
of
30
) sorted by null
1
2
/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/
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
...]
Makefile.inc
5
libyasm_a_SOURCES += libyasm/bc-
incbin
.c
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
incbin.asm
0
incbin
"stamp-h1"
1
incbin
"stamp-h1"
label
Makefile.inc
33
EXTRA_DIST += libyasm/tests/
incbin
.asm
34
EXTRA_DIST += libyasm/tests/
incbin
.hex
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h
47
INCBIN
,
nasm-parse.c
170
case
INCBIN
: str = "
INCBIN
"; break;
685
case
INCBIN
:
694
N_("filename string expected after
INCBIN
"));
708
N_("expression expected for
INCBIN
start"));
720
N_("expression expected for
INCBIN
maximum length"));
[
all
...]
nasm-token.re
350
'
incbin
' { RETURN(
INCBIN
); }
/external/chromium_org/third_party/yasm/source/patched-yasm/po/
POTFILES.in
9
libyasm/bc-
incbin
.c
yasm.pot
476
#: libyasm/bc-
incbin
.c:115
480
#: libyasm/bc-
incbin
.c:118
484
#: libyasm/bc-
incbin
.c:123
488
#: libyasm/bc-
incbin
.c:126
492
#: libyasm/bc-
incbin
.c:147 libyasm/bc-
incbin
.c:160
493
msgid "
incbin
does not yet understand non-constant"
496
#: libyasm/bc-
incbin
.c:169 libyasm/bc-
incbin
.c:220
498
msgid "`
incbin
': unable to open file `%s'
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/
splint.sh
29
libyasm/bc-
incbin
.c \
Makefile.in
260
bc-
incbin
.$(OBJEXT) bc-org.$(OBJEXT) bc-reserve.$(OBJEXT) \
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/
Makefile.dj
21
libyasm/bc-
incbin
.o \
Makefile.flat
24
libyasm/bc-
incbin
.o \
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/libyasm/
libyasm.vcproj
340
RelativePath="..\..\..\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/
BUILD.gn
136
"source/patched-yasm/libyasm/bc-
incbin
.c",
yasm.gyp
86
'source/patched-yasm/libyasm/bc-
incbin
.c',
yasm.host.darwin-x86.mk
184
third_party/yasm/source/patched-yasm/libyasm/bc-
incbin
.c \
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
305
/// \brief Process the specified file for the .
incbin
directive.
435
bool parseDirectiveIncbin(); // ".
incbin
"
579
/// Process the specified .
incbin
file by searching for it in the include paths
[
all
...]
Completed in 371 milliseconds
1
2