HomeSort by relevance Sort by last modified time
    Searched refs:oso_file_addr (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.h 297 lldb::addr_t oso_file_addr) :
299 m_oso_file_addr (oso_file_addr)
322 SetOSOFileAddress (lldb::addr_t oso_file_addr)
324 m_oso_file_addr = oso_file_addr;
355 lldb::addr_t oso_file_addr,
382 /// The DWARF symbol file that contains \a oso_file_addr
384 /// @param[in] oso_file_addr
388 /// LLDB_INVALID_ADDRESS if \a oso_file_addr is not in the
393 LinkOSOFileAddress (SymbolFileDWARF *oso_symfile, lldb::addr_t oso_file_addr);
SymbolFileDWARFDebugMap.cpp 817 lldb::addr_t oso_file_addr = exe_file_addr - debug_map_entry->GetRangeBase() + debug_map_entry->data.GetOSOFileAddress(); local
1535 const lldb::addr_t oso_file_addr = addr.GetFileAddress(); local
    [all...]

Completed in 27 milliseconds