/external/llvm/lib/DebugInfo/ |
D | DWARFDebugInfoEntry.cpp | 22 const DWARFCompileUnit *cu, in dump() 68 const DWARFCompileUnit *cu, in dumpAttribute() 96 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFCompileUnit *cu, in extractFast() 209 DWARFDebugInfoEntryMinimal::extract(const DWARFCompileUnit *cu, in extract() 340 DWARFDebugInfoEntryMinimal::getAttributeValue(const DWARFCompileUnit *cu, in getAttributeValue() 376 const DWARFCompileUnit* cu, in getAttributeValueAsString() 390 const DWARFCompileUnit* cu, in getAttributeValueAsUnsigned() 401 const DWARFCompileUnit* cu, in getAttributeValueAsSigned() 412 const DWARFCompileUnit* cu, in getAttributeValueAsReference() 422 DWARFDebugInfoEntryMinimal::buildAddressRangeTable(const DWARFCompileUnit *cu, in buildAddressRangeTable()
|
D | DWARFFormValue.cpp | 83 const DWARFCompileUnit *cu) { in extractValue() 175 uint32_t *offset_ptr, const DWARFCompileUnit *cu) { in skipValue() 383 DWARFFormValue::resolveCompileUnitReferences(const DWARFCompileUnit *cu) { in resolveCompileUnitReferences()
|
D | DWARFContext.cpp | 35 DWARFCompileUnit *cu = getCompileUnitAtIndex(i); in dump() local 82 DWARFContext::getLineTableForCompileUnit(DWARFCompileUnit *cu) { in getLineTableForCompileUnit() 147 DWARFCompileUnit *cu = getCompileUnitForOffset(cuOffset); in getLineInfoForAddress() local
|
/external/elfutils/libdwfl/ |
D | cu.c | 153 struct dwfl_cu *cu = arg; in nofree() local 173 cudie_offset (const struct dwfl_cu *cu) in cudie_offset() 212 struct dwfl_cu *cu = malloc (sizeof *cu); in intern_cu() local 253 struct dwfl_cu **cu) in __libdwfl_nextcu() 301 arangecu (Dwfl_Module *mod, struct dwfl_arange *arange, struct dwfl_cu **cu) in arangecu() 319 __libdwfl_addrcu (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_cu **cu) in __libdwfl_addrcu()
|
D | dwfl_cumodule.c | 55 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_cumodule() local
|
D | dwfl_linecu.c | 60 struct dwfl_cu *cu = dwfl_linecu_inline (line); in dwfl_linecu() local
|
D | dwfl_line_comp_dir.c | 59 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_line_comp_dir() local
|
D | dwfl_onesrcline.c | 55 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_onesrcline() local
|
D | dwfl_getsrclines.c | 55 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_getsrclines() local
|
D | lines.c | 55 __libdwfl_cu_getsrclines (struct dwfl_cu *cu) in __libdwfl_cu_getsrclines()
|
D | dwfl_module_addrdie.c | 58 struct dwfl_cu *cu; in dwfl_module_addrdie() local
|
D | dwfl_nextcu.c | 58 struct dwfl_cu *cu = (struct dwfl_cu *) lastcu; in dwfl_nextcu() local
|
D | dwfl_module_nextcu.c | 58 struct dwfl_cu *cu; in dwfl_module_nextcu() local
|
D | dwfl_module_getsrc.c | 60 struct dwfl_cu *cu; in dwfl_module_getsrc() local
|
D | dwfl_lineinfo.c | 60 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_lineinfo() local
|
D | dwfl_module_getsrc_file.c | 75 struct dwfl_cu *cu = NULL; in dwfl_module_getsrc_file() local
|
D | dwfl_module.c | 55 free_cu (struct dwfl_cu *cu) in free_cu()
|
/external/elfutils/libdw/ |
D | dwarf_decl_file.c | 78 struct Dwarf_CU *cu = die->cu; in dwarf_decl_file() local
|
D | dwarf_getsrcfiles.c | 70 struct Dwarf_CU *const cu = cudie->cu; in dwarf_getsrcfiles() local
|
D | libdw_form.c | 63 __libdw_form_val_len (Dwarf *dbg, struct Dwarf_CU *cu, unsigned int form, in __libdw_form_val_len()
|
D | dwarf_tag.c | 60 __libdw_findabbrev (struct Dwarf_CU *cu, unsigned int code) in __libdw_findabbrev()
|
D | dwarf_getscopes_die.c | 89 struct Dwarf_Die_Chain cu = { .die = CUDIE (die->cu), .parent = NULL }; in dwarf_getscopes_die() local
|
D | dwarf_getabbrev.c | 62 __libdw_getabbrev (dbg, cu, offset, lengthp, result) in __libdw_getabbrev() argument
|
D | dwarf_child.c | 188 struct Dwarf_CU *cu = die->cu; local
|
/external/qemu/elff/ |
D | elf_file.cc | 192 DwarfCU* cu = last_cu(); in get_pc_address_info() local 421 DwarfCU* cu = DwarfCU::create_instance(this, next_cu); in parse_compilation_units() local
|