Searched refs:symsize (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dmmix-dis.c98 long symsize = bfd_get_symtab_upper_bound (abfd); local
99 asymbol **syms = malloc (symsize);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dnm.c830 long symsize;
832 symsize = bfd_get_symtab_upper_bound (abfd);
833 if (symsize < 0)
835 syms = xmalloc (symsize);
825 long symsize; local
H A Dobjcopy.c1294 long symsize;
1372 symsize = bfd_get_symtab_upper_bound (ibfd);
1373 if (symsize < 0)
1379 osympp = isympp = xmalloc (symsize);
2520 bfd_size_type symsize, stringsize;
2525 &symsize, &strings,
2534 || ! bfd_set_section_size (obfd, stabsec, symsize)
2549 if (! bfd_set_section_contents (obfd, stabsec, syms, 0, symsize)
1292 long symsize; local
2518 bfd_size_type symsize, stringsize; local
H A Dnlmconv.c170 long symsize;
384 symsize = bfd_get_symtab_upper_bound (inbfd);
385 if (symsize < 0)
387 symbols = (asymbol **) xmalloc (symsize);
168 long symsize; local
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_link.c1045 size_t symsize, nsym, isym, istr, len; local
1084 symsize = sizeof (Elf64_Sym);
1093 symsize = sizeof (Elf32_Sym);
1187 isym = data_sym->d_size / symsize;
1288 nsym * symsize)) == NULL) {
1307 data_sym->d_size += nsym * symsize;
1310 shdr_sym.sh_size += nsym * symsize;
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dlinker.c745 long symsize;
748 symsize = bfd_get_symtab_upper_bound (abfd);
749 if (symsize < 0)
751 bfd_get_outsymbols (abfd) = bfd_alloc (abfd, symsize);
752 if (bfd_get_outsymbols (abfd) == NULL && symsize != 0)
744 long symsize; local
H A Decofflink.c1140 long symsize;
1164 symsize = bfd_get_symtab_upper_bound (input_bfd);
1165 if (symsize < 0)
1167 symbols = (asymbol **) bfd_alloc (output_bfd, (bfd_size_type) symsize);
1137 long symsize; local
H A Dsom.c4234 int symsize = sizeof (struct symbol_dictionary_record);
4261 amt *= symsize;
4233 int symsize = sizeof (struct symbol_dictionary_record); local
/macosx-10.9.5/swig-10/Lib/chicken/
H A Dchicken.swg772 a = C_alloc(2*$nummethods$symsize);

Completed in 125 milliseconds