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

/external/elfutils/0.153/libdw/
H A Dlibdw_findcu.c115 struct Dwarf_CU *cu1 = (struct Dwarf_CU *) arg1; local
120 if (cu1->end == 0)
122 if (cu1->start < cu2->start)
124 if (cu1->start >= cu2->end)
129 if (cu2->start < cu1->start)
131 if (cu2->start >= cu1->end)
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4885 SymbolFileDWARF::DIEDeclContextsMatch (DWARFCompileUnit* cu1, const DWARFDebugInfoEntry *die1, argument
4894 assert (DebugInfo()->ContainsCompileUnit (cu1));
4915 die1->GetDeclContextDIEs (this, cu1, decl_ctx_1);
4950 const char *name1 = decl_ctx_die1->GetName(this, cu1);

Completed in 479 milliseconds