Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h226 class CachedSection : public Section {
228 CachedSection(ElfBuilder<ElfTypes>* owner, in CachedSection() function
266 class CachedStringSection final : public CachedSection {
272 : CachedSection(owner, in CachedStringSection()
282 if (CachedSection::GetCacheSize() == 0u) { in Add()
285 return CachedSection::Add(name.c_str(), name.length() + 1); in Add()
945 CachedSection hash_;
946 CachedSection dynamic_;