Lines Matching refs:section_name
1451 I->section_name = name; in GetSectionHeaderInfo()
1604 if (m_section_headers[i].section_name == ConstString(name)) in GetSectionIndexByName()
1671 return GetSectionTypeFromName(H.section_name.GetStringRef()); in GetSectionType()
1851 ConstString &name = I->section_name; in CreateSections()
2880 const char *section_name = section->GetName().GetCString(); in RelocateSection() local
2882 if (section_name == nullptr) in RelocateSection()
2886 if (strncmp(section_name, debug_prefix, strlen(debug_prefix))) in RelocateSection()
2890 std::string needle = std::string(".rel") + section_name; in RelocateSection()
2891 std::string needlea = std::string(".rela") + section_name; in RelocateSection()
2896 const char *hay_name = I->section_name.GetCString(); in RelocateSection()
3234 const char *section_name = I->section_name.AsCString(""); in DumpELFSectionHeaders() local
3235 if (section_name) in DumpELFSectionHeaders()
3236 *s << ' ' << section_name << "\n"; in DumpELFSectionHeaders()