Lines Matching full:split_bss
756 struct section *split_bss)
797 else if (split_bss != NULL
798 && s->value < split_bss->shdr.sh_addr
799 && s->value >= split_bss[-1].shdr.sh_addr
800 && shndx == elf_ndxscn (split_bss->outscn))
802 s->shndx = elf_ndxscn (split_bss[-1].outscn);
1096 struct section *split_bss = NULL;
1134 && (split_bss = sec) > sections)))
1150 return split_bss;
1385 struct section *split_bss = NULL;
1392 split_bss = find_alloc_sections_prelink (unstripped, shstrtab,
1614 &symndx_map[stripped_nsym - 1], split_bss);