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

  /external/elfutils/libdw/
dwarf_getsrcfiles.c 1 /* Return source file information of CU.
33 struct Dwarf_CU *const cu = cudie->cu; local
34 if (cu->lines == NULL)
43 else if (cu->files != (void *) -1l)
49 assert (cu->files != NULL && cu->files != (void *) -1l);
50 *files = cu->files;
52 *nfiles = cu->files->nfiles;
dwarf_child.c 31 Dwarf *dbg = die->cu->dbg;
43 abbrevp = __libdw_findabbrev (die->cu, abbrev_code);
94 size_t len = __libdw_form_val_len (dbg, die->cu, attr_form, readp);
145 struct Dwarf_CU *cu = die->cu; local
154 /* Same CU as the parent. */
155 result->cu = cu;
dwarf_getloclist.c 69 struct Dwarf_CU *cu = attr->cu; local
70 Dwarf *dbg = cu->dbg;
79 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
110 /* Address, depends on address size of CU. */
111 if (cu->address_size == 4)
292 (void) tsearch (newp, &cu->locs, loc_compare);
dwarf_getsrclines.c 1 /* Return line number information of CU.
72 struct Dwarf_CU *const cu = cudie->cu; local
73 if (cu->lines == NULL)
76 cu->lines = (void *) -1l;
77 cu->files = (void *) -1l;
90 Dwarf *dbg = cu->dbg;
381 address size field from the CU header. */
382 if (cu->address_size == 4)
581 /* Make the file data structure available through the CU. *
    [all...]
libdw.h 72 /* Source code line information for CU. */
87 /* CU representation. */
96 struct Dwarf_CU *cu; member in struct:__anon5649
126 struct Dwarf_CU *cu; member in struct:__anon5653
179 /* Read the header for the DWARF CU header. */
193 /* Return offset of DIE in CU. */
333 /* Get source file information for CU. */
337 /* Return one of the source lines of the CU. */
340 /* Get the file source files used in the CU. */
346 /* Get source for address in CU. *
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 35 DWARFCompileUnit *cu = getCompileUnitAtIndex(i); local
37 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
41 cu->getAddressByteSize());
82 DWARFContext::getLineTableForCompileUnit(DWARFCompileUnit *cu) {
87 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
98 cu->getAddressByteSize());
147 DWARFCompileUnit *cu = getCompileUnitForOffset(cuOffset); local
148 if (!cu)
    [all...]
DWARFDebugAranges.cpp 91 DWARFCompileUnit *cu = ctx->getCompileUnitAtIndex(cu_idx); local
92 if (cu)
93 cu->buildAddressRangeTable(this, true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
FixImportsJob.java 92 final ICompilationUnit cu = (ICompilationUnit) element; local
93 IPackageFragment packageFragment = (IPackageFragment) cu
98 CompilationUnit astRoot = SharedASTProvider.getAST(cu,
101 .getCodeGenerationSettings(cu.getJavaProject());
112 final OrganizeImportsOperation op = new OrganizeImportsOperation(cu,
113 astRoot, settings.importIgnoreLowercase, !cu.isWorkingCopy(),
126 IEditorPart openEditor = EditorUtility.isOpenInEditor(cu);
  /external/qemu/elff/
elf_file.cc 192 DwarfCU* cu = last_cu(); local
193 while (cu != NULL) {
194 /* Find a leaf DIE object in the current CU that contains the address. */
196 info.die_obj = cu->get_leaf_die_for_address(address);
199 if (cu->get_pc_address_file_info(address, &info)) {
263 cu->get_stmt_file_info(file_desc.value()->u32);
268 cu->get_stmt_dir_name(desc->get_dir_index());
308 cu = cu->prev_cu();
382 * .debug_info section of the ELF file begins with the first CU header. */
421 DwarfCU* cu = DwarfCU::create_instance(this, next_cu); local
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 192 DwarfCU* cu = last_cu(); local
193 while (cu != NULL) {
194 /* Find a leaf DIE object in the current CU that contains the address. */
196 info.die_obj = cu->get_leaf_die_for_address(address);
199 if (cu->get_pc_address_file_info(address, &info)) {
263 cu->get_stmt_file_info(file_desc.value()->u32);
268 cu->get_stmt_dir_name(desc->get_dir_index());
308 cu = cu->prev_cu();
382 * .debug_info section of the ELF file begins with the first CU header. *
421 DwarfCU* cu = DwarfCU::create_instance(this, next_cu); local
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 874 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 144 TextEdit updateJavaFileImports(CompilationUnit cu) {
146 ImportVisitor importVisitor = new ImportVisitor(cu.getAST());
147 cu.accept(importVisitor);
151 if (cu.getPackage().getName().getFullyQualifiedName()
154 ImportRewrite irw = ImportRewrite.create(cu, true);
425 CompilationUnit cu = (CompilationUnit) mParser.createAST(null); local
427 TextEdit text_edit = 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);
  /frameworks/base/tools/aapt/
Resource.cpp 800 CacheUpdater* cu = new SystemCacheUpdater(bundle); local
801 size_t numFiles = cc.crunch(cu);
807 delete cu;
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 349 milliseconds