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

/external/elfutils/src/
H A Dunstrip.c793 struct section *split_bss)
834 else if (split_bss != NULL
835 && s->value < split_bss->shdr.sh_addr
836 && s->value >= split_bss[-1].shdr.sh_addr
837 && shndx == elf_ndxscn (split_bss->outscn))
839 s->shndx = elf_ndxscn (split_bss[-1].outscn);
1154 struct section *split_bss = NULL;
1193 || (split_bss = sec) > sections))))
1209 return split_bss;
1444 struct section *split_bss
788 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
1152 struct section *split_bss = NULL; local
1442 struct section *split_bss = NULL; local
[all...]

Completed in 100 milliseconds