Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/modules/
H A Dconfiguration.cc47 Section* Configuration::GetSection(const std::string& name) { in GetSection() function in android::linkerconfig::modules::Configuration
/aosp12/art/libelffile/elf/
H A Delf_debug_reader.h105 const Elf_Shdr* GetSection(const char* name) { return section_map_[name]; } in GetSection() function