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.cpp216 llvm::StringRef section_name; in ReadSymbolTable() local
270 llvm::StringRef section_name; in AddSymbolForPltSection() local
298 llvm::StringRef section_name; in CheckSymbolSections() local
421 ElfStatus ReadSection(const std::string& section_name, std::string* content) override { in ReadSection()