Searched refs:elf_symbuf_head (Results 1 – 3 of 3) sorted by relevance
7322 struct elf_symbuf_head struct7358 static struct elf_symbuf_head *7363 struct elf_symbuf_head *ssymbuf, *ssymhead; in elf_create_symbuf()7386 ssymbuf = (struct elf_symbuf_head *) bfd_malloc (total_size); in elf_create_symbuf()7431 struct elf_symbuf_head *ssymbuf1, *ssymbuf2; in bfd_elf_match_symbols_in_sections()7467 ssymbuf1 = (struct elf_symbuf_head *) elf_tdata (bfd1)->symbuf; in bfd_elf_match_symbols_in_sections()7468 ssymbuf2 = (struct elf_symbuf_head *) elf_tdata (bfd2)->symbuf; in bfd_elf_match_symbols_in_sections()
1534 struct elf_symbuf_head, struct elf_symbol, elf_sort_elf_symbol,3347 * elf.c (struct elf_symbuf_symbol, struct elf_symbuf_head): New types.
530 * elflink.c (struct elf_symbuf_head): Use size_t "count".