Searched refs:GetCacheSize (Results 1 – 2 of 2) sorted by relevance
253 Elf_Word GetCacheSize() { in GetCacheSize() function290 if (CachedSection::GetCacheSize() == 0u) { in Add()396 Elf_Word GetCacheSize() { return syms_.size() * sizeof(Elf_Sym); } in GetCacheSize() function777 int count = dynsym_.GetCacheSize() / sizeof(Elf_Sym); // Includes NULL. in PrepareDynamicSection()792 dynstr_.AllocateVirtualMemory(dynstr_.GetCacheSize()); in PrepareDynamicSection()793 dynsym_.AllocateVirtualMemory(dynsym_.GetCacheSize()); in PrepareDynamicSection()794 hash_.AllocateVirtualMemory(hash_.GetCacheSize()); in PrepareDynamicSection()801 { DT_STRSZ, { dynstr_.GetCacheSize() } }, in PrepareDynamicSection()806 dynamic_.AllocateVirtualMemory(dynamic_.GetCacheSize()); in PrepareDynamicSection()
112 size_t GetCacheSize() { in GetCacheSize() function