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

  /src/external/gpl3/binutils/dist/libctf/
ctf-serialize.c 108 int beyond_max = 0; local
236 beyond_max++;
249 *padsize = (ctf_dynhash_elements (linker_known) - beyond_max) * sizeof (uint32_t);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-serialize.c 102 int beyond_max = 0; local
230 beyond_max++;
243 *padsize = (ctf_dynhash_elements (linker_known) - beyond_max) * sizeof (uint32_t);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-serialize.c 102 int beyond_max = 0; local
230 beyond_max++;
243 *padsize = (ctf_dynhash_elements (linker_known) - beyond_max) * sizeof (uint32_t);
  /src/external/gpl3/gdb/dist/libctf/
ctf-serialize.c 108 int beyond_max = 0; local
236 beyond_max++;
249 *padsize = (ctf_dynhash_elements (linker_known) - beyond_max) * sizeof (uint32_t);

Completed in 21 milliseconds