Lines Matching refs:section_name
1421 I->section_name = name; in GetSectionHeaderInfo()
1574 if (m_section_headers[i].section_name == ConstString(name)) in GetSectionIndexByName()
1641 return GetSectionTypeFromName(H.section_name.GetStringRef()); in GetSectionType()
1821 ConstString &name = I->section_name; in CreateSections()
2868 const char *section_name = section->GetName().GetCString(); in RelocateSection() local
2870 if (section_name == nullptr) in RelocateSection()
2874 if (strncmp(section_name, debug_prefix, strlen(debug_prefix))) in RelocateSection()
2878 std::string needle = std::string(".rel") + section_name; in RelocateSection()
2879 std::string needlea = std::string(".rela") + section_name; in RelocateSection()
2884 const char *hay_name = I->section_name.GetCString(); in RelocateSection()
3222 const char *section_name = I->section_name.AsCString(""); in DumpELFSectionHeaders() local
3223 if (section_name) in DumpELFSectionHeaders()
3224 *s << ' ' << section_name << "\n"; in DumpELFSectionHeaders()