Home
last modified time | relevance | path

Searched refs:isnew (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
Ddbg-objfmt.c107 int isnew; in dbg_objfmt_add_default_section() local
110 retval = yasm_object_get_general(object, ".text", 0, 0, 0, &isnew, 0); in dbg_objfmt_add_default_section()
111 if (isnew) { in dbg_objfmt_add_default_section()
126 int isnew; in dbg_objfmt_section_switch() local
140 &isnew, line); in dbg_objfmt_section_switch()
141 if (isnew) { in dbg_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c1299 int isnew; in coff_objfmt_add_default_section() local
1301 retval = yasm_object_get_general(object, ".text", 16, 1, 0, &isnew, 0); in coff_objfmt_add_default_section()
1302 if (isnew) { in coff_objfmt_add_default_section()
1405 int isnew; in coff_objfmt_section_switch() local
1586 resonly, &isnew, line); in coff_objfmt_section_switch()
1591 if (isnew || yasm_section_is_default(retval)) { in coff_objfmt_section_switch()
1678 int isnew; in dir_export() local
1694 sect = yasm_object_get_general(object, ".drectve", 0, 0, 0, &isnew, line); in dir_export()
1697 if (isnew) { in dir_export()
1720 int isnew; in dir_safeseh() local
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c635 int isnew; in xdf_objfmt_add_default_section() local
637 retval = yasm_object_get_general(object, ".text", 0, 1, 0, &isnew, 0); in xdf_objfmt_add_default_section()
638 if (isnew) in xdf_objfmt_add_default_section()
667 int isnew; in xdf_objfmt_section_switch() local
747 &isnew, line); in xdf_objfmt_section_switch()
751 if (isnew || yasm_section_is_default(retval)) { in xdf_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c840 int isnew; in rdf_objfmt_add_default_section() local
842 retval = yasm_object_get_general(object, ".text", 0, 1, 0, &isnew, 0); in rdf_objfmt_add_default_section()
843 if (isnew) { in rdf_objfmt_add_default_section()
886 int isnew; in rdf_objfmt_section_switch() local
950 data.type == RDF_SECT_BSS, &isnew, line); in rdf_objfmt_section_switch()
954 if (isnew || yasm_section_is_default(retval)) { in rdf_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c916 int isnew; in elf_objfmt_add_default_section() local
918 retval = yasm_object_get_general(object, ".text", 16, 1, 0, &isnew, 0); in elf_objfmt_add_default_section()
919 if (isnew) in elf_objfmt_add_default_section()
999 int isnew; in elf_objfmt_section_switch() local
1112 resonly, &isnew, line); in elf_objfmt_section_switch()
1116 if (isnew || yasm_section_is_default(retval)) { in elf_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c1294 int isnew; in macho_objfmt_add_default_section() local
1297 0, &isnew, 0); in macho_objfmt_add_default_section()
1298 if (isnew) { in macho_objfmt_add_default_section()
1317 int isnew; in macho_objfmt_section_switch() local
1489 &isnew, line); in macho_objfmt_section_switch()
1494 if (isnew || yasm_section_is_default(retval)) { in macho_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h112 int res_only, /*@out@*/ int *isnew, unsigned long line);
Dsection.c305 int *isnew, unsigned long line) in yasm_object_get_general() argument
315 *isnew = 0; in yasm_object_get_general()
351 *isnew = 1; in yasm_object_get_general()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c1423 int isnew; in bin_objfmt_add_default_section() local
1425 retval = yasm_object_get_general(object, ".text", 0, 1, 0, &isnew, 0); in bin_objfmt_add_default_section()
1426 if (isnew) in bin_objfmt_add_default_section()
1448 int isnew; in bin_objfmt_section_switch() local
1565 (int)data.bss, &isnew, line); in bin_objfmt_section_switch()
1569 if (isnew || yasm_section_is_default(retval)) { in bin_objfmt_section_switch()