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/0.153/src/
unstrip.c
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)))
1094
struct section *
split_bss
= NULL;
local
1383
struct section *
split_bss
= NULL;
local
[
all
...]
ChangeLog
[
all
...]
Completed in 114 milliseconds