OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_elf_hash_
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker_soinfo.h
76
: name_(name),
has_elf_hash_
(false), has_gnu_hash_(false),
88
bool
has_elf_hash_
;
member in class:SymbolName
linker_soinfo.cpp
802
if (!
has_elf_hash_
) {
804
has_elf_hash_
= true;
Completed in 251 milliseconds