/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.c | 157 yasm_internal_error(N_("Unsupported machine for ELF output")); in elf_reloc_entry_create() 167 yasm_internal_error("sym is null"); in elf_reloc_entry_create() 237 yasm_internal_error("strtab is null"); in elf_strtab_append_str() 239 yasm_internal_error("strtab is missing initial dummy entry"); in elf_strtab_append_str() 256 yasm_internal_error("strtab is null"); in elf_strtab_destroy() 258 yasm_internal_error("strtab is missing initial dummy entry"); in elf_strtab_destroy() 277 yasm_internal_error("strtab is null"); in elf_strtab_output_to_file() 316 yasm_internal_error("symtab entry is null"); in elf_symtab_entry_destroy() 336 yasm_internal_error("symtab entry is null"); in elf_symtab_entry_print() 395 yasm_internal_error("symtab is null"); in elf_symtab_append_entry() [all …]
|
D | elf-x86-x86.c | 92 yasm_internal_error(N_("symbol references section without data")); in elf_x86_x86_write_symtab_entry() 158 yasm_internal_error(N_("Unsupported WRT")); in elf_x86_x86_map_reloc_info_to_type() 176 default: yasm_internal_error(N_("Unsupported relocation size")); in elf_x86_x86_map_reloc_info_to_type() 183 default: yasm_internal_error(N_("Unsupported relocation size")); in elf_x86_x86_map_reloc_info_to_type()
|
D | elf-x86-amd64.c | 84 yasm_internal_error(N_("symbol references section without data")); in elf_x86_amd64_write_symtab_entry() 155 yasm_internal_error(N_("Unsupported WRT")); in elf_x86_amd64_map_reloc_info_to_type() 179 default: yasm_internal_error(N_("Unsupported relocation size")); in elf_x86_amd64_map_reloc_info_to_type() 187 default: yasm_internal_error(N_("Unsupported relocation size")); in elf_x86_amd64_map_reloc_info_to_type()
|
D | elf-objfmt.c | 426 yasm_internal_error("requested alignment not a power of two"); in elf_objfmt_output_align() 486 yasm_internal_error("null info struct"); in elf_objfmt_output_value() 593 yasm_internal_error("null info struct"); in elf_objfmt_output_bytecode() 645 yasm_internal_error("null info struct"); in elf_objfmt_output_section() 648 yasm_internal_error("no associated data"); in elf_objfmt_output_section() 708 yasm_internal_error("null info struct"); in elf_objfmt_output_secthead() 711 yasm_internal_error("no section header attached to section"); in elf_objfmt_output_secthead() 827 yasm_internal_error(N_("missing .stab or .stabstr section/data")); in elf_objfmt_output()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | bytecode.c | 60 yasm_internal_error(N_("bytecode length cannot be calculated")); in yasm_bc_calc_len_common() 69 yasm_internal_error(N_("bytecode does not have any dependent spans")); in yasm_bc_expand_common() 80 yasm_internal_error(N_("bytecode cannot be converted to bytes")); in yasm_bc_tobytes_common() 229 yasm_internal_error(N_("got empty bytecode in yasm_bc_elem_size")); in yasm_bc_elem_size() 246 yasm_internal_error(N_("got empty bytecode in yasm_bc_calc_len")); in yasm_bc_calc_len() 292 yasm_internal_error(N_("got empty bytecode in yasm_bc_expand")); in yasm_bc_expand() 338 yasm_internal_error(N_("got empty bytecode in bc_tobytes")); in yasm_bc_tobytes() 345 yasm_internal_error( in yasm_bc_tobytes()
|
D | floatnum.c | 596 yasm_internal_error(N_("Both underflow and overflow set")); in floatnum_get_common() 619 yasm_internal_error( in floatnum_get_common() 681 yasm_internal_error(N_("unsupported floatnum functionality")); in yasm_floatnum_get_sized() 697 yasm_internal_error(N_("Invalid float conversion size")); in yasm_floatnum_get_sized()
|
D | intnum.c | 380 yasm_internal_error(N_("big endian not implemented")); in yasm_intnum_create_sized() 736 yasm_internal_error(N_("unknown intnum type")); in yasm_intnum_get_uint() 768 yasm_internal_error(N_("unknown intnum type")); in yasm_intnum_get_int() 787 yasm_internal_error(N_("destination too large")); in yasm_intnum_get_sized() 801 yasm_internal_error(N_("big endian not implemented")); in yasm_intnum_get_sized() 832 yasm_internal_error(N_("big endian not implemented")); in yasm_intnum_get_sized()
|
D | errwarn.h | 96 #define yasm_internal_error(message) \ macro
|
D | bc-reserve.c | 122 yasm_internal_error(N_("bc_reserve_tobytes called")); in bc_reserve_tobytes()
|
D | section.c | 567 yasm_internal_error(N_("NULL destroy function given to add_reloc")); in yasm_section_add_reloc() 569 yasm_internal_error(N_("different destroy function given to add_reloc")); in yasm_section_add_reloc() 944 yasm_internal_error(N_("could not calculate bc distance")); in add_span_term() 1417 yasm_internal_error(N_("could not calculate bc distance")); in yasm_object_optimize() 1552 yasm_internal_error(N_("org/align went to negative offset")); in yasm_object_optimize()
|
D | bc-incbin.c | 212 yasm_internal_error( in bc_incbin_tobytes()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
D | x86id.c | 463 yasm_internal_error(N_("didn't get FAR expression in jmpfar")); in x86_finalize_jmpfar() 517 yasm_internal_error(N_("invalid operand conversion")); in x86_finalize_jmp() 899 yasm_internal_error(N_("invalid operand type")); in x86_find_match() 984 yasm_internal_error(N_("invalid target modifier type")); in x86_find_match() 1268 yasm_internal_error( in x86_id_insn_finalize() 1307 yasm_internal_error(N_("invalid operand conversion")); in x86_id_insn_finalize() 1321 yasm_internal_error(N_("invalid operand conversion")); in x86_id_insn_finalize() 1332 yasm_internal_error(N_("invalid operand conversion")); in x86_id_insn_finalize() 1342 yasm_internal_error(N_("invalid operand conversion")); in x86_id_insn_finalize() 1346 yasm_internal_error(N_("invalid operand conversion")); in x86_id_insn_finalize() [all …]
|
D | x86bc.c | 741 yasm_internal_error(N_("unrecognized span id")); in x86_bc_jmp_expand() 753 yasm_internal_error(N_("trying to expand an already-near jump")); in x86_bc_jmp_expand() 838 yasm_internal_error(N_("x86: REX.WXB set, but 2-byte VEX")); in x86_bc_insn_tobytes() 841 yasm_internal_error(N_("x86: got a REX prefix in non-64-bit mode")); in x86_bc_insn_tobytes() 854 yasm_internal_error(N_("invalid Mod/RM in x86 tobytes_insn")); in x86_bc_insn_tobytes() 860 yasm_internal_error(N_("invalid SIB in x86 tobytes_insn")); in x86_bc_insn_tobytes() 932 yasm_internal_error(N_("short jump does not exist")); in x86_bc_jmp_tobytes() 988 yasm_internal_error(N_("jump op_sel cannot be JMP_NONE in tobytes")); in x86_bc_jmp_tobytes() 990 yasm_internal_error(N_("unrecognized relative jump op_sel")); in x86_bc_jmp_tobytes()
|
D | x86expr.c | 223 yasm_internal_error(N_("Register expression not ADD or EXPN")); in x86_expr_checkea_distcheck_reg() 359 yasm_internal_error( in x86_expr_checkea_getregusage() 417 yasm_internal_error(N_("unexpected expr op")); in x86_expr_checkea_getregusage() 480 yasm_internal_error(N_("strange EA displacement size")); in x86_checkea_calc_displen()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | win64-except.c | 211 yasm_internal_error(N_("prolog size expression too complex")); in win64_uwinfo_bc_finalize() 214 yasm_internal_error(N_("codes count expression too complex")); in win64_uwinfo_bc_finalize() 275 yasm_internal_error(N_("unrecognized span id")); in win64_uwinfo_bc_expand() 397 yasm_internal_error(N_("unrecognied unwind opcode")); in win64_uwcode_bc_calc_len() 436 yasm_internal_error(N_("expansion on already largest alloc")); in win64_uwcode_bc_expand() 518 yasm_internal_error(N_("unrecognied unwind opcode")); in win64_uwcode_bc_tobytes()
|
D | coff-objfmt.c | 639 yasm_internal_error(N_("coff objfmt: unrecognized machine")); in coff_objfmt_output_value() 646 yasm_internal_error(N_("coff objfmt: unrecognized machine")); in coff_objfmt_output_value() 653 yasm_internal_error(N_("coff objfmt: unrecognized machine")); in coff_objfmt_output_value() 674 yasm_internal_error(N_("coff objfmt: unrecognized machine")); in coff_objfmt_output_value() 809 yasm_internal_error( in coff_objfmt_output_section() 851 yasm_internal_error( in coff_objfmt_output_section() 1020 yasm_internal_error(N_("coff: expected sym data to be present")); in coff_objfmt_output_sym() 1041 yasm_internal_error(N_("didn't understand section")); in coff_objfmt_output_sym() 1115 yasm_internal_error( in coff_objfmt_output_sym() 1143 yasm_internal_error(N_("coff: expected sym data to be present")); in coff_objfmt_output_str() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
D | cv-symline.c | 468 yasm_internal_error(N_("could not find filename in table")); in cv_generate_line_bc() 723 yasm_internal_error(N_("tried to calc_len a codeview symhead bytecode")); in cv8_symhead_bc_calc_len() 797 yasm_internal_error(N_("tried to calc_len a codeview fileinfo bytecode")); in cv8_fileinfo_bc_calc_len() 865 yasm_internal_error(N_("tried to calc_len a codeview linehead bytecode")); in cv8_lineinfo_bc_calc_len() 975 yasm_internal_error(N_("unknown sym format character")); in cv_sym_size() 1004 yasm_internal_error(N_("unknown sym format character")); in cv_sym_bc_destroy() 1022 yasm_internal_error(N_("tried to calc_len a codeview sym bytecode")); in cv_sym_bc_calc_len() 1095 yasm_internal_error(N_("unknown leaf format character")); in cv_sym_bc_tobytes()
|
D | cv-type.c | 560 yasm_internal_error(N_("unknown leaf format character")); in cv_leaf_destroy() 601 yasm_internal_error(N_("unknown leaf format character")); in cv_leaf_size() 658 yasm_internal_error(N_("unknown leaf format character")); in cv_leaf_tobytes()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
D | lc3bid.re | 235 yasm_internal_error(N_("invalid operand type")); 284 yasm_internal_error(N_("invalid operand conversion")); 289 yasm_internal_error(N_("invalid operand conversion")); 315 yasm_internal_error(N_("reg expr too complex?")); 318 yasm_internal_error(N_("invalid operand conversion")); 322 yasm_internal_error(N_("unknown operand action"));
|
D | lc3bbc.c | 234 yasm_internal_error(N_("Unrecognized immediate type")); in lc3b_bc_insn_tobytes()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
D | xdf-objfmt.c | 315 yasm_internal_error( in xdf_objfmt_output_section() 344 yasm_internal_error( in xdf_objfmt_output_section() 353 yasm_internal_error( in xdf_objfmt_output_section() 358 yasm_internal_error( in xdf_objfmt_output_section() 483 yasm_internal_error(N_("didn't understand section")); in xdf_objfmt_output_sym()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/ |
D | stabs-dbgfmt.c | 390 yasm_internal_error(".stabstr has no entries"); in stabs_dbgfmt_generate() 489 yasm_internal_error(N_("tried to resolve a stabs stab bytecode")); in stabs_bc_stab_calc_len() 498 yasm_internal_error(N_("tried to resolve a stabs str bytecode")); in stabs_bc_str_calc_len()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
D | rdf-objfmt.c | 258 yasm_internal_error(N_("didn't understand section")); in rdf_objfmt_output_value() 266 yasm_internal_error( in rdf_objfmt_output_value() 374 yasm_internal_error( in rdf_objfmt_output_section_mem() 551 yasm_internal_error(N_("didn't understand section")); in rdf_objfmt_output_sym()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
D | dwarf2-line.c | 423 yasm_internal_error(N_("dwarf2 address went backwards?")); in dwarf2_dbgfmt_gen_line_op() 550 yasm_internal_error(N_("could not find filename in table")); in dwarf2_generate_line_bc() 774 yasm_internal_error(N_("tried to calc_len a dwarf2 spp bytecode")); in dwarf2_spp_bc_calc_len() 859 yasm_internal_error(N_("tried to calc_len a dwarf2 line_op bytecode")); in dwarf2_line_op_bc_calc_len()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
D | nasm-preproc.c | 122 yasm_internal_error(fmt); /* FIXME */ in nasm_efunc()
|