Home
last modified time | relevance | path

Searched refs:chain_value (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Dlinker_soinfo.cpp173 uint32_t chain_value = 0; in ElfW() local
178 chain_value = lib->gnu_chain_[sym_idx]; in ElfW()
179 if ((chain_value >> 1) == (hash >> 1)) { in ElfW()
198 } while ((chain_value & 1) == 0); in ElfW()