HomeSort by: relevance | last modified time | path
    Searched defs:got_minus (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
arm-linux-tdep.c 1197 int got_minus = 0; local
1241 got_minus = 1;
1256 if (got_minus)
stap-probe.c 703 bool got_minus = false; local
729 got_minus = true;
745 if (got_minus)
1264 bool got_minus = false; local
1280 got_minus = true;
1287 bitness = (got_minus ? STAP_ARG_BITNESS_8BIT_SIGNED
1292 bitness = (got_minus ? STAP_ARG_BITNESS_16BIT_SIGNED
1297 bitness = (got_minus ? STAP_ARG_BITNESS_32BIT_SIGNED
1302 bitness = (got_minus ? STAP_ARG_BITNESS_64BIT_SIGNED
1311 got_minus ? "`-" : "`", *cur
    [all...]
i386-tdep.c 3925 bool got_minus[3];
3932 got_minus[0] = false;
3938 got_minus[0] = true;
3953 got_minus[1] = false;
3959 got_minus[1] = true;
3974 got_minus[2] = false;
3980 got_minus[2] = true;
4012 if (got_minus[i])
3905 bool got_minus[3]; local
aarch64-linux-tdep.c 1692 int got_minus = 0; local
1722 got_minus = 1;
1742 if (got_minus)
  /src/external/gpl3/gdb.old/dist/gdb/
arm-linux-tdep.c 1196 int got_minus = 0; local
1240 got_minus = 1;
1255 if (got_minus)
stap-probe.c 705 bool got_minus = false; local
731 got_minus = true;
747 if (got_minus)
1266 bool got_minus = false; local
1282 got_minus = true;
1289 bitness = (got_minus ? STAP_ARG_BITNESS_8BIT_SIGNED
1294 bitness = (got_minus ? STAP_ARG_BITNESS_16BIT_SIGNED
1299 bitness = (got_minus ? STAP_ARG_BITNESS_32BIT_SIGNED
1304 bitness = (got_minus ? STAP_ARG_BITNESS_64BIT_SIGNED
1313 got_minus ? "`-" : "`", *cur
    [all...]
i386-tdep.c 4092 bool got_minus[3];
4099 got_minus[0] = false;
4105 got_minus[0] = true;
4120 got_minus[1] = false;
4126 got_minus[1] = true;
4141 got_minus[2] = false;
4147 got_minus[2] = true;
4179 if (got_minus[i])
4072 bool got_minus[3]; local
aarch64-linux-tdep.c 1694 int got_minus = 0; local
1724 got_minus = 1;
1744 if (got_minus)

Completed in 29 milliseconds