Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h113 lldb::SBSection FindSection(const char *sect_name);
/openbsd-src/gnu/llvm/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)
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i198 FindSection (const char *sect_name);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModule.cpp548 SBSection SBModule::FindSection(const char *sect_name) { in FindSection() function in SBModule
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dsymbolication.py338 section = self.module.FindSection(