Searched defs:add_section (Results 1 - 3 of 3) sorted by relevance

/external/lldb/examples/python/
H A Dsymbolication.py241 def add_section(self, section): member in class:Image
560 image.add_section (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 189 milliseconds