Lines Matching defs:esym

245   EXTR esym;
831 memset (&ret->esym, 0, sizeof (EXTR));
834 ret->esym.ifd = -2;
988 struct sym_ext *esym;
1001 esym = NULL;
1032 esym = bfd_malloc (size * count);
1033 if (esym == NULL)
1036 if (! _bfd_ecoff_get_accumulated_sym (handle, (bfd_byte *) esym))
1050 (*swap->swap_sym_in) (abfd, &esym[pdr.isym], &sym);
1102 if (esym != NULL)
1103 free (esym);
1116 if (esym != NULL)
1117 free (esym);
1805 if (h->esym.ifd == -2)
1807 h->esym.jmptbl = 0;
1808 h->esym.cobol_main = 0;
1809 h->esym.weakext = 0;
1810 h->esym.reserved = 0;
1811 h->esym.ifd = ifdNil;
1812 h->esym.asym.value = 0;
1813 h->esym.asym.st = stGlobal;
1826 h->esym.asym.sc = scData;
1827 h->esym.asym.st = stLabel;
1828 h->esym.asym.value = 0;
1832 h->esym.asym.sc = scAbs;
1833 h->esym.asym.st = stLabel;
1834 h->esym.asym.value =
1839 h->esym.asym.sc = scAbs;
1840 h->esym.asym.st = stLabel;
1841 h->esym.asym.value = elf_gp (einfo->abfd);
1844 h->esym.asym.sc = scUndefined;
1848 h->esym.asym.sc = scAbs;
1859 h->esym.asym.sc = scUndefined;
1865 h->esym.asym.sc = scText;
1867 h->esym.asym.sc = scData;
1869 h->esym.asym.sc = scSData;
1872 h->esym.asym.sc = scRData;
1874 h->esym.asym.sc = scBss;
1876 h->esym.asym.sc = scSBss;
1878 h->esym.asym.sc = scInit;
1880 h->esym.asym.sc = scFini;
1882 h->esym.asym.sc = scAbs;
1886 h->esym.asym.reserved = 0;
1887 h->esym.asym.index = indexNil;
1891 h->esym.asym.value = h->root.root.u.c.size;
1895 if (h->esym.asym.sc == scCommon)
1896 h->esym.asym.sc = scBss;
1897 else if (h->esym.asym.sc == scSCommon)
1898 h->esym.asym.sc = scSBss;
1903 h->esym.asym.value = (h->root.root.u.def.value
1907 h->esym.asym.value = 0;
1923 h->esym.asym.st = stProc;
1926 h->esym.asym.value = 0;
1931 h->esym.asym.value = (hd->root.plt.offset
1935 h->esym.asym.value = 0;
1942 &h->esym))
10276 EXTR esym;
10470 esym.jmptbl = 0;
10471 esym.cobol_main = 0;
10472 esym.weakext = 0;
10473 esym.reserved = 0;
10474 esym.ifd = ifdNil;
10475 esym.asym.iss = issNil;
10476 esym.asym.st = stLocal;
10477 esym.asym.reserved = 0;
10478 esym.asym.index = indexNil;
10482 esym.asym.sc = sc[i];
10486 esym.asym.value = s->vma;
10490 esym.asym.value = last;
10492 secname[i], &esym))
10567 if (h == NULL || h->esym.ifd != -2)
10577 h->esym = ext;