HomeSort by relevance Sort by last modified time
    Searched refs:cu (Results 26 - 50 of 199) sorted by null

12 3 4 5 6 7 8

  /external/elfutils/0.153/libdw/
libdw_form.c 63 __libdw_form_val_len (Dwarf *dbg, struct Dwarf_CU *cu, unsigned int form,
73 result = cu->address_size;
77 result = cu->version == 2 ? cu->address_size : cu->offset_size;
82 result = cu->offset_size;
146 result = __libdw_form_val_len (dbg, cu, u128, valp);
dwarf_getabbrev.c 62 __libdw_getabbrev (dbg, cu, offset, lengthp, result)
64 struct Dwarf_CU *cu;
109 if (cu == NULL
110 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
153 if (cu != NULL && ! foundit)
154 (void) Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb);
167 return __libdw_getabbrev (die->cu->dbg, die->cu,
168 die->cu->orig_abbrev_offset + offset, lengthp,
dwarf_formstring.c 72 Dwarf *dbg = attrp->cu->dbg;
82 if (__libdw_read_offset (dbg, cu_sec_idx (attrp->cu), attrp->valp,
83 attrp->cu->offset_size, &off, IDX_debug_str, 1))
dwarf_attr.c 71 /* Always fill in the CU information. */
72 result->cu = die->cu;
dwarf_formudata.c 66 const Elf_Data *d = attr->cu->dbg->sectiondata[sec_index];
76 if (__libdw_read_offset (attr->cu->dbg, cu_sec_idx (attr->cu), attr->valp,
77 attr->cu->offset_size, &offset, sec_index, 0))
80 else if (attr->cu->version > 3)
87 if (__libdw_read_offset (attr->cu->dbg, cu_sec_idx (attr->cu),
132 *return_uval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp);
143 || (attr->cu->version < 4 && attr->code != DW_AT_start_scope))
197 if (__libdw_read_address (attr->cu->dbg, cu_sec_idx (attr->cu)
    [all...]
dwarf_getattrs.c 76 die->abbrev = __libdw_findabbrev (die->cu, u128);
90 Dwarf *dbg = die->cu->dbg;
121 attr.cu = die->cu;
134 size_t len = __libdw_form_val_len (dbg, die->cu, attr.form,
dwarf_formref.c 78 *return_offset = read_2ubyte_unaligned (attr->cu->dbg, attr->valp);
82 *return_offset = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
86 *return_offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp);
dwarf_formsdata.c 76 *return_sval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp);
80 *return_sval = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
84 *return_sval = read_8ubyte_unaligned (attr->cu->dbg, attr->valp);
dwarf_getscopes_die.c 89 struct Dwarf_Die_Chain cu = { .die = CUDIE (die->cu), .parent = NULL }; local
91 int result = __libdw_visit_scopes (1, &cu, &scope_visitor, NULL, &info);
dwarf_child.c 67 Dwarf *dbg = die->cu->dbg;
79 abbrevp = __libdw_findabbrev (die->cu, abbrev_code);
128 size_t len = __libdw_form_val_len (dbg, die->cu, attr_form, readp);
179 struct Dwarf_CU *cu = die->cu; local
180 Elf_Data *cu_sec = cu_data (cu);
206 /* Same CU as the parent. */
207 result->cu = cu;
dwarf_getlocation_implicit_pointer.c 74 if (__libdw_offdie (attr->cu->dbg, op->number, &die,
75 attr->cu->type_offset != 0) == NULL)
dwarf_dieoffset.c 65 : (Dwarf_Off) (die->addr - cu_data (die->cu)->d_buf));
dwarf_formblock.c 77 return_block->length = read_2ubyte_unaligned (attr->cu->dbg, attr->valp);
82 return_block->length = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
98 if (unlikely (cu_data (attr->cu)->d_size
100 - (unsigned char *) cu_data (attr->cu)->d_buf)
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfoEntry.h 66 void Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, dw_form_t form);
67 const DWARFCompileUnit * CompileUnitAtIndex(uint32_t i) const { return m_infos[i].cu; }
83 const DWARFCompileUnit *cu; // Keep the compile unit with each attribute in case we have DW_FORM_ref_addr values member in struct:DWARFDebugInfoEntry::Attributes::Info
136 const DWARFCompileUnit* cu,
141 const DWARFCompileUnit* cu,
146 const DWARFCompileUnit* cu,
152 const DWARFCompileUnit* cu,
158 const DWARFCompileUnit* cu,
164 const DWARFCompileUnit* cu,
171 const DWARFCompileUnit* cu,
    [all...]
DWARFDebugInfoEntry.cpp 64 DWARFDebugInfoEntry::Attributes::Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, dw_form_t form)
66 Info info = { cu, attr_die_offset, attr, form };
120 const DWARFCompileUnit* cu,
139 const DWARFAbbreviationDeclaration *abbrevDecl = cu->GetAbbreviations()->GetAbbreviationDeclaration(m_abbr_idx);
143 cu->GetSymbolFileDWARF()->GetObjectFile()->GetModule()->ReportError ("{0x%8.8x}: invalid abbreviation code %u, please file a bug and attach the file at the start of this error message",
187 form_size = cu->GetAddressByteSize();
190 if (cu->GetVersion() <= 2)
191 form_size = cu->GetAddressByteSize();
241 if (cu->GetAddressByteSize () == 4)
280 const DWARFCompileUnit* cu,
    [all...]
DWARFLocationList.cpp 21 DWARFLocationList::Dump(Stream &s, const DWARFCompileUnit* cu, const DataExtractor& debug_loc_data, lldb::offset_t offset)
24 uint32_t addr_size = DWARFCompileUnit::GetAddressByteSize(cu);
25 s.SetAddressByteSize(DWARFCompileUnit::GetAddressByteSize(cu));
26 dw_addr_t base_addr = cu ? cu->GetBaseAddress() : 0;
37 if (cu)
40 cu->GetAddressByteSize(),
DWARFFormValue.h 51 void Dump(lldb_private::Stream &s, const lldb_private::DataExtractor* debug_str_data, const DWARFCompileUnit* cu) const;
54 const DWARFCompileUnit* cu);
57 uint64_t Reference(const DWARFCompileUnit* cu) const;
59 bool ResolveCompileUnitReferences(const DWARFCompileUnit* cu);
66 bool SkipValue(const lldb_private::DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu) const;
67 static bool SkipValue(const dw_form_t form, const lldb_private::DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu);
68 // static bool TransferValue(dw_form_t form, const lldb_private::DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu, BinaryStreamBuf& out_buff);
69 // static bool TransferValue(const DWARFFormValue& formValue, const DWARFCompileUnit* cu, BinaryStreamBuf& out_buff);
70 // static bool PutUnsigned(dw_form_t form, dw_offset_t offset, uint64_t value, BinaryStreamBuf& out_buff, const DWARFCompileUnit* cu, bool fixup_cu_relative_refs);
  /art/compiler/
compilers.cc 101 Backend* QuickCompiler::GetCodeGenerator(CompilationUnit* cu, void* compilation_unit) const {
103 switch (cu->instruction_set) {
105 mir_to_lir = ArmCodeGenerator(cu, cu->mir_graph.get(), &cu->arena);
108 mir_to_lir = Arm64CodeGenerator(cu, cu->mir_graph.get(), &cu->arena);
111 mir_to_lir = MipsCodeGenerator(cu, cu->mir_graph.get(), &cu->arena)
    [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_lineinfo.c 60 struct dwfl_cu *cu = dwfl_linecu (line); local
61 const Dwarf_Line *info = &cu->die.cu->lines->info[line->idx];
64 *addr = dwfl_adjusted_dwarf_addr (cu->mod, info->addr);
dwfl_module_getsrc_file.c 76 struct dwfl_cu *cu = NULL; local
78 while ((error = __libdwfl_nextcu (mod, cu, &cu)) == DWFL_E_NOERROR
79 && cu != NULL
80 && (error = __libdwfl_cu_getsrclines (cu)) == DWFL_E_NOERROR)
88 return &dwfl_linecu (line)->die.cu->lines->info[line->idx];
100 for (size_t cnt = 0; cnt < cu->die.cu->lines->nlines; ++cnt)
102 Dwarf_Line *line = &cu->die.cu->lines->info[cnt]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 90 cu = self.cx.cursor()
91 cu.execute("create table test(id integer primary key, name text)")
92 cu.execute("insert into test(name) values (?)", ("foo",))
118 cu = self.cx.cursor()
147 self.cu = self.cx.cursor()
148 self.cu.execute("create table test(id integer primary key, name text, income number)")
149 self.cu.execute("insert into test(name) values (?)", ("foo",))
152 self.cu.close()
156 self.cu.execute("delete from test")
160 self.cu.execute("select asdf"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 90 cu = self.cx.cursor()
91 cu.execute("create table test(id integer primary key, name text)")
92 cu.execute("insert into test(name) values (?)", ("foo",))
118 cu = self.cx.cursor()
147 self.cu = self.cx.cursor()
148 self.cu.execute("create table test(id integer primary key, name text, income number)")
149 self.cu.execute("insert into test(name) values (?)", ("foo",))
152 self.cu.close()
156 self.cu.execute("delete from test")
160 self.cu.execute("select asdf"
    [all...]
  /art/compiler/dex/
frontend.cc 556 CompilationUnit& cu) {
558 if (cu.num_dalvik_registers > kMaxAllowedDalvikRegisters) {
559 VLOG(compiler) << "Too many dalvik registers : " << cu.num_dalvik_registers;
564 if (kSupportedTypes[cu.instruction_set] == nullptr &&
565 kUnsupportedOpcodesSize[cu.instruction_set] == 0U) {
571 if (!CanCompileShorty(shorty, cu.instruction_set)) {
576 const int *unsupport_list = kUnsupportedOpcodes[cu.instruction_set];
577 int unsupport_list_size = kUnsupportedOpcodesSize[cu.instruction_set];
579 for (unsigned int idx = 0; idx < cu.mir_graph->GetNumBlocks(); idx++) {
580 BasicBlock* bb = cu.mir_graph->GetBasicBlock(idx)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
report.py 41 for cu in self.code_units:
43 if fnmatch.fnmatch(cu.filename, pattern):
44 filtered.append(cu)
51 for cu in self.code_units:
53 if fnmatch.fnmatch(cu.filename, pattern):
56 filtered.append(cu)
84 for cu in self.code_units:
86 report_fn(cu, self.coverage._analyze(cu))
  /external/lldb/source/Core/
FileLineResolver.cpp 51 CompileUnit *cu = context.comp_unit; local
53 if (m_inlines || m_file_spec.Compare(*cu, m_file_spec, m_file_spec.GetDirectory()))
56 uint32_t file_idx = cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false);
59 LineTable *line_table = cu->GetLineTable();
71 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, m_file_spec, false);

Completed in 278 milliseconds

12 3 4 5 6 7 8