Home
last modified time | relevance | path

Searched defs:GetSection (Results 1 – 2 of 2) sorted by relevance

/art/libelffile/elf/
Delf_debug_reader.h105 const Elf_Shdr* GetSection(const char* name) { return section_map_[name]; } in GetSection() function
/art/libdexfile/dex/
Ddex_file.cc138 ALWAYS_INLINE const T* DexFile::GetSection(const uint32_t* offset, DexFileContainer* container) { in GetSection() function in art::DexFile