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

/freebsd-10.1-release/contrib/binutils/bfd/
H A Delflink.c6458 Elf_External_Sym_Shndx *locsym_shndx;
8353 finfo->locsym_shndx);
8364 finfo->locsym_shndx);
9371 finfo.locsym_shndx = NULL;
9754 finfo.locsym_shndx = bfd_malloc (amt);
9755 if (finfo.locsym_shndx == NULL)
10337 if (finfo.locsym_shndx != NULL)
10338 free (finfo.locsym_shndx);
10381 if (finfo.locsym_shndx != NULL)
10382 free (finfo.locsym_shndx);
6448 Elf_External_Sym_Shndx *locsym_shndx; member in struct:elf_final_link_info
[all...]

Completed in 166 milliseconds