HomeSort by: relevance | last modified time | path
    Searched refs:_bfd_generic_link_get_symcount (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
genlink.h 82 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount) macro
linker.c 911 symcount = _bfd_generic_link_get_symcount (abfd);
1074 ppend = pp + _bfd_generic_link_get_symcount (abfd);
2129 sym_end = sym_ptr + _bfd_generic_link_get_symcount (input_bfd);
2710 symppend = sympp + _bfd_generic_link_get_symcount (input_bfd);
  /src/external/gpl3/binutils.old/dist/bfd/
genlink.h 82 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount) macro
linker.c 909 symcount = _bfd_generic_link_get_symcount (abfd);
1072 ppend = pp + _bfd_generic_link_get_symcount (abfd);
2127 sym_end = sym_ptr + _bfd_generic_link_get_symcount (input_bfd);
2693 symppend = sympp + _bfd_generic_link_get_symcount (input_bfd);
  /src/external/gpl3/gdb/dist/bfd/
genlink.h 82 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount) macro
linker.c 893 symcount = _bfd_generic_link_get_symcount (abfd);
1056 ppend = pp + _bfd_generic_link_get_symcount (abfd);
2048 sym_end = sym_ptr + _bfd_generic_link_get_symcount (input_bfd);
2624 symppend = sympp + _bfd_generic_link_get_symcount (input_bfd);
  /src/external/gpl3/gdb.old/dist/bfd/
genlink.h 82 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount) macro
linker.c 891 symcount = _bfd_generic_link_get_symcount (abfd);
1054 ppend = pp + _bfd_generic_link_get_symcount (abfd);
2046 sym_end = sym_ptr + _bfd_generic_link_get_symcount (input_bfd);
2622 symppend = sympp + _bfd_generic_link_get_symcount (input_bfd);

Completed in 35 milliseconds