HomeSort by relevance Sort by last modified time
    Searched full:split_bss (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
unstrip.c 753 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)))
1091 struct section *split_bss = NULL; local
1379 struct section *split_bss = NULL; local
    [all...]
ChangeLog 638 Take new arg SPLIT_BSS. Adjust S->shndx recorded for symbols moved
    [all...]

Completed in 1113 milliseconds