HomeSort by relevance Sort by last modified time
    Searched refs:getHashBucketCount (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 361 /// getHashBucketCount - calculate hash bucket count.
362 static unsigned getHashBucketCount(unsigned pNumOfSymbols, bool pIsGNUStyle);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 790 size_t nbucket = getHashBucketCount(hashed_sym_cnt, true);
799 hash = (2 + getHashBucketCount(dynsym, false) + dynsym) *
    [all...]

Completed in 174 milliseconds