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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c8991 struct elf_symbuf_head *ssymbuf1, *ssymbuf2;
9043 ssymbuf1 = elf_tdata (bfd1)->symbuf;
9046 if (ssymbuf1 == NULL)
9054 elf_tdata (bfd1)->symbuf = ssymbuf1
9058 if (ssymbuf1 == NULL || ssymbuf2 == NULL)
9065 if (ssymbuf1 != NULL && !info->reduce_memory_overheads)
9070 if (ssymbuf1 != NULL && ssymbuf2 != NULL)
9078 hi = ssymbuf1->count;
9079 ssymbuf1++;
9084 if ((unsigned int) shndx1 < ssymbuf1[mi
8980 struct elf_symbuf_head *ssymbuf1, *ssymbuf2; local
[all...]

Completed in 61 milliseconds