Searched refs:YASM_ERROR_IO (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | bc-incbin.c | 168 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()
|
D | errwarn.h | 63 YASM_ERROR_IO = 0x0008, /**< I/O error */ enumerator
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/ |
D | raw-preproc.c | 86 yasm_error_set(YASM_ERROR_IO, in raw_preproc_get_line()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 430 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()
|
D | elf.c | 772 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/ |
D | errwarn.pxi | 52 #elif yasm_error_matches(YASM_ERROR_IO):
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/ |
D | cpp-preproc.c | 258 yasm_error_set(YASM_ERROR_IO, in cpp_preproc_get_line()
|