Searched defs:load_base_addr (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Core/
H A DSection.cpp116 addr_t load_base_addr = LLDB_INVALID_ADDRESS; local
120 load_base_addr = parent_sp->GetLoadBaseAddress (target);
121 if (load_base_addr != LLDB_INVALID_ADDRESS)
122 load_base_addr += GetOffset();
126 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress (const_cast<Section *>(this)->shared_from_this());
128 return load_base_addr;

Completed in 76 milliseconds