Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c7431 struct elf_symbuf_head *ssymbuf1, *ssymbuf2; in bfd_elf_match_symbols_in_sections() local
7467 ssymbuf1 = (struct elf_symbuf_head *) elf_tdata (bfd1)->symbuf; in bfd_elf_match_symbols_in_sections()
7470 if (ssymbuf1 == NULL) in bfd_elf_match_symbols_in_sections()
7478 elf_tdata (bfd1)->symbuf = ssymbuf1 in bfd_elf_match_symbols_in_sections()
7482 if (ssymbuf1 == NULL || ssymbuf2 == NULL) in bfd_elf_match_symbols_in_sections()
7489 if (ssymbuf1 != NULL && !info->reduce_memory_overheads) in bfd_elf_match_symbols_in_sections()
7494 if (ssymbuf1 != NULL && ssymbuf2 != NULL) in bfd_elf_match_symbols_in_sections()
7502 hi = ssymbuf1->count; in bfd_elf_match_symbols_in_sections()
7503 ssymbuf1++; in bfd_elf_match_symbols_in_sections()
7508 if (shndx1 < ssymbuf1[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
[all …]