Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Dsymbolication.py241 def add_section(self, section): member in Image
560 image.add_section (section)
Dcrashlog.py155 self.add_section (symbolication.Section(text_addr_lo, text_addr_hi, "__TEXT"))
/external/sonivox/jet_tools/JetCreator/
DJetFile.py662 config.add_section(OUTPUT_SECTION)
675 config.add_section(segment_name)
716 config.add_section(LIBRARY_SECTION)
DJetUtils.py244 config.add_section(section)
307 config.add_section(JetDefs.RECENT_SECTION)
/external/clang/tools/scan-view/
DScanView.py129 self.config.add_section('ScanView')
131 self.config.add_section(r.getName())
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1005 bool add_section = true; in CreateSections() local
1021 add_section = false; in CreateSections()
1078 if (add_section && (const_segname || is_core)) in CreateSections()
1129 if (add_section) in CreateSections()
/external/elfutils/src/src/
DChangeLog1763 * ldgeneric.c (add_section): If TLS section is used, set need_tls flag.
2504 * ldgeneric.c (add_section): Also check group signature when
2524 * ldgeneric.c (add_section): Use ebl_sh_flags_combine instead of
Dldgeneric.c957 add_section (struct usedfiles *fileinfo, struct scninfo *scninfo) in add_section() function
1368 add_section (fileinfo, &fileinfo->scninfo[cnt]); in add_relocatable_file()
/external/lldb/www/python_reference/
Dapi-objects.txt4487 lldb.utils.symbolication.Image.add_section lldb.utils.symbolication.Image-class.html#add_section