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

  /src/external/gpl3/gdb.old/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/dist/gdb/
arm-linux-tdep.c 1198 int got_minus = 0; local
1242 got_minus = 1;
1257 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 3939 bool got_minus[3];
3946 got_minus[0] = false;
3952 got_minus[0] = true;
3967 got_minus[1] = false;
3973 got_minus[1] = true;
3988 got_minus[2] = false;
3994 got_minus[2] = true;
4026 if (got_minus[i])
3919 bool got_minus[3]; local
aarch64-linux-tdep.c 1778 int got_minus = 0; local
1808 got_minus = 1;
1828 if (got_minus)

Completed in 37 milliseconds