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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 8090 unsigned long int maskwords, maskbitslog2, x;
8094 maskbitslog2 = 1;
8096 ++maskbitslog2;
8097 if (maskbitslog2 < 3)
8098 maskbitslog2 = 5;
8099 else if ((1 << (maskbitslog2 - 2)) & cinfo.nsyms)
8100 maskbitslog2 = maskbitslog2 + 3;
8102 maskbitslog2 = maskbitslog2 + 2
8080 unsigned long int maskwords, maskbitslog2, x; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 8047 unsigned long int maskwords, maskbitslog2, x;
8051 maskbitslog2 = 1;
8053 ++maskbitslog2;
8054 if (maskbitslog2 < 3)
8055 maskbitslog2 = 5;
8056 else if ((1 << (maskbitslog2 - 2)) & cinfo.nsyms)
8057 maskbitslog2 = maskbitslog2 + 3;
8059 maskbitslog2 = maskbitslog2 + 2
8037 unsigned long int maskwords, maskbitslog2, x; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 7986 unsigned long int maskwords, maskbitslog2, x;
7990 maskbitslog2 = 1;
7992 ++maskbitslog2;
7993 if (maskbitslog2 < 3)
7994 maskbitslog2 = 5;
7995 else if ((1 << (maskbitslog2 - 2)) & cinfo.nsyms)
7996 maskbitslog2 = maskbitslog2 + 3;
7998 maskbitslog2 = maskbitslog2 + 2
7976 unsigned long int maskwords, maskbitslog2, x; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 7972 unsigned long int maskwords, maskbitslog2, x;
7976 maskbitslog2 = 1;
7978 ++maskbitslog2;
7979 if (maskbitslog2 < 3)
7980 maskbitslog2 = 5;
7981 else if ((1 << (maskbitslog2 - 2)) & cinfo.nsyms)
7982 maskbitslog2 = maskbitslog2 + 3;
7984 maskbitslog2 = maskbitslog2 + 2
7962 unsigned long int maskwords, maskbitslog2, x; local
    [all...]

Completed in 79 milliseconds