Lines Matching defs:split_bss
847 struct section *split_bss)
892 else if (split_bss != NULL
893 && s->value < split_bss->shdr.sh_addr
894 && s->value >= split_bss[-1].shdr.sh_addr
895 && shndx == elf_ndxscn (split_bss->outscn))
897 s->shndx = elf_ndxscn (split_bss[-1].outscn);
1258 struct section *split_bss = NULL;
1297 || (split_bss = sec) > sections))))
1313 return split_bss;
1564 struct section *split_bss = NULL;
1571 split_bss = find_alloc_sections_prelink (unstripped, shstrtab,
1839 &symndx_map[stripped_nsym - 1], split_bss);