OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:split_bss
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
unstrip.c
793
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;
1152
struct section *
split_bss
= NULL;
local
1442
struct section *
split_bss
= NULL;
local
[
all
...]
ChangeLog
[
all
...]
Completed in 556 milliseconds