OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:on_dsolist
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
ld.h
461
unsigned int
on_dsolist
:1;
member in struct:symbol
886
the list. If a symbol is on the list the
on_dsolist
field in the
[
all
...]
ldgeneric.c
712
else if (old_in_dso && !new_in_dso && oldp->defined && !oldp->
on_dsolist
)
724
oldp->
on_dsolist
= 1;
748
oldp->
on_dsolist
= 0;
788
oldp->
on_dsolist
= 1;
[
all
...]
Completed in 34 milliseconds