Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp227 Target &target, uint64_t symbolfile_addr, in updateSectionLoadAddress() argument
239 symbolfile_addr, symbolfile_size, in updateSectionLoadAddress()
255 lower = symbolfile_addr + section_sp->GetFileOffset(); in updateSectionLoadAddress()
256 section_sp->SetFileAddress(symbolfile_addr + in updateSectionLoadAddress()
314 const addr_t &symbolfile_addr = (addr_t)jit_entry.symfile_addr; in ReadJITDescriptorImpl() local
322 __FUNCTION__, symbolfile_addr, (uint64_t)symbolfile_size); in ReadJITDescriptorImpl()
325 snprintf(jit_name, 64, "JIT(0x%" PRIx64 ")", symbolfile_addr); in ReadJITDescriptorImpl()
327 FileSpec(jit_name), symbolfile_addr, symbolfile_size); in ReadJITDescriptorImpl()
337 m_jit_objects.insert(std::make_pair(symbolfile_addr, module_sp)); in ReadJITDescriptorImpl()
345 updateSectionLoadAddress(*section_list, target, symbolfile_addr, in ReadJITDescriptorImpl()
[all …]