Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp506 const addr_t base_load_addr = in ReadSectionData() local
508 if (base_load_addr != LLDB_INVALID_ADDRESS) in ReadSectionData()
509 return process_sp->ReadMemory(base_load_addr + section_offset, dst, in ReadSectionData()
551 const addr_t base_load_addr = in ReadSectionData() local
553 if (base_load_addr != LLDB_INVALID_ADDRESS) { in ReadSectionData()
555 ReadMemory(process_sp, base_load_addr, section->GetByteSize())); in ReadSectionData()