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.cpp494 const addr_t base_load_addr = in ReadSectionData() local
496 if (base_load_addr != LLDB_INVALID_ADDRESS) in ReadSectionData()
497 return process_sp->ReadMemory(base_load_addr + section_offset, dst, in ReadSectionData()
537 const addr_t base_load_addr = in ReadSectionData() local
539 if (base_load_addr != LLDB_INVALID_ADDRESS) { in ReadSectionData()
541 ReadMemory(process_sp, base_load_addr, section->GetByteSize())); in ReadSectionData()