Searched defs:warn_multiple (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DSectionLoadList.cpp60 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t load_addr, bool warn_multiple) argument
100 // The "warn_multiple" parameter tells us if we should warn in this case
104 // pass false for "warn_multiple").
105 if (warn_multiple && section != ats_pos->second)
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp483 const bool warn_multiple = section_sp->GetName() != g_section_name_LINKEDIT; local
489 if (m_process->GetTarget().GetSectionLoadList().SetSectionLoadAddress (section_sp, new_section_load_addr, warn_multiple))

Completed in 103 milliseconds