OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_system_library
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/src/
ld.h
790
bool
is_system_library
;
member in struct:ld_state
[
all
...]
ld.c
987
ld_state.
is_system_library
= true;
[
all
...]
ldgeneric.c
[
all
...]
/bionic/linker/
linker.cpp
125
static bool
is_system_library
(const std::string& realpath) {
function
200
if (needed_by != nullptr &&
is_system_library
(needed_by->get_realpath())) {
[
all
...]
Completed in 2945 milliseconds