Lines Matching refs:section_name
246 …adSectionFromELFFile(const llvm::object::ELFObjectFile<ELFT>* elf, const std::string& section_name, in ReadSectionFromELFFile() argument
250 if (it->getName(name) || name != section_name) { in ReadSectionFromELFFile()
285 llvm::StringRef section_name; in ReadSymbolTable() local
286 if (section_it_or_err.get()->getName(section_name) || section_name.empty()) { in ReadSymbolTable()
289 if (section_name == ".text") { in ReadSymbolTable()
339 llvm::StringRef section_name; in AddSymbolForPltSection() local
340 std::error_code err = section_ref.getName(section_name); in AddSymbolForPltSection()
341 if (err || section_name != ".plt") { in AddSymbolForPltSection()
367 llvm::StringRef section_name; in CheckSymbolSections() local
368 std::error_code err = section_ref.getName(section_name); in CheckSymbolSections()
372 if (section_name == ".dynsym") { in CheckSymbolSections()
374 } else if (section_name == ".symtab") { in CheckSymbolSections()
567 ElfStatus ReadSectionFromElfFile(const std::string& filename, const std::string& section_name, in ReadSectionFromElfFile() argument
579 return ReadSectionFromELFFile(elf, section_name, content); in ReadSectionFromElfFile()
581 return ReadSectionFromELFFile(elf, section_name, content); in ReadSectionFromElfFile()