Home
last modified time | relevance | path

Searched defs:cu (Results 1 – 25 of 54) sorted by relevance

123

/NextBSD/contrib/elftoolchain/libdwarf/
HDlibdwarf_info.c35 Dwarf_CU cu; in _dwarf_info_first_cu() local
87 Dwarf_CU cu; in _dwarf_info_next_cu() local
114 Dwarf_CU cu; in _dwarf_info_next_tu() local
142 Dwarf_CU cu; in _dwarf_info_load() local
256 Dwarf_CU cu, tcu; in _dwarf_info_cleanup() local
276 Dwarf_CU cu, tcu; in _dwarf_type_unit_cleanup() local
293 Dwarf_CU cu; in _dwarf_info_gen() local
373 Dwarf_CU cu; in _dwarf_info_pro_cleanup() local
HDdwarf_die.c37 Dwarf_CU cu; in dwarf_child() local
69 Dwarf_CU cu; in dwarf_siblingof_b() local
147 _dwarf_search_die_within_cu(Dwarf_Debug dbg, Dwarf_Section *s, Dwarf_CU cu, in _dwarf_search_die_within_cu()
162 Dwarf_CU cu; in dwarf_offdie_b() local
274 Dwarf_CU cu; in dwarf_die_CU_offset() local
296 Dwarf_CU cu; in dwarf_die_CU_offset_range() local
350 Dwarf_CU cu; in dwarf_get_cu_die_offset_given_cu_header_offset_b() local
HDlibdwarf_abbrev.c33 _dwarf_abbrev_add(Dwarf_CU cu, uint64_t entry, uint64_t tag, uint8_t children, in _dwarf_abbrev_add()
102 _dwarf_abbrev_parse(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Unsigned *offset, in _dwarf_abbrev_parse()
159 _dwarf_abbrev_find(Dwarf_CU cu, uint64_t entry, Dwarf_Abbrev *abp, in _dwarf_abbrev_find()
207 _dwarf_abbrev_cleanup(Dwarf_CU cu) in _dwarf_abbrev_cleanup()
228 Dwarf_CU cu; in _dwarf_abbrev_gen() local
HDlibdwarf_die.c52 _dwarf_die_add(Dwarf_CU cu, uint64_t offset, uint64_t abnum, Dwarf_Abbrev ab, in _dwarf_die_add()
85 Dwarf_CU cu; in _dwarf_die_find() local
104 _dwarf_die_parse(Dwarf_Debug dbg, Dwarf_Section *ds, Dwarf_CU cu, in _dwarf_die_parse()
277 _dwarf_die_gen_recursive(Dwarf_P_Debug dbg, Dwarf_CU cu, Dwarf_Rel_Section drs, in _dwarf_die_gen_recursive()
398 _dwarf_die_gen(Dwarf_P_Debug dbg, Dwarf_CU cu, Dwarf_Rel_Section drs, in _dwarf_die_gen()
HDlibdwarf_loclist.c32 _dwarf_loclist_add_locdesc(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Section *ds, in _dwarf_loclist_add_locdesc()
94 _dwarf_loclist_find(Dwarf_Debug dbg, Dwarf_CU cu, uint64_t lloff, in _dwarf_loclist_find()
HDlibdwarf_ranges.c32 _dwarf_ranges_parse(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Section *ds, in _dwarf_ranges_parse()
103 _dwarf_ranges_add(Dwarf_Debug dbg, Dwarf_CU cu, uint64_t off, in _dwarf_ranges_add()
HDdwarf_arange.c96 Dwarf_CU cu; in dwarf_get_cu_die_offset() local
147 Dwarf_CU cu; in dwarf_get_arange_info() local
HDlibdwarf_attr.c99 int dwarf_size, Dwarf_CU cu, Dwarf_Die die, Dwarf_AttrDef ad, in _dwarf_attr_init()
219 Dwarf_CU cu, Dwarf_Attribute at, int pass2, Dwarf_Error *error) in _dwarf_attr_write()
445 Dwarf_CU cu, Dwarf_Die die, int pass2, Dwarf_Error *error) in _dwarf_attr_gen()
HDdwarf_lineno.c38 Dwarf_CU cu; in dwarf_srclines() local
100 Dwarf_CU cu; in dwarf_srcfiles() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfoEntry.cpp64 DWARFDebugInfoEntry::Attributes::Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw… in Append()
121 const DWARFCompileUnit* cu, in FastExtract()
281 const DWARFCompileUnit* cu, in Extract()
446 const DWARFCompileUnit* cu, in DumpAncestry()
739 const DWARFCompileUnit* cu, in GetDIENamesAndRanges()
956 const DWARFCompileUnit* cu, in Dump()
1022 DWARFCompileUnit* cu, in DumpLocation()
1054 const DWARFCompileUnit* cu, in DumpAttribute()
1212 const DWARFCompileUnit* cu, in GetAttributes()
1308 const DWARFCompileUnit* cu, in GetAttributeValue()
[all …]
HDDWARFDebugInfo.cpp84 DWARFCompileUnit* cu = GetCompileUnitAtIndex(idx); in GetCompileUnitAranges() local
194 DWARFCompileUnit* cu = NULL; in GetCompileUnitAtIndex() local
330 DWARFDebugInfo::AddCompileUnit(DWARFCompileUnitSP& cu) in AddCompileUnit()
363 DWARFCompileUnitSP cu(new DWARFCompileUnit(dwarf2Data)); in Parse() local
462 const DWARFCompileUnit* cu = cu_sp.get(); in DumpCallback() local
718 const DWARFCompileUnit* cu = cu_sp.get(); in FindCallbackString() local
HDUniqueDWARFASTType.h45 DWARFCompileUnit *cu, in UniqueDWARFASTType()
154 const DWARFCompileUnit *cu, in Find()
HDDWARFDebugPubnames.cpp88 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubnames() local
225 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubBaseTypes() local
HDUniqueDWARFASTType.cpp24 const DWARFCompileUnit *cu, in Find()
HDDWARFFormValue.cpp163 DWARFFormValue::DWARFFormValue(const DWARFCompileUnit* cu, dw_form_t form) : in DWARFFormValue()
251 … const DWARFDataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu) in SkipValue()
HDDWARFLocationList.cpp21 DWARFLocationList::Dump(Stream &s, const DWARFCompileUnit* cu, const DWARFDataExtractor& debug_loc_… in Dump()
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c1210 struct dwarf2_cu cu; in dwarf2_build_psymtabs_hard() local
1337 CORE_ADDR *highpc, struct dwarf2_cu *cu, in scan_partial_symbols()
1448 struct dwarf2_cu *cu, const char *namespace) in add_partial_symbol()
1624 struct dwarf2_cu *cu, const char *namespace) in add_partial_namespace()
1662 struct dwarf2_cu *cu, in add_partial_structure()
1734 struct dwarf2_cu *cu, const char *namespace) in add_partial_enumeration()
1762 bfd *abfd, struct dwarf2_cu *cu) in locate_pdi_sibling()
1825 struct dwarf2_cu cu; in psymtab_to_symtab_1() local
1932 process_die (struct die_info *die, struct dwarf2_cu *cu) in process_die()
2029 initialize_cu_func_list (struct dwarf2_cu *cu) in initialize_cu_func_list()
[all …]
/NextBSD/lib/libc/rpc/
HDclnt_dg.c169 struct cu_data *cu = NULL; /* private data */ in clnt_dg_create() local
319 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_call() local
612 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_geterr() local
620 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_freeres() local
648 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_control() local
791 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_destroy() local
/NextBSD/sys/rpc/
HDclnt_dg.c186 struct cu_data *cu = NULL; /* private data */ in clnt_dg_create() local
333 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_call() local
790 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_geterr() local
816 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_control() local
949 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_close() local
995 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_destroy() local
/NextBSD/contrib/elftoolchain/addr2line/
HDaddr2line.c157 search_func(struct CU *cu, Dwarf_Unsigned addr) in search_func()
202 collect_func(Dwarf_Debug dbg, Dwarf_Die die, struct Func *parent, struct CU *cu) in collect_func()
343 print_inlines(struct CU *cu, struct Func *f, Dwarf_Unsigned call_file, in print_inlines()
389 struct CU *cu; in translate() local
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFFormValue.cpp135 const DWARFUnit *cu) { in extractValue()
263 uint32_t *offset_ptr, const DWARFUnit *cu) { in skipValue()
/NextBSD/contrib/mdocml/
HDpreconv.c32 unsigned char *cu; in preconv_encode() local
/NextBSD/sys/netinet/libalias/
HDalias_cuseeme.c181 struct cu_header *cu; in AliasHandleCUSeeMeOut() local
203 struct cu_header *cu; in AliasHandleCUSeeMeIn() local
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDFileLineResolver.cpp50 CompileUnit *cu = context.comp_unit; in SearchCallback() local
HDAddressResolverFileLine.cpp52 CompileUnit *cu = context.comp_unit; in SearchCallback() local

123