Searched refs:section_name (Results 1 – 8 of 8) sorted by relevance
14 # [section_name]18 # [section_name]
305 ConstString section_name; in CreateSections() local312 section_name = ConstString("code"); in CreateSections()323 section_name = sect_info.name; in CreateSections()335 section_name, // Section name. in CreateSections()
1421 I->section_name = name; in GetSectionHeaderInfo()1574 if (m_section_headers[i].section_name == ConstString(name)) in GetSectionIndexByName()1821 ConstString &name = I->section_name; in CreateSections()2868 const char *section_name = section->GetName().GetCString(); in RelocateSection() local2870 if (section_name == nullptr) 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() local3223 if (section_name) in DumpELFSectionHeaders()[all …]
174 lldb_private::ConstString section_name; member
707 char *section_name; in sysv_calc() local709 section_name = elf_strptr(elf, elfhdr->e_shstrndx, in sysv_calc()716 tbl_print(section_name, 0); in sysv_calc()
1660 ConstString section_name; in DoExecute() local1667 section_name = section_sp->GetName(); in DoExecute()1676 name, section_name ? " " : "", section_name); in DoExecute()
498 def isolate_section(section_name, kstats_dict): argument504 section_data = kstats_dict[section_name]
16 starts with a line B<[ section_name ]> and ends when a new section is