Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_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
H A Ddwarf_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
H A Dlibdwarf_abbrev.c33 _dwarf_abbrev_add(Dwarf_CU cu, uint64_t entry, uint64_t tag, uint8_t children, in _dwarf_abbrev_add()
100 _dwarf_abbrev_parse(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Unsigned *offset, in _dwarf_abbrev_parse()
155 _dwarf_abbrev_find(Dwarf_CU cu, uint64_t entry, Dwarf_Abbrev *abp, in _dwarf_abbrev_find()
203 _dwarf_abbrev_cleanup(Dwarf_CU cu) in _dwarf_abbrev_cleanup()
224 Dwarf_CU cu; in _dwarf_abbrev_gen() local
H A Dlibdwarf_die.c52 _dwarf_die_add(Dwarf_CU cu, uint64_t offset, uint64_t abnum, Dwarf_Abbrev ab, in _dwarf_die_add()
84 Dwarf_CU cu; in _dwarf_die_find() local
103 _dwarf_die_parse(Dwarf_Debug dbg, Dwarf_Section *ds, Dwarf_CU cu, in _dwarf_die_parse()
276 _dwarf_die_gen_recursive(Dwarf_P_Debug dbg, Dwarf_CU cu, Dwarf_Rel_Section drs, in _dwarf_die_gen_recursive()
397 _dwarf_die_gen(Dwarf_P_Debug dbg, Dwarf_CU cu, Dwarf_Rel_Section drs, in _dwarf_die_gen()
H A Dlibdwarf_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()
H A Dlibdwarf_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()
H A Ddwarf_arange.c96 Dwarf_CU cu; in dwarf_get_cu_die_offset() local
147 Dwarf_CU cu; in dwarf_get_arange_info() local
H A Dlibdwarf_attr.c99 int dwarf_size, Dwarf_CU cu, Dwarf_Die die, Dwarf_AttrDef ad, in _dwarf_attr_init()
216 Dwarf_CU cu, Dwarf_Attribute at, int pass2, Dwarf_Error *error) in _dwarf_attr_write()
442 Dwarf_CU cu, Dwarf_Die die, int pass2, Dwarf_Error *error) in _dwarf_attr_gen()
H A Ddwarf_lineno.c38 Dwarf_CU cu; in dwarf_srclines() local
100 Dwarf_CU cu; in dwarf_srcfiles() local
H A Ddwarf_ranges.c32 _dwarf_get_ranges(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Off off, in _dwarf_get_ranges()
H A Dlibdwarf_lineno.c99 _dwarf_lineno_run_program(Dwarf_CU cu, Dwarf_LineInfo li, uint8_t *p, in _dwarf_lineno_run_program()
269 Dwarf_CU cu; in _dwarf_lineno_init() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.h32 DWARFBaseDIE(DWARFUnit *cu, DWARFDebugInfoEntry *die) in DWARFBaseDIE() argument
35 DWARFBaseDIE(const DWARFUnit *cu, DWARFDebugInfoEntry *die) in DWARFBaseDIE() argument
38 DWARFBaseDIE(DWARFUnit *cu, const DWARFDebugInfoEntry *die) in DWARFBaseDIE() argument
41 DWARFBaseDIE(const DWARFUnit *cu, const DWARFDebugInfoEntry *die) in DWARFBaseDIE() argument
63 void Set(DWARFUnit *cu, DWARFDebugInfoEntry *die) { in Set() argument
[all...]
H A DDWARFDebugInfoEntry.cpp44 Extract(const DWARFDataExtractor & data,const DWARFUnit * cu,lldb::offset_t * offset_ptr) Extract() argument
122 GetDIENamesAndRanges(DWARFUnit * cu,const char * & name,const char * & mangled,DWARFRangeList & ranges,std::optional<int> & decl_file,std::optional<int> & decl_line,std::optional<int> & decl_column,std::optional<int> & call_file,std::optional<int> & call_line,std::optional<int> & call_column,DWARFExpressionList * frame_base) const GetDIENamesAndRanges() argument
296 GetAttributes(DWARFUnit * cu,DWARFAttributes & attributes,Recurse recurse,uint32_t curr_depth) const GetAttributes() argument
359 GetAttributeValue(const DWARFUnit * cu,const dw_attr_t attr,DWARFFormValue & form_value,dw_offset_t * end_attr_offset_ptr,bool check_specification_or_abstract_origin) const GetAttributeValue() argument
416 GetAttributeValueAsString(const DWARFUnit * cu,const dw_attr_t attr,const char * fail_value,bool check_specification_or_abstract_origin) const GetAttributeValueAsString() argument
429 GetAttributeValueAsUnsigned(const DWARFUnit * cu,const dw_attr_t attr,uint64_t fail_value,bool check_specification_or_abstract_origin) const GetAttributeValueAsUnsigned() argument
440 GetAttributeValueAsOptionalUnsigned(const DWARFUnit * cu,const dw_attr_t attr,bool check_specification_or_abstract_origin) const GetAttributeValueAsOptionalUnsigned() argument
454 GetAttributeValueAsReference(const DWARFUnit * cu,const dw_attr_t attr,bool check_specification_or_abstract_origin) const GetAttributeValueAsReference() argument
464 GetAttributeValueAsAddress(const DWARFUnit * cu,const dw_attr_t attr,uint64_t fail_value,bool check_specification_or_abstract_origin) const GetAttributeValueAsAddress() argument
480 GetAttributeHighPC(const DWARFUnit * cu,dw_addr_t lo_pc,uint64_t fail_value,bool check_specification_or_abstract_origin) const GetAttributeHighPC() argument
503 GetAttributeAddressRange(const DWARFUnit * cu,dw_addr_t & lo_pc,dw_addr_t & hi_pc,uint64_t fail_value,bool check_specification_or_abstract_origin) const GetAttributeAddressRange() argument
519 GetAttributeAddressRanges(DWARFUnit * cu,bool check_hi_lo_pc,bool check_specification_or_abstract_origin) const GetAttributeAddressRanges() argument
552 GetMangledName(const DWARFUnit * cu,bool substitute_name_allowed) const GetMangledName() argument
596 BuildFunctionAddressRangeTable(DWARFUnit * cu,DWARFDebugAranges * debug_aranges) const BuildFunctionAddressRangeTable() argument
617 GetDWARFDeclContextStatic(const DWARFDebugInfoEntry * die,DWARFUnit * cu) GetDWARFDeclContextStatic() argument
647 GetParentDeclContextDIE(DWARFUnit * cu,const DWARFAttributes & attributes) const GetParentDeclContextDIE() argument
[all...]
H A DDWARFDebugInfo.cpp189 cu = m_units[idx].get(); in GetDIE() local
65 DWARFUnit *cu = GetUnitAtIndex(idx); GetCompileUnitAranges() local
119 DWARFUnit *cu = nullptr; GetUnitAtIndex() local
196 if (DWARFUnit *cu = GetUnit(die_ref)) PeekDIEName() local
H A DDebugNamesDWARFIndex.cpp41 for (uint32_t cu = 0; cu < num_cus; ++cu) GetUnits() local
61 DWARFUnit *cu = ToDIERef() local
139 GetGlobalVariables(DWARFUnit & cu,llvm::function_ref<bool (DWARFDIE die)> callback) GetGlobalVariables() argument
193 DWARFUnit *cu = m_debug_info.GetUnit(*ref); GetCompleteObjCClass() local
[all...]
H A DSymbolFileDWARFDwo.cpp51 DWARFCompileUnit *cu = FindSingleCompileUnit(); in GetDWOCompileUnitForHash() local
70 DWARFCompileUnit *cu = nullptr; in FindSingleCompileUnit() local
H A DDWARFDebugRanges.cpp44 DWARFDebugRanges::FindRanges(const DWARFUnit *cu, in FindRanges()
H A DDWARFAttribute.cpp41 const DWARFUnit *cu = CompileUnitAtIndex(i); in ExtractFormValueAtIndex() local
/freebsd-src/lib/libc/rpc/
H A Dclnt_dg.c205 struct cu_data *cu = NULL; /* private data */ in clnt_dg_create() local
317 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_call() local
606 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_geterr() local
614 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_freeres() local
642 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_control() local
780 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_destroy() local
/freebsd-src/sys/rpc/
H A Dclnt_dg.c183 struct cu_data *cu = NULL; /* private data */ in clnt_dg_create() local
331 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_call() local
783 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_geterr() local
809 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_control() local
942 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_close() local
988 struct cu_data *cu = (struct cu_data *)cl->cl_private; in clnt_dg_destroy() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp41 CompileUnit *cu = context.comp_unit; in SearchCallback() local
H A DFileLineResolver.cpp37 CompileUnit *cu = context.comp_unit; in SearchCallback() local
/freebsd-src/contrib/mandoc/
H A Dpreconv.c35 const unsigned char *cu; in preconv_encode() local
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp340 CompactUnwindEntry &cu = cuEntries[i]; relocateCompactUnwind() local
391 CompactUnwindEntry &cu = cuEntries[idx]; encodePersonalities() local
676 const CompactUnwindEntry &cu = cuEntries[idx]; writeTo() local
[all...]
/freebsd-src/sys/net/
H A Dbridgestp.c269 struct bstp_config_unit *cu) in bstp_decode_bpdu()
536 struct bstp_config_unit *cu = &bp->bp_msg_cu; in bstp_received_stp() local
561 struct bstp_config_unit *cu = &bp->bp_msg_cu; in bstp_received_rstp() local
585 struct bstp_config_unit *cu) in bstp_received_bpdu()
694 bstp_pdu_rcvtype(struct bstp_port *bp, struct bstp_config_unit *cu) in bstp_pdu_rcvtype()

123