/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | coff-objfmt.c | 1397 coff_objfmt_section_switch(yasm_object *object, yasm_valparamhead *valparams, in coff_objfmt_section_switch() argument 1473 vp = yasm_vps_first(valparams); in coff_objfmt_section_switch() 1673 dir_export(yasm_object *object, yasm_valparamhead *valparams, in dir_export() argument 1683 vp = yasm_vps_first(valparams); in dir_export() 1714 dir_safeseh(yasm_object *object, yasm_valparamhead *valparams, in dir_safeseh() argument 1726 vp = yasm_vps_first(valparams); in dir_safeseh() 1804 dir_ident(yasm_object *object, yasm_valparamhead *valparams, in dir_ident() argument 1815 if (!valparams) in dir_ident() 1818 vp = yasm_vps_first(valparams); in dir_ident() 1867 dir_secrel32(yasm_object *object, yasm_valparamhead *valparams, in dir_secrel32() argument [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
D | x86arch.c | 144 x86_dir_cpu(yasm_object *object, yasm_valparamhead *valparams, in x86_dir_cpu() argument 150 yasm_vps_foreach(vp, valparams) { in x86_dir_cpu() 172 x86_dir_bits(yasm_object *object, yasm_valparamhead *valparams, in x86_dir_bits() argument 181 if ((vp = yasm_vps_first(valparams)) && !vp->val && in x86_dir_bits() 195 x86_dir_code16(yasm_object *object, yasm_valparamhead *valparams, in x86_dir_code16() argument 203 x86_dir_code32(yasm_object *object, yasm_valparamhead *valparams, in x86_dir_code32() argument 211 x86_dir_code64(yasm_object *object, yasm_valparamhead *valparams, in x86_dir_code64() argument
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | valparam.c | 42 yasm_valparamhead *valparams, in yasm_call_directive() argument 48 (!valparams || !yasm_vps_first(valparams))) { in yasm_call_directive() 54 if (valparams) { in yasm_call_directive() 55 vp = yasm_vps_first(valparams); in yasm_call_directive() 64 directive->handler(object, valparams, objext_valparams, line); in yasm_call_directive()
|
D | objfmt.h | 116 (*section_switch)(yasm_object *object, yasm_valparamhead *valparams, 177 (yasm_object *object, yasm_valparamhead *valparams,
|
D | valparam.h | 84 void (*handler) (yasm_object *object, yasm_valparamhead *valparams, 106 yasm_valparamhead *valparams,
|
D | section.c | 94 dir_extern(yasm_object *object, yasm_valparamhead *valparams, in dir_extern() argument 97 yasm_valparam *vp = yasm_vps_first(valparams); in dir_extern() 110 dir_global(yasm_object *object, yasm_valparamhead *valparams, in dir_global() argument 113 yasm_valparam *vp = yasm_vps_first(valparams); in dir_global() 126 dir_common(yasm_object *object, yasm_valparamhead *valparams, in dir_common() argument 129 yasm_valparam *vp = yasm_vps_first(valparams); in dir_common() 151 dir_section(yasm_object *object, yasm_valparamhead *valparams, in dir_section() argument 155 yasm_objfmt_section_switch(object, valparams, objext_valparams, line); in dir_section() 358 const char *parser, yasm_valparamhead *valparams, in yasm_object_directive() argument 373 yasm_call_directive(wrap->directive, object, valparams, objext_valparams, in yasm_object_directive()
|
D | section.h | 126 const char *parser, yasm_valparamhead *valparams,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/ |
D | dbg-objfmt.c | 118 dbg_objfmt_section_switch(yasm_object *object, yasm_valparamhead *valparams, in dbg_objfmt_section_switch() argument 129 yasm_vps_print(valparams, objfmt_dbg->dbgfile); in dbg_objfmt_section_switch() 134 vp = yasm_vps_first(valparams); in dbg_objfmt_section_switch()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
D | dwarf2-dbgfmt.h | 111 void yasm_dwarf2__dir_loc(yasm_object *object, yasm_valparamhead *valparams, 114 void yasm_dwarf2__dir_file(yasm_object *object, yasm_valparamhead *valparams,
|
D | dwarf2-line.c | 897 yasm_dwarf2__dir_loc(yasm_object *object, yasm_valparamhead *valparams, in yasm_dwarf2__dir_loc() argument 908 if (!valparams || !(vp = yasm_vps_first(valparams)) || in yasm_dwarf2__dir_loc() 1107 yasm_dwarf2__dir_file(yasm_object *object, yasm_valparamhead *valparams, in yasm_dwarf2__dir_file() argument 1115 if (!valparams) { in yasm_dwarf2__dir_file() 1121 vp = yasm_vps_first(valparams); in yasm_dwarf2__dir_file()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
D | nasm-parse.c | 62 /*@null@*/ yasm_valparamhead *valparams, 1530 dir_align(yasm_object *object, yasm_valparamhead *valparams, in dir_align() argument 1533 yasm_valparam *vp = yasm_vps_first(valparams); in dir_align() 1563 yasm_valparamhead *valparams, in nasm_parser_directive() argument 1569 if (!yasm_object_directive(p_object, name, "nasm", valparams, in nasm_parser_directive() 1573 if (!valparams) { in nasm_parser_directive() 1578 vp = yasm_vps_first(valparams); in nasm_parser_directive() 1595 vp = yasm_vps_first(valparams); in nasm_parser_directive() 1609 } else if (!valparams) { in nasm_parser_directive() 1613 dir_align(p_object, valparams, objext_valparams, line); in nasm_parser_directive() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 993 elf_objfmt_section_switch(yasm_object *object, yasm_valparamhead *valparams, in elf_objfmt_section_switch() argument 1044 vp = yasm_vps_first(valparams); in elf_objfmt_section_switch() 1142 dir_type(yasm_object *object, yasm_valparamhead *valparams, in dir_type() argument 1146 yasm_valparam *vp = yasm_vps_first(valparams); in dir_type() 1179 dir_size(yasm_object *object, yasm_valparamhead *valparams, in dir_size() argument 1183 yasm_valparam *vp = yasm_vps_first(valparams); in dir_size() 1206 dir_weak(yasm_object *object, yasm_valparamhead *valparams, in dir_weak() argument 1210 yasm_valparam *vp = yasm_vps_first(valparams); in dir_weak() 1219 dir_ident(yasm_object *object, yasm_valparamhead *valparams, in dir_ident() argument 1229 if (!valparams) in dir_ident() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
D | rdf-objfmt.c | 879 rdf_objfmt_section_switch(yasm_object *object, yasm_valparamhead *valparams, in rdf_objfmt_section_switch() argument 884 yasm_valparam *vp = yasm_vps_first(valparams); in rdf_objfmt_section_switch() 920 vp = yasm_vps_first(valparams); in rdf_objfmt_section_switch() 1030 dir_library(yasm_object *object, yasm_valparamhead *valparams, in dir_library() argument 1033 yasm_valparam *vp = yasm_vps_first(valparams); in dir_library() 1038 dir_module(yasm_object *object, yasm_valparamhead *valparams, in dir_module() argument 1041 yasm_valparam *vp = yasm_vps_first(valparams); in dir_module()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
D | macho-objfmt.c | 924 yasm_valparamhead *valparams = in macho_objfmt_output_symtable() local 933 if (valparams) { in macho_objfmt_output_symtable() 938 yasm_dir_helper(sym, yasm_vps_first(valparams), in macho_objfmt_output_symtable() 1310 macho_objfmt_section_switch(yasm_object *object, yasm_valparamhead *valparams, in macho_objfmt_section_switch() argument 1408 vp = yasm_vps_first(valparams); in macho_objfmt_section_switch()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
D | bin-objfmt.c | 1441 bin_objfmt_section_switch(yasm_object *object, yasm_valparamhead *valparams, in bin_objfmt_section_switch() argument 1492 vp = yasm_vps_first(valparams); in bin_objfmt_section_switch() 1594 /*@null@*/ yasm_valparamhead *valparams, in bin_objfmt_dir_org() argument 1608 vp = yasm_vps_first(valparams); in bin_objfmt_dir_org() 1646 /*@null@*/ yasm_valparamhead *valparams, in bin_objfmt_dir_map() argument 1671 if (valparams && yasm_dir_helper(object, yasm_vps_first(valparams), line, help, in bin_objfmt_dir_map()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
D | xdf-objfmt.c | 660 xdf_objfmt_section_switch(yasm_object *object, yasm_valparamhead *valparams, in xdf_objfmt_section_switch() argument 705 vp = yasm_vps_first(valparams); in xdf_objfmt_section_switch()
|