Lines Matching refs:section_name
1490 I->section_name = name; in GetSectionHeaderInfo()
1643 if (m_section_headers[i].section_name == ConstString(name)) in GetSectionIndexByName()
1712 return GetSectionTypeFromName(H.section_name.GetStringRef()); in GetSectionType()
1897 ConstString &name = I->section_name; in CreateSections()
3033 const char *section_name = section->GetName().GetCString(); in RelocateSection() local
3035 if (section_name == nullptr) in RelocateSection()
3039 if (strncmp(section_name, debug_prefix, strlen(debug_prefix))) in RelocateSection()
3043 std::string needle = std::string(".rel") + section_name; in RelocateSection()
3044 std::string needlea = std::string(".rela") + section_name; in RelocateSection()
3049 const char *hay_name = I->section_name.GetCString(); in RelocateSection()
3387 const char *section_name = I->section_name.AsCString(""); in DumpELFSectionHeaders() local
3388 if (section_name) in DumpELFSectionHeaders()
3389 *s << ' ' << section_name << "\n"; in DumpELFSectionHeaders()