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

  /src/external/gpl3/binutils/dist/libctf/
ctf-string.c 653 ctf_str_atom_t **sorttab; local
713 sorttab = calloc (strtab_count, sizeof (ctf_str_atom_t *));
714 if (!sorttab)
734 sorttab[i++] = atom;
737 qsort (sorttab, strtab_count, sizeof (ctf_str_atom_t *),
754 /* Work over the sorttab, add its strings to the strtab, and remember
758 to the strtab and may not be in the sorttab. */
762 sorttab[i]->csa_offset = cur_stroff;
763 strcpy (&strtab->cts_strs[cur_stroff], sorttab[i]->csa_str);
764 cur_stroff += strlen (sorttab[i]->csa_str) + 1
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-string.c 653 ctf_str_atom_t **sorttab; local
713 sorttab = calloc (strtab_count, sizeof (ctf_str_atom_t *));
714 if (!sorttab)
734 sorttab[i++] = atom;
737 qsort (sorttab, strtab_count, sizeof (ctf_str_atom_t *),
754 /* Work over the sorttab, add its strings to the strtab, and remember
758 to the strtab and may not be in the sorttab. */
762 sorttab[i]->csa_offset = cur_stroff;
763 strcpy (&strtab->cts_strs[cur_stroff], sorttab[i]->csa_str);
764 cur_stroff += strlen (sorttab[i]->csa_str) + 1
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-string.c 653 ctf_str_atom_t **sorttab; local
713 sorttab = calloc (strtab_count, sizeof (ctf_str_atom_t *));
714 if (!sorttab)
734 sorttab[i++] = atom;
737 qsort (sorttab, strtab_count, sizeof (ctf_str_atom_t *),
754 /* Work over the sorttab, add its strings to the strtab, and remember
758 to the strtab and may not be in the sorttab. */
762 sorttab[i]->csa_offset = cur_stroff;
763 strcpy (&strtab->cts_strs[cur_stroff], sorttab[i]->csa_str);
764 cur_stroff += strlen (sorttab[i]->csa_str) + 1
    [all...]
  /src/external/gpl3/gdb/dist/sim/sh/
gencode.c 3162 sorttab (void) function
3179 sorttab ();
3406 sorttab ();
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-string.c 626 ctf_str_atom_t **sorttab; local
685 sorttab = calloc (strtab_count, sizeof (ctf_str_atom_t *));
686 if (!sorttab)
705 sorttab[i++] = atom;
708 qsort (sorttab, strtab_count, sizeof (ctf_str_atom_t *),
725 /* Work over the sorttab, add its strings to the strtab, and remember
729 to the strtab and may not be in the sorttab. */
733 sorttab[i]->csa_offset = cur_stroff;
734 strcpy (&strtab->cts_strs[cur_stroff], sorttab[i]->csa_str);
735 cur_stroff += strlen (sorttab[i]->csa_str) + 1
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/sh/
gencode.c 3162 sorttab (void) function
3179 sorttab ();
3406 sorttab ();

Completed in 51 milliseconds