• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching defs:esym

245   EXTR esym;
827 memset (&ret->esym, 0, sizeof (EXTR));
830 ret->esym.ifd = -2;
984 struct sym_ext *esym;
997 esym = NULL;
1028 esym = bfd_malloc (size * count);
1029 if (esym == NULL)
1032 if (! _bfd_ecoff_get_accumulated_sym (handle, (bfd_byte *) esym))
1046 (*swap->swap_sym_in) (abfd, &esym[pdr.isym], &sym);
1098 if (esym != NULL)
1099 free (esym);
1112 if (esym != NULL)
1113 free (esym);
1801 if (h->esym.ifd == -2)
1803 h->esym.jmptbl = 0;
1804 h->esym.cobol_main = 0;
1805 h->esym.weakext = 0;
1806 h->esym.reserved = 0;
1807 h->esym.ifd = ifdNil;
1808 h->esym.asym.value = 0;
1809 h->esym.asym.st = stGlobal;
1822 h->esym.asym.sc = scData;
1823 h->esym.asym.st = stLabel;
1824 h->esym.asym.value = 0;
1828 h->esym.asym.sc = scAbs;
1829 h->esym.asym.st = stLabel;
1830 h->esym.asym.value =
1835 h->esym.asym.sc = scAbs;
1836 h->esym.asym.st = stLabel;
1837 h->esym.asym.value = elf_gp (einfo->abfd);
1840 h->esym.asym.sc = scUndefined;
1844 h->esym.asym.sc = scAbs;
1855 h->esym.asym.sc = scUndefined;
1861 h->esym.asym.sc = scText;
1863 h->esym.asym.sc = scData;
1865 h->esym.asym.sc = scSData;
1868 h->esym.asym.sc = scRData;
1870 h->esym.asym.sc = scBss;
1872 h->esym.asym.sc = scSBss;
1874 h->esym.asym.sc = scInit;
1876 h->esym.asym.sc = scFini;
1878 h->esym.asym.sc = scAbs;
1882 h->esym.asym.reserved = 0;
1883 h->esym.asym.index = indexNil;
1887 h->esym.asym.value = h->root.root.u.c.size;
1891 if (h->esym.asym.sc == scCommon)
1892 h->esym.asym.sc = scBss;
1893 else if (h->esym.asym.sc == scSCommon)
1894 h->esym.asym.sc = scSBss;
1899 h->esym.asym.value = (h->root.root.u.def.value
1903 h->esym.asym.value = 0;
1919 h->esym.asym.st = stProc;
1922 h->esym.asym.value = 0;
1927 h->esym.asym.value = (hd->root.plt.offset
1931 h->esym.asym.value = 0;
1938 &h->esym))
10237 EXTR esym;
10431 esym.jmptbl = 0;
10432 esym.cobol_main = 0;
10433 esym.weakext = 0;
10434 esym.reserved = 0;
10435 esym.ifd = ifdNil;
10436 esym.asym.iss = issNil;
10437 esym.asym.st = stLocal;
10438 esym.asym.reserved = 0;
10439 esym.asym.index = indexNil;
10443 esym.asym.sc = sc[i];
10447 esym.asym.value = s->vma;
10451 esym.asym.value = last;
10453 secname[i], &esym))
10528 if (h == NULL || h->esym.ifd != -2)
10538 h->esym = ext;