Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DSectionLoadList.h59 …oadAddress (const lldb::SectionSP &section_sp, lldb::addr_t load_addr, bool warn_multiple = false);
/external/lldb/source/Target/
DSectionLoadList.cpp60 …dList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t load_addr, bool warn_multiple) in SetSectionLoadAddress() argument
105 if (warn_multiple && section != ats_pos->second) in SetSectionLoadAddress()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp483 … const bool warn_multiple = section_sp->GetName() != g_section_name_LINKEDIT; in UpdateImageLoadAddress() local
489 …et().GetSectionLoadList().SetSectionLoadAddress (section_sp, new_section_load_addr, warn_multiple)) in UpdateImageLoadAddress()