Home
last modified time | relevance | path

Searched refs:section_load_addr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DSectionLoadList.cpp52 addr_t section_load_addr = LLDB_INVALID_ADDRESS; in GetSectionLoadAddress() local
59 section_load_addr = pos->second; in GetSectionLoadAddress()
61 return section_load_addr; in GetSectionLoadAddress()
/llvm-project-15.0.7/lldb/examples/python/
H A Dlldbtk.py244 section_load_addr = self.section.GetLoadAddress(self.target)
245 if section_load_addr != lldb.LLDB_INVALID_ADDRESS:
246 value = '0x%16.16x' % (section_load_addr)
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6183 lldb::addr_t section_load_addr =
6186 if (section_load_addr != LLDB_INVALID_ADDRESS) {
6188 section_sp, section_load_addr))