Home
last modified time | relevance | path

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

/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h40 std::string section_name = match[1]; in ParseDirPath() local
228 std::string section_name = match[1]; in ParseConfiguration() local
/system/extras/simpleperf/
Dread_elf.cpp263 llvm::Expected<llvm::StringRef> section_name = GetSectionName(*section_it_or_err.get()); in ReadSymbolTable() local
319 llvm::Expected<llvm::StringRef> section_name = GetSectionName(section_ref); in AddSymbolForPltSection() local
346 llvm::Expected<llvm::StringRef> section_name = GetSectionName(section_ref); in CheckSymbolSections() local
472 ElfStatus ReadSection(const std::string& section_name, std::string* content) override { in ReadSection()