Home
last modified time | relevance | path

Searched refs:valparams (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c1397 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/
Dx86arch.c144 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/
Dvalparam.c42 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()
Dobjfmt.h116 (*section_switch)(yasm_object *object, yasm_valparamhead *valparams,
177 (yasm_object *object, yasm_valparamhead *valparams,
Dvalparam.h84 void (*handler) (yasm_object *object, yasm_valparamhead *valparams,
106 yasm_valparamhead *valparams,
Dsection.c94 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()
Dsection.h126 const char *parser, yasm_valparamhead *valparams,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
Ddbg-objfmt.c118 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/
Ddwarf2-dbgfmt.h111 void yasm_dwarf2__dir_loc(yasm_object *object, yasm_valparamhead *valparams,
114 void yasm_dwarf2__dir_file(yasm_object *object, yasm_valparamhead *valparams,
Ddwarf2-line.c897 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/
Dnasm-parse.c62 /*@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/
Delf-objfmt.c993 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/
Drdf-objfmt.c879 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/
Dmacho-objfmt.c924 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/
Dbin-objfmt.c1441 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/
Dxdf-objfmt.c660 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()