Searched refs:syminfo (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dnm.c797 symbol_info syminfo;
804 bfd_get_symbol_info (abfd, sym, &syminfo);
805 info.sinfo = &syminfo;
792 symbol_info syminfo; local
H A Dreadelf.c5935 /* And find the syminfo section if available. */
5960 Elf_Internal_Syminfo *syminfo;
5962 /* There is a syminfo section. Read the data. */
5976 for (syminfo = dynamic_syminfo, extsym = extsyminfo;
5977 syminfo < dynamic_syminfo + dynamic_syminfo_nent;
5978 ++syminfo, ++extsym)
5980 syminfo->si_boundto = BYTE_GET (extsym->si_boundto);
5981 syminfo->si_flags = BYTE_GET (extsym->si_flags);
7593 /* No syminfo, this is ok. */
5957 Elf_Internal_Syminfo *syminfo; local

Completed in 209 milliseconds