Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DSection.cpp511 bool target_has_loaded_sections = target && !target->GetSectionLoadList().IsEmpty(); in Dump() local
515 … File Off. File Size Flags Section Name\n", target_has_loaded_sections ? "Load"… in Dump()
525 (*sect_iter)->Dump(s, target_has_loaded_sections ? target : NULL, depth); in Dump()