Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h378 uint32_t gnu_maskwords_; member
Dlinker.cpp530 uint32_t word_num = (hash / bloom_mask_bits) & gnu_maskwords_; in gnu_lookup()
2542 gnu_maskwords_ = reinterpret_cast<uint32_t*>(load_bias + d->d_un.d_ptr)[2]; in prelink_image()
2546 gnu_bucket_ = reinterpret_cast<uint32_t*>(gnu_bloom_filter_ + gnu_maskwords_); in prelink_image()
2551 if (!powerof2(gnu_maskwords_)) { in prelink_image()
2553 gnu_maskwords_, get_realpath()); in prelink_image()
2556 --gnu_maskwords_; in prelink_image()