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

/external/elfutils/src/
H A Dunstrip.c753 struct section *split_bss)
794 else if (split_bss != NULL
795 && s->value < split_bss->shdr.sh_addr
796 && s->value >= split_bss[-1].shdr.sh_addr
797 && shndx == elf_ndxscn (split_bss->outscn))
799 s->shndx = elf_ndxscn (split_bss[-1].outscn);
1093 struct section *split_bss = NULL;
1131 && (split_bss = sec) > sections)))
1147 return split_bss;
1381 struct section *split_bss
748 collect_symbols(Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn, const size_t nent, const GElf_Addr bias, const size_t scnmap[], struct symbol *table, size_t *map, struct section *split_bss) argument
1091 struct section *split_bss = NULL; local
1379 struct section *split_bss = NULL; local
[all...]

Completed in 340 milliseconds