Searched refs:add_section (Results 1 - 7 of 7) sorted by relevance

/external/clang/tools/scan-view/
H A DScanView.py129 self.config.add_section('ScanView')
131 self.config.add_section(r.getName())
/external/lldb/examples/python/
H A Dsymbolication.py241 def add_section(self, section): member in class:Image
560 image.add_section (section)
H A Dcrashlog.py155 self.add_section (symbolication.Section(text_addr_lo, text_addr_hi, "__TEXT"))
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py662 config.add_section(OUTPUT_SECTION)
675 config.add_section(segment_name)
716 config.add_section(LIBRARY_SECTION)
H A DJetUtils.py244 config.add_section(section)
307 config.add_section(JetDefs.RECENT_SECTION)
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1005 bool add_section = true; local
1021 add_section = false;
1078 if (add_section && (const_segname || is_core))
1129 if (add_section)
/external/elfutils/0.153/src/
H A Dldgeneric.c965 add_section (struct usedfiles *fileinfo, struct scninfo *scninfo) function
1376 add_section (fileinfo, &fileinfo->scninfo[cnt]);

Completed in 1011 milliseconds