Searched defs:isnew (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
H A Ddbg-objfmt.c107 int isnew; local
110 retval = yasm_object_get_general(object, ".text", 0, 0, 0, &isnew, 0);
111 if (isnew) {
126 int isnew; local
140 &isnew, line);
141 if (isnew) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c916 int isnew; local
918 retval = yasm_object_get_general(object, ".text", 16, 1, 0, &isnew, 0);
919 if (isnew)
999 int isnew; local
1112 resonly, &isnew, line);
1116 if (isnew || yasm_section_is_default(retval)) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c840 int isnew; local
842 retval = yasm_object_get_general(object, ".text", 0, 1, 0, &isnew, 0);
843 if (isnew) {
886 int isnew; local
950 data.type == RDF_SECT_BSS, &isnew, line);
954 if (isnew || yasm_section_is_default(retval)) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
H A Dxdf-objfmt.c635 int isnew; local
637 retval = yasm_object_get_general(object, ".text", 0, 1, 0, &isnew, 0);
638 if (isnew)
667 int isnew; local
747 &isnew, line);
751 if (isnew || yasm_section_is_default(retval)) {
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c305 int *isnew, unsigned long line)
315 *isnew = 0;
351 *isnew = 1;
303 yasm_object_get_general(yasm_object *object, const char *name, unsigned long align, int code, int res_only, int *isnew, unsigned long line) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c1423 int isnew; local
1425 retval = yasm_object_get_general(object, ".text", 0, 1, 0, &isnew, 0);
1426 if (isnew)
1448 int isnew; local
1565 (int)data.bss, &isnew, line);
1569 if (isnew || yasm_section_is_default(retval)) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c1294 int isnew; local
1297 0, &isnew, 0);
1298 if (isnew) {
1317 int isnew; local
1489 &isnew, line);
1494 if (isnew || yasm_section_is_default(retval)) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c1299 int isnew; local
1301 retval = yasm_object_get_general(object, ".text", 16, 1, 0, &isnew, 0);
1302 if (isnew) {
1405 int isnew; local
1586 resonly, &isnew, line);
1591 if (isnew || yasm_section_is_default(retval)) {
1678 int isnew; local
1694 sect = yasm_object_get_general(object, ".drectve", 0, 0, 0, &isnew, line);
1697 if (isnew) {
1720 int isnew; local
2254 int isnew; local
[all...]

Completed in 154 milliseconds