Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp489 const addr_t base_load_addr = in ReadSectionData() local
491 if (base_load_addr != LLDB_INVALID_ADDRESS) in ReadSectionData()
492 return process_sp->ReadMemory(base_load_addr + section_offset, dst, in ReadSectionData()
532 const addr_t base_load_addr = in ReadSectionData() local
534 if (base_load_addr != LLDB_INVALID_ADDRESS) { in ReadSectionData()
536 ReadMemory(process_sp, base_load_addr, section->GetByteSize())); in ReadSectionData()