Home
last modified time | relevance | path

Searched refs:const_segname (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1007 …ConstString const_segname (load_cmd.segname, std::min<size_t>(strlen(load_cmd.segname), sizeof(loa… in CreateSections() local
1009 … SectionSP unified_section_sp(unified_section_list.FindSectionByName(const_segname)); in CreateSections()
1012 if (const_segname == GetSegmentNameLINKEDIT()) in CreateSections()
1078 if (add_section && (const_segname || is_core)) in CreateSections()
1083const_segname, // Name of this section in CreateSections()
1132 if (!const_segname) in CreateSections()
1140const_segname.SetTrimmedCStringWithLength(sect64.segname, sizeof(sect64.segname)); in CreateSections()
1141 … segment_sp = unified_section_list.FindSectionByName (const_segname); in CreateSections()
1189const_segname, // Name of this section in CreateSections()
1340 const_segname.Clear(); in CreateSections()