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

  /src/external/gpl3/binutils/dist/bfd/
stabs.c 184 bfd_byte *stabbuf = NULL; local
256 if (!bfd_malloc_and_get_section (abfd, stabsec, &stabbuf)
270 symend = stabbuf + stabsec->size;
271 for (sym = stabbuf, pstridx = secinfo->stridxs;
309 abfd, stabsec, (long) (sym - stabbuf));
410 ne->offset = sym - stabbuf;
478 free (stabbuf);
479 stabbuf = NULL;
526 free (stabbuf);
554 bfd_byte *stabbuf = NULL local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
stabs.c 185 bfd_byte *stabbuf = NULL; local
256 if (!bfd_malloc_and_get_section (abfd, stabsec, &stabbuf)
270 symend = stabbuf + stabsec->size;
271 for (sym = stabbuf, pstridx = secinfo->stridxs;
309 abfd, stabsec, (long) (sym - stabbuf));
410 ne->offset = sym - stabbuf;
478 free (stabbuf);
479 stabbuf = NULL;
526 free (stabbuf);
555 bfd_byte *stabbuf = NULL local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
stabs.c 185 bfd_byte *stabbuf = NULL; local
256 if (!bfd_malloc_and_get_section (abfd, stabsec, &stabbuf)
270 symend = stabbuf + stabsec->size;
271 for (sym = stabbuf, pstridx = secinfo->stridxs;
309 abfd, stabsec, (long) (sym - stabbuf));
410 ne->offset = sym - stabbuf;
478 free (stabbuf);
479 stabbuf = NULL;
526 free (stabbuf);
555 bfd_byte *stabbuf = NULL local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
stabs.c 185 bfd_byte *stabbuf = NULL; local
256 if (!bfd_malloc_and_get_section (abfd, stabsec, &stabbuf)
270 symend = stabbuf + stabsec->size;
271 for (sym = stabbuf, pstridx = secinfo->stridxs;
309 abfd, stabsec, (long) (sym - stabbuf));
410 ne->offset = sym - stabbuf;
478 free (stabbuf);
479 stabbuf = NULL;
526 free (stabbuf);
555 bfd_byte *stabbuf = NULL local
    [all...]

Completed in 47 milliseconds