HomeSort by relevance Sort by last modified time
    Searched defs:cu (Results 26 - 48 of 48) sorted by null

12

  /external/elfutils/libdw/
libdw.h 119 /* Source code line information for CU. */
134 /* CU representation. */
146 struct Dwarf_CU *cu; member in struct:__anon7882
163 struct Dwarf_CU *cu; member in struct:__anon7884
225 /* Read the header for the DWARF CU header. */
239 /* Return offset of DIE in CU. */
242 /* Return CU DIE containing given DIE. */
247 /* Return CU DIE containing given address. */
434 /* Get source file information for CU. */
438 /* Return one of the source lines of the CU. *
    [all...]
dwarf_getsrclines.c 1 /* Return line number information of CU.
124 struct Dwarf_CU *const cu = cudie->cu; local
125 if (cu->lines == NULL)
128 cu->lines = (void *) -1l;
129 cu->files = (void *) -1l;
142 Dwarf *dbg = cu->dbg;
431 address size field from the CU header. */
432 if (cu->address_size == 4)
640 /* Make the file data structure available through the CU. *
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 52 DWARFCompileUnit *cu = getCompileUnitAtIndex(i); local
53 savedAddressByteSize = cu->getAddressByteSize();
55 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
199 DWARFContext::getLineTableForCompileUnit(DWARFCompileUnit *cu) {
204 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
215 cu->getAddressByteSize());
280 DWARFCompileUnit *CU = std::lower_bound(CUs.begin(), CUs.end(), Offset,
282 if (CU != CUs.end()
    [all...]
  /external/elfutils/libdwfl/
libdwflP.h 173 /* Known CU's in this module. */
174 struct dwfl_cu *first_cu, **cu; member in struct:Dwfl_Module
177 void *lazy_cu_root; /* Table indexed by Dwarf_Off of CU. */
189 /* Information cached about each CU in Dwfl_Module.dw. */
192 /* This caches libdw information about the CU. It's also the
199 struct dwfl_cu *next; /* CU immediately following in the file. */
206 struct dwfl_cu *cu; member in struct:Dwfl_Lines
212 this table, and have one pointer back to the CU. The indices here
226 return lines->cu;
230 /* This describes a contiguous address range that lies in a single CU
234 struct dwfl_cu *cu; member in struct:dwfl_arange
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 923 UChar32 cu, cs, cl; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 142 TextEdit updateJavaFileImports(CompilationUnit cu) {
144 ImportVisitor importVisitor = new ImportVisitor(cu.getAST());
145 cu.accept(importVisitor);
149 if (rewrittenImports != null && cu.getPackage().getName().getFullyQualifiedName()
153 cu.accept(usageVisitor);
156 ImportRewrite irw = ImportRewrite.create(cu, true);
439 CompilationUnit cu = (CompilationUnit) mParser.createAST(null); local
441 TextEdit textEdit = updateJavaFileImports(cu);
  /system/core/sh/
eval.c 1241 int u, s, cu, cs; local
1250 cu = conv_time(tms.tms_cutime, cus, sizeof(cus));
1254 u, us, s, ss, cu, cus, cs, css);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /frameworks/base/tools/aapt/
Resource.cpp 867 CacheUpdater* cu = new SystemCacheUpdater(bundle); local
    [all...]