Searched defs:section_name (Results 1 – 2 of 2) sorted by relevance
40 std::string section_name = match[1]; in ParseDirPath() local228 std::string section_name = match[1]; in ParseConfiguration() local
263 llvm::Expected<llvm::StringRef> section_name = GetSectionName(*section_it_or_err.get()); in ReadSymbolTable() local319 llvm::Expected<llvm::StringRef> section_name = GetSectionName(section_ref); in AddSymbolForPltSection() local346 llvm::Expected<llvm::StringRef> section_name = GetSectionName(section_ref); in CheckSymbolSections() local472 ElfStatus ReadSection(const std::string& section_name, std::string* content) override { in ReadSection()