Home | History | Annotate | Download | only in yasm

Lines Matching refs:patched

31 $(gyp_intermediate_dir)/third_party/yasm/nasm-macros.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/parsers/nasm/nasm-std.mac $(GYP_TARGET_DEPENDENCIES)
32 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/parsers/nasm/nasm-std.mac ($@)"
33 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/nasm-macros.c" nasm_standard_mac source/patched-yasm/modules/parsers/nasm/nasm-std.mac
53 $(gyp_intermediate_dir)/third_party/yasm/win64-gas.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-gas.mac $(GYP_TARGET_DEPENDENCIES)
54 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/objfmts/coff/win64-gas.mac ($@)"
55 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/win64-gas.c" win64_gas_stdmac source/patched-yasm/modules/objfmts/coff/win64-gas.mac
64 $(gyp_intermediate_dir)/third_party/yasm/win64-nasm.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-nasm.mac $(GYP_TARGET_DEPENDENCIES)
65 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/objfmts/coff/win64-nasm.mac ($@)"
66 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/win64-nasm.c" win64_nasm_stdmac source/patched-yasm/modules/objfmts/coff/win64-nasm.mac
75 $(gyp_intermediate_dir)/third_party/yasm/license.c: $(gyp_shared_intermediate_dir)/genstring $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/COPYING $(GYP_TARGET_DEPENDENCIES)
77 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genstring" license_msg "$(gyp_intermediate_dir)/third_party/yasm/license.c" source/patched-yasm/COPYING
86 $(gyp_intermediate_dir)/third_party/yasm/lc3bid.c: $(gyp_shared_intermediate_dir)/re2c $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/arch/lc3b/lc3bid.re $(GYP_TARGET_DEPENDENCIES)
88 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/re2c" -s -o "$(gyp_intermediate_dir)/third_party/yasm/lc3bid.c" source/patched-yasm/modules/arch/lc3b/lc3bid.re
97 $(gyp_intermediate_dir)/third_party/yasm/module.c: $(gyp_shared_intermediate_dir)/genmodule $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/libyasm/module.in $(LOCAL_PATH)/third_party/yasm/source/config/android/Makefile $(GYP_TARGET_DEPENDENCIES)
99 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmodule" source/patched-yasm/libyasm/module.in source/config/android/Makefile "$(gyp_intermediate_dir)/third_party/yasm/module.c"
126 # "{'inputs': ['$(gyp_shared_intermediate_dir)/re2c'], 'extension': 're', 'process_outputs_as_sources': '1', 'outputs': ['$(gyp_intermediate_dir)/third_party/yasm/%(INPUT_ROOT)s.c'], 'rule_name': 'generate_re2c', 'rule_sources': ['source/patched-yasm/modules/parsers/gas/gas-token.re', 'source/patched-yasm/modules/parsers/nasm/nasm-token.re'], 'action': ['$(gyp_shared_intermediate_dir)/re2c', '-b', '-o', '$(gyp_intermediate_dir)/third_party/yasm/%(INPUT_ROOT)s.c', '$(RULE_SOURCES)'], 'message': 'yasm re2c for $(RULE_SOURCES)'}":
132 $(gyp_intermediate_dir)/third_party/yasm/gas-token.c: $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/parsers/gas/gas-token.re $(gyp_shared_intermediate_dir)/re2c $(GYP_TARGET_DEPENDENCIES)
133 mkdir -p $(gyp_intermediate_dir)/third_party/yasm; cd $(gyp_local_path)/third_party/yasm; "$(gyp_shared_intermediate_dir)/re2c" -b -o "$(gyp_intermediate_dir)/third_party/yasm/gas-token.c" source/patched-yasm/modules/parsers/gas/gas-token.re
141 $(gyp_intermediate_dir)/third_party/yasm/nasm-token.c: $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/parsers/nasm/nasm-token.re $(gyp_shared_intermediate_dir)/re2c $(GYP_TARGET_DEPENDENCIES)
142 mkdir -p $(gyp_intermediate_dir)/third_party/yasm; cd $(gyp_local_path)/third_party/yasm; "$(gyp_shared_intermediate_dir)/re2c" -b -o "$(gyp_intermediate_dir)/third_party/yasm/nasm-token.c" source/patched-yasm/modules/parsers/nasm/nasm-token.re
179 third_party/yasm/source/patched-yasm/frontends/yasm/yasm-options.c \
180 third_party/yasm/source/patched-yasm/frontends/yasm/yasm.c \
181 third_party/yasm/source/patched-yasm/libyasm/assocdat.c \
182 third_party/yasm/source/patched-yasm/libyasm/bc-align.c \
183 third_party/yasm/source/patched-yasm/libyasm/bc-data.c \
184 third_party/yasm/source/patched-yasm/libyasm/bc-incbin.c \
185 third_party/yasm/source/patched-yasm/libyasm/bc-org.c \
186 third_party/yasm/source/patched-yasm/libyasm/bc-reserve.c \
187 third_party/yasm/source/patched-yasm/libyasm/bitvect.c \
188 patched-yasm/libyasm/bytecode.c \
189 third_party/yasm/source/patched-yasm/libyasm/errwarn.c \
190 third_party/yasm/source/patched-yasm/libyasm/expr.c \
191 third_party/yasm/source/patched-yasm/libyasm/file.c \
192 third_party/yasm/source/patched-yasm/libyasm/floatnum.c \
193 third_party/yasm/source/patched-yasm/libyasm/hamt.c \
194 third_party/yasm/source/patched-yasm/libyasm/insn.c \
195 third_party/yasm/source/patched-yasm/libyasm/intnum.c \
196 third_party/yasm/source/patched-yasm/libyasm/inttree.c \
197 third_party/yasm/source/patched-yasm/libyasm/linemap.c \
198 third_party/yasm/source/patched-yasm/libyasm/md5.c \
199 third_party/yasm/source/patched-yasm/libyasm/mergesort.c \
200 third_party/yasm/source/patched-yasm/libyasm/section.c \
201 third_party/yasm/source/patched-yasm/libyasm/strcasecmp.c \
202 third_party/yasm/source/patched-yasm/libyasm/strsep.c \
203 third_party/yasm/source/patched-yasm/libyasm/symrec.c \
204 third_party/yasm/source/patched-yasm/libyasm/valparam.c \
205 third_party/yasm/source/patched-yasm/libyasm/value.c \
206 third_party/yasm/source/patched-yasm/modules/arch/lc3b/lc3barch.c \
207 third_party/yasm/source/patched-yasm/modules/arch/lc3b/lc3bbc.c \
208 third_party/yasm/source/patched-yasm/modules/arch/x86/x86arch.c \
209 third_party/yasm/source/patched-yasm/modules/arch/x86/x86bc.c \
210 third_party/yasm/source/patched-yasm/modules/arch/x86/x86expr.c \
211 third_party/yasm/source/patched-yasm/modules/arch/x86/x86id.c \
212 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-dbgfmt.c \
213 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-symline.c \
214 third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-type.c \
215 third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/dwarf2-aranges.c \
216 third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c \
217 third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/dwarf2-info.c \
218 third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/dwarf2-line.c \
219 third_party/yasm/source/patched-yasm/modules/dbgfmts/null/null-dbgfmt.c \
220 third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/stabs-dbgfmt.c \
221 third_party/yasm/source/patched-yasm/modules/listfmts/nasm/nasm-listfmt.c \
222 third_party/yasm/source/patched-yasm/modules/objfmts/bin/bin-objfmt.c \
223 third_party/yasm/source/patched-yasm/modules/objfmts/coff/coff-objfmt.c \
224 third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-except.c \
225 third_party/yasm/source/patched-yasm/modules/objfmts/dbg/dbg-objfmt.c \
226 third_party/yasm/source/patched-yasm/modules/objfmts/elf/elf-objfmt.c \
227 third_party/yasm/source/patched-yasm/modules/objfmts/elf/elf-x86-amd64.c \
228 third_party/yasm/source/patched-yasm/modules/objfmts/elf/elf-x86-x86.c \
229 third_party/yasm/source/patched-yasm/modules/objfmts/elf/elf.c \
230 third_party/yasm/source/patched-yasm/modules/objfmts/macho/macho-objfmt.c \
231 third_party/yasm/source/patched-yasm/modules/objfmts/rdf/rdf-objfmt.c \
232 third_party/yasm/source/patched-yasm/modules/objfmts/xdf/xdf-objfmt.c \
233 third_party/yasm/source/patched-yasm/modules/parsers/gas/gas-parse.c \
234 third_party/yasm/source/patched-yasm/modules/parsers/gas/gas-parse-intel.c \
235 third_party/yasm/source/patched-yasm/modules/parsers/gas/gas-parser.c \
236 third_party/yasm/source/patched-yasm/modules/parsers/nasm/nasm-parse.c \
237 third_party/yasm/source/patched-yasm/modules/parsers/nasm/nasm-parser.c \
238 third_party/yasm/source/patched-yasm/modules/preprocs/cpp/cpp-preproc.c \
239 third_party/yasm/source/patched-yasm/modules/preprocs/nasm/nasm-eval.c \
240 third_party/yasm/source/patched-yasm/modules/preprocs/nasm/nasm-pp.c \
241 third_party/yasm/source/patched-yasm/modules/preprocs/nasm/nasm-preproc.c \
242 third_party/yasm/source/patched-yasm/modules/preprocs/nasm/nasmlib.c \
243 third_party/yasm/source/patched-yasm/modules/preprocs/raw/raw-preproc.c
315 $(LOCAL_PATH)/third_party/yasm/source/patched-yasm \
398 $(LOCAL_PATH)/third_party/yasm/source/patched-yasm \