Searched defs:GetSection (Results 1 – 2 of 2) sorted by relevance
105 const Elf_Shdr* GetSection(const char* name) { return section_map_[name]; } in GetSection() function
138 ALWAYS_INLINE const T* DexFile::GetSection(const uint32_t* offset, DexFileContainer* container) { in GetSection() function in art::DexFile