Searched refs:GetCacheSize (Results 1 – 2 of 2) sorted by relevance
245 Elf_Word GetCacheSize() { in GetCacheSize() function282 if (CachedSection::GetCacheSize() == 0u) { in Add()376 Elf_Word GetCacheSize() { return syms_.size() * sizeof(Elf_Sym); } in GetCacheSize() function729 int count = dynsym_.GetCacheSize() / sizeof(Elf_Sym); // Includes NULL. in PrepareDynamicSection()744 dynstr_.AllocateVirtualMemory(dynstr_.GetCacheSize()); in PrepareDynamicSection()745 dynsym_.AllocateVirtualMemory(dynsym_.GetCacheSize()); in PrepareDynamicSection()746 hash_.AllocateVirtualMemory(hash_.GetCacheSize()); in PrepareDynamicSection()753 { .d_tag = DT_STRSZ, .d_un = { .d_ptr = dynstr_.GetCacheSize() }, }, in PrepareDynamicSection()758 dynamic_.AllocateVirtualMemory(dynamic_.GetCacheSize()); in PrepareDynamicSection()
122 size_t GetCacheSize() { in GetCacheSize() function