Searched defs:GetSection (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/linkerconfig/modules/ | ||
H A D | configuration.cc | 47 Section* Configuration::GetSection(const std::string& name) { in GetSection() function in android::linkerconfig::modules::Configuration |
/aosp12/art/libelffile/elf/ | ||
H A D | elf_debug_reader.h | 105 const Elf_Shdr* GetSection(const char* name) { return section_map_[name]; } in GetSection() function |