Home | History | Annotate | Download | only in coff

Lines Matching refs:isnew

1299     int isnew;
1301 retval = yasm_object_get_general(object, ".text", 16, 1, 0, &isnew, 0);
1302 if (isnew) {
1405 int isnew;
1586 resonly, &isnew, line);
1591 if (isnew || yasm_section_is_default(retval)) {
1678 int isnew;
1694 sect = yasm_object_get_general(object, ".drectve", 0, 0, 0, &isnew, line);
1697 if (isnew) {
1720 int isnew;
1748 sect = yasm_object_get_general(object, ".sxdata", 0, 0, 0, &isnew, line);
1751 if (isnew) {
2254 int isnew;
2285 sect = yasm_object_get_general(object, ".xdata", 0, 0, 0, &isnew, line);
2288 if (isnew) {
2310 sect = yasm_object_get_general(object, ".pdata", 0, 0, 0, &isnew, line);
2313 if (isnew) {