HomeSort by: relevance | last modified time | path
    Searched refs:alent (Results 1 - 25 of 215) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 4490 const alent *al1 = *(const alent **) arg1;
4491 const alent *al2 = *(const alent **) arg2;
4509 alent *lineno_cache;
4511 alent *cache_ptr;
4535 if (_bfd_mul_overflow (asect->lineno_count + 1, sizeof (alent), &amt))
4541 lineno_cache = (alent *) bfd_alloc (abfd, amt);
4643 alent **func_table;
4644 alent *n_lineno_cache
    [all...]
libaout.h 521 extern alent * NAME (aout, get_lineno)
libcoff-in.h 377 extern alent *coff_get_lineno
syms.c 1531 alent *
1534 return (alent *) _bfd_ptr_bfd_null_error (abfd);
libbfd-in.h 422 extern alent *_bfd_nosymbols_get_lineno
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 4483 const alent *al1 = *(const alent **) arg1;
4484 const alent *al2 = *(const alent **) arg2;
4502 alent *lineno_cache;
4504 alent *cache_ptr;
4528 if (_bfd_mul_overflow (asect->lineno_count + 1, sizeof (alent), &amt))
4534 lineno_cache = (alent *) bfd_alloc (abfd, amt);
4636 alent **func_table;
4637 alent *n_lineno_cache
    [all...]
libcoff-in.h 374 extern alent *coff_get_lineno
libaout.h 521 extern alent * NAME (aout, get_lineno)
syms.c 1532 alent *
1535 return (alent *) _bfd_ptr_bfd_null_error (abfd);
libbfd-in.h 429 extern alent *_bfd_nosymbols_get_lineno
libcoff.h 378 extern alent *coff_get_lineno
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 4492 const alent *al1 = *(const alent **) arg1;
4493 const alent *al2 = *(const alent **) arg2;
4511 alent *lineno_cache;
4513 alent *cache_ptr;
4537 if (_bfd_mul_overflow (asect->lineno_count + 1, sizeof (alent), &amt))
4543 lineno_cache = (alent *) bfd_alloc (abfd, amt);
4645 alent **func_table;
4646 alent *n_lineno_cache
    [all...]
libcoff-in.h 371 extern alent *coff_get_lineno
libaout.h 528 extern alent * NAME (aout, get_lineno)
syms.c 1531 alent *
1534 return (alent *) _bfd_ptr_bfd_null_error (abfd);
libbfd-in.h 432 extern alent *_bfd_nosymbols_get_lineno
libcoff.h 375 extern alent *coff_get_lineno
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 4492 const alent *al1 = *(const alent **) arg1;
4493 const alent *al2 = *(const alent **) arg2;
4511 alent *lineno_cache;
4513 alent *cache_ptr;
4537 if (_bfd_mul_overflow (asect->lineno_count + 1, sizeof (alent), &amt))
4543 lineno_cache = (alent *) bfd_alloc (abfd, amt);
4645 alent **func_table;
4646 alent *n_lineno_cache
    [all...]
libcoff-in.h 371 extern alent *coff_get_lineno
libaout.h 543 extern alent * NAME (aout, get_lineno)
syms.c 1523 alent *
1526 return (alent *) _bfd_ptr_bfd_null_error (abfd);
  /src/external/gpl3/binutils/dist/gas/config/
obj-coff.c 357 alent l;
445 (alent *) line_nos;
1437 alent *l;
1447 l = XNEWVEC (alent, (i + 2));
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-coff.c 357 alent l;
445 (alent *) line_nos;
1439 alent *l;
1449 l = XNEWVEC (alent, (i + 2));
  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 630 alent *linenos;
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 630 alent *linenos;

Completed in 90 milliseconds

1 2 3 4 5 6 7 8 9