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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 8750 struct elf_sym_strtab *symstrtab;
8780 if (_bfd_mul_overflow (symcount + 1, sizeof (*symstrtab), &amt)
8781 || (symstrtab = (struct elf_sym_strtab *) bfd_malloc (amt)) == NULL)
8794 free (symstrtab);
8835 symstrtab[outbound_syms_index].sym = sym;
8836 symstrtab[outbound_syms_index].dest_index = outbound_syms_index;
9062 symstrtab[outbound_syms_index].sym = sym;
9063 symstrtab[outbound_syms_index].dest_index = outbound_syms_index;
9073 struct elf_sym_strtab *elfsym = &symstrtab[idx];
9091 free (symstrtab);
8748 struct elf_sym_strtab *symstrtab; local
    [all...]
elflink.c 9040 struct elf_strtab_hash *symstrtab;
10446 = (unsigned long) _bfd_elf_strtab_add (flinfo->symstrtab,
10520 = (unsigned long) _bfd_elf_strtab_offset (flinfo->symstrtab,
12630 if (flinfo->symstrtab != NULL)
12631 _bfd_elf_strtab_free (flinfo->symstrtab);
12696 flinfo.symstrtab = _bfd_elf_strtab_init ();
12697 if (flinfo.symstrtab == NULL)
13452 _bfd_elf_strtab_finalize (flinfo.symstrtab);
13491 symstrtab_hdr->sh_size = _bfd_elf_strtab_size (flinfo.symstrtab);
13499 || ! _bfd_elf_strtab_emit (abfd, flinfo.symstrtab))
9028 struct elf_strtab_hash *symstrtab; member in struct:elf_final_link_info
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 8676 struct elf_sym_strtab *symstrtab;
8706 if (_bfd_mul_overflow (symcount + 1, sizeof (*symstrtab), &amt)
8707 || (symstrtab = (struct elf_sym_strtab *) bfd_malloc (amt)) == NULL)
8720 free (symstrtab);
8761 symstrtab[outbound_syms_index].sym = sym;
8762 symstrtab[outbound_syms_index].dest_index = outbound_syms_index;
8988 symstrtab[outbound_syms_index].sym = sym;
8989 symstrtab[outbound_syms_index].dest_index = outbound_syms_index;
8999 struct elf_sym_strtab *elfsym = &symstrtab[idx];
9017 free (symstrtab);
8674 struct elf_sym_strtab *symstrtab; local
    [all...]
elflink.c 9032 struct elf_strtab_hash *symstrtab;
10431 = (unsigned long) _bfd_elf_strtab_add (flinfo->symstrtab,
10505 = (unsigned long) _bfd_elf_strtab_offset (flinfo->symstrtab,
12609 if (flinfo->symstrtab != NULL)
12610 _bfd_elf_strtab_free (flinfo->symstrtab);
12675 flinfo.symstrtab = _bfd_elf_strtab_init ();
12676 if (flinfo.symstrtab == NULL)
13407 _bfd_elf_strtab_finalize (flinfo.symstrtab);
13449 symstrtab_hdr->sh_size = _bfd_elf_strtab_size (flinfo.symstrtab);
13461 || ! _bfd_elf_strtab_emit (abfd, flinfo.symstrtab))
9020 struct elf_strtab_hash *symstrtab; member in struct:elf_final_link_info
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf.c 8645 struct elf_sym_strtab *symstrtab;
8675 if (_bfd_mul_overflow (symcount + 1, sizeof (*symstrtab), &amt)
8676 || (symstrtab = (struct elf_sym_strtab *) bfd_malloc (amt)) == NULL)
8689 free (symstrtab);
8730 symstrtab[outbound_syms_index].sym = sym;
8731 symstrtab[outbound_syms_index].dest_index = outbound_syms_index;
8957 symstrtab[outbound_syms_index].sym = sym;
8958 symstrtab[outbound_syms_index].dest_index = outbound_syms_index;
8968 struct elf_sym_strtab *elfsym = &symstrtab[idx];
8986 free (symstrtab);
8643 struct elf_sym_strtab *symstrtab; local
    [all...]
elflink.c 8963 struct elf_strtab_hash *symstrtab;
10363 = (unsigned long) _bfd_elf_strtab_add (flinfo->symstrtab,
10437 = (unsigned long) _bfd_elf_strtab_offset (flinfo->symstrtab,
12536 if (flinfo->symstrtab != NULL)
12537 _bfd_elf_strtab_free (flinfo->symstrtab);
12606 flinfo.symstrtab = _bfd_elf_strtab_init ();
12607 if (flinfo.symstrtab == NULL)
13354 _bfd_elf_strtab_finalize (flinfo.symstrtab);
13400 symstrtab_hdr->sh_size = _bfd_elf_strtab_size (flinfo.symstrtab);
13412 || ! _bfd_elf_strtab_emit (abfd, flinfo.symstrtab))
8951 struct elf_strtab_hash *symstrtab; member in struct:elf_final_link_info
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 8814 struct elf_sym_strtab *symstrtab;
8844 if (_bfd_mul_overflow (symcount + 1, sizeof (*symstrtab), &amt)
8845 || (symstrtab = (struct elf_sym_strtab *) bfd_malloc (amt)) == NULL)
8858 free (symstrtab);
8899 symstrtab[outbound_syms_index].sym = sym;
8900 symstrtab[outbound_syms_index].dest_index = outbound_syms_index;
9127 symstrtab[outbound_syms_index].sym = sym;
9128 symstrtab[outbound_syms_index].dest_index = outbound_syms_index;
9138 struct elf_sym_strtab *elfsym = &symstrtab[idx];
9158 free (symstrtab);
8812 struct elf_sym_strtab *symstrtab; local
    [all...]
elflink.c 8938 struct elf_strtab_hash *symstrtab;
10338 = (unsigned long) _bfd_elf_strtab_add (flinfo->symstrtab,
10412 = (unsigned long) _bfd_elf_strtab_offset (flinfo->symstrtab,
12514 if (flinfo->symstrtab != NULL)
12515 _bfd_elf_strtab_free (flinfo->symstrtab);
12584 flinfo.symstrtab = _bfd_elf_strtab_init ();
12585 if (flinfo.symstrtab == NULL)
13332 _bfd_elf_strtab_finalize (flinfo.symstrtab);
13378 symstrtab_hdr->sh_size = _bfd_elf_strtab_size (flinfo.symstrtab);
13390 || ! _bfd_elf_strtab_emit (abfd, flinfo.symstrtab))
8926 struct elf_strtab_hash *symstrtab; member in struct:elf_final_link_info
    [all...]

Completed in 59 milliseconds