Searched refs:isyms (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dlibcoff.h917 #define bfd_coff_relocate_section(obfd,info,ibfd,o,con,rel,isyms,secs)\
919 (obfd, info, ibfd, o, con, rel, isyms, secs))
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c3713 Elf_Internal_Sym *isyms;
3737 isyms = cmalloc (number, sizeof (Elf_Internal_Sym));
3739 if (isyms == NULL)
3748 for (j = 0, psym = isyms;
3767 return isyms;
3776 Elf_Internal_Sym *isyms;
3800 isyms = cmalloc (number, sizeof (Elf_Internal_Sym));
3802 if (isyms == NULL)
3811 for (j = 0, psym = isyms;
3830 return isyms;
3710 Elf_Internal_Sym *isyms; local
3773 Elf_Internal_Sym *isyms; local
[all...]
H A Dobjcopy.c896 asymbol **isyms, long symcount)
898 asymbol **from = isyms, **to = osyms;
893 filter_symbols(bfd *abfd, bfd *obfd, asymbol **osyms, asymbol **isyms, long symcount) argument

Completed in 208 milliseconds