Home
last modified time | relevance | path

Searched refs:YASM_ERROR_IO (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbc-incbin.c168 yasm_error_set(YASM_ERROR_IO, in bc_incbin_calc_len()
174 yasm_error_set(YASM_ERROR_IO, in bc_incbin_calc_len()
220 yasm_error_set(YASM_ERROR_IO, N_("`incbin': unable to open file `%s'"), in bc_incbin_tobytes()
227 yasm_error_set(YASM_ERROR_IO, in bc_incbin_tobytes()
236 yasm_error_set(YASM_ERROR_IO, in bc_incbin_tobytes()
Derrwarn.h63 YASM_ERROR_IO = 0x0008, /**< I/O error */ enumerator
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
Draw-preproc.c86 yasm_error_set(YASM_ERROR_IO, in raw_preproc_get_line()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c430 yasm_error_set(YASM_ERROR_IO, in elf_objfmt_output_align()
438 yasm_error_set(YASM_ERROR_IO, in elf_objfmt_output_align()
668 yasm_error_set(YASM_ERROR_IO, in elf_objfmt_output_section()
674 yasm_error_set(YASM_ERROR_IO, N_("couldn't seek on output stream")); in elf_objfmt_output_section()
753 yasm_error_set(YASM_ERROR_IO, N_("could not seek on output file")); in elf_objfmt_output()
865 yasm_error_set(YASM_ERROR_IO, N_("could not seek on output file")); in elf_objfmt_output()
Delf.c772 yasm_error_set(YASM_ERROR_IO, in elf_secthead_write_relocs_to_file()
778 yasm_error_set(YASM_ERROR_IO, N_("couldn't seek on output stream")); in elf_secthead_write_relocs_to_file()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Derrwarn.pxi52 #elif yasm_error_matches(YASM_ERROR_IO):
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
Dcpp-preproc.c258 yasm_error_set(YASM_ERROR_IO, in cpp_preproc_get_line()