Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp503 const addr_t base_load_addr = in ReadSectionData() local
505 if (base_load_addr != LLDB_INVALID_ADDRESS) in ReadSectionData()
506 return process_sp->ReadMemory(base_load_addr + section_offset, dst, in ReadSectionData()
546 const addr_t base_load_addr = in ReadSectionData() local
548 if (base_load_addr != LLDB_INVALID_ADDRESS) { in ReadSectionData()
550 ReadMemory(process_sp, base_load_addr, section->GetByteSize())); in ReadSectionData()