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

  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 600 flaginfo.outsyms = NULL;
797 flaginfo.outsyms = (bfd_byte *) bfd_malloc ((max_sym_count + 1) * symesz);
811 || flaginfo.outsyms == NULL
919 bfd_coff_swap_sym_out (abfd, &isym, flaginfo.outsyms);
929 flaginfo.outsyms);
940 || bfd_bwrite (flaginfo.outsyms, symesz, abfd) != symesz))
1002 flaginfo.outsyms);
1006 || bfd_bwrite (flaginfo.outsyms, symesz, abfd) != symesz)
    [all...]
xcofflink.c 191 bfd_byte *outsyms; member in struct:xcoff_final_link_info
    [all...]
coff-ppc.c     [all...]
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 508 bfd_byte *outsyms; member in struct:coff_final_link_info
libcoff.h 512 bfd_byte *outsyms; member in struct:coff_final_link_info
    [all...]
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 2716 asymbol **outsyms = abfd->outsymbols; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 170 asymbol **newsyms, **outsyms;
684 outsyms = symbols;
687 outsyms = (asymbol **) xmalloc ((symcount + newsymcount + 1)
689 memcpy (outsyms, symbols, symcount * sizeof (asymbol *));
690 memcpy (outsyms + symcount, newsyms, newsymcount * sizeof (asymbol *));
691 outsyms[symcount + newsymcount] = NULL;
694 bfd_set_symtab (outbfd, outsyms, symcount + newsymcount);
168 asymbol **newsyms, **outsyms; local
    [all...]

Completed in 403 milliseconds