Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestqOffsets.py16 text = target.modules[0].FindSection(".text")
/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-exec-linux/
H A DTestDyldExecLinux.py35 interp_section = lldb.SBModule(spec).FindSection(".interp")
/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-launch-linux/
H A DTestDyldLaunchLinux.py22 interp_section = lldb.SBModule(spec).FindSection(".interp")
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModule.h113 lldb::SBSection FindSection(const char *sect_name);
/llvm-project-15.0.7/lldb/test/API/python_api/module_section/
H A DTestModuleAndSection.py99 exe_module.FindSection(None)
/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbolication.rst263 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x100000000)
265 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x7fff83f32000)
267 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x7fff883db000)
269 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x7fff8c0dc000)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBModule.i195 FindSection (const char *sect_name);
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp546 SBSection SBModule::FindSection(const char *sect_name) { in FindSection() function in SBModule
/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py339 section = self.module.FindSection(