HomeSort by relevance Sort by last modified time
    Searched defs:outsyms (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
bout.c 433 asymbol **outsyms, **p, **q; local
435 outsyms = bfd_get_outsymbols (abfd);
436 p = outsyms + bfd_get_symcount (abfd);
438 for (q = p--; p >= outsyms; p--)
448 if (q > outsyms)
449 qsort (outsyms, (size_t) (q - outsyms), sizeof (asymbol*),
    [all...]
libcoff-in.h 493 bfd_byte *outsyms; member in struct:coff_final_link_info
linker.c 904 struct bfd_symbol **outsyms;
909 outsyms = _bfd_generic_link_get_symbols (abfd);
910 return generic_link_add_symbol_list (abfd, info, symcount, outsyms, collect);
902 struct bfd_symbol **outsyms; local
    [all...]
coffcode.h 2739 asymbol **outsyms = abfd->outsymbols; local
    [all...]
libcoff.h 497 bfd_byte *outsyms; member in struct:coff_final_link_info
    [all...]
xcofflink.c 191 bfd_byte *outsyms; member in struct:xcoff_final_link_info
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c 170 asymbol **newsyms, **outsyms;
685 outsyms = symbols;
688 outsyms = (asymbol **) xmalloc ((symcount + newsymcount + 1)
690 memcpy (outsyms, symbols, symcount * sizeof (asymbol *));
691 memcpy (outsyms + symcount, newsyms, newsymcount * sizeof (asymbol *));
692 outsyms[symcount + newsymcount] = NULL;
695 bfd_set_symtab (outbfd, outsyms, symcount + newsymcount);
168 asymbol **newsyms, **outsyms; local
    [all...]

Completed in 150 milliseconds