Searched refs:cu (Results 26 - 50 of 86) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp18 for (std::unique_ptr<DWARFUnit> &cu : dwarf->compile_units()) {
24 dwarf->getLineTableForUnit(cu.get(), report);
35 for (const auto &entry : cu->dies()) {
36 DWARFDie die(cu.get(), &entry);
/freebsd-11-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c173 search_func(struct CU *cu, Dwarf_Unsigned addr) argument
181 STAILQ_FOREACH(f, &cu->funclist, next) {
218 collect_func(Dwarf_Debug dbg, Dwarf_Die die, struct Func *parent, struct CU *cu) argument
325 STAILQ_INSERT_TAIL(&cu->funclist, f, next);
336 collect_func(dbg, ret_die, f, cu);
338 collect_func(dbg, ret_die, parent, cu);
346 collect_func(dbg, ret_die, parent, cu);
349 if (die != cu->die)
360 print_inlines(struct CU *cu, struct Func *f, Dwarf_Unsigned call_file, argument
366 if (call_file > 0 && (Dwarf_Signed) call_file <= cu
421 check_range(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Unsigned addr, struct CU **cu) argument
522 struct CU *cu; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp43 CompileUnit *cu = context.comp_unit; local
47 cu->ResolveSymbolContext(m_file_spec, m_line_number, m_inlines, false,
/freebsd-11-stable/sys/net/
H A Dbridgestp.c267 struct bstp_config_unit *cu)
271 cu->cu_pv.pv_root_id =
280 cu->cu_pv.pv_dbridge_id =
289 cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost);
290 cu->cu_message_age = ntohs(cpdu->cbu_messageage);
291 cu->cu_max_age = ntohs(cpdu->cbu_maxage);
292 cu->cu_hello_time = ntohs(cpdu->cbu_hellotime);
293 cu->cu_forward_delay = ntohs(cpdu->cbu_forwarddelay);
294 cu->cu_pv.pv_dport_id = ntohs(cpdu->cbu_portid);
295 cu
266 bstp_decode_bpdu(struct bstp_port *bp, struct bstp_cbpdu *cpdu, struct bstp_config_unit *cu) argument
533 struct bstp_config_unit *cu = &bp->bp_msg_cu; local
558 struct bstp_config_unit *cu = &bp->bp_msg_cu; local
581 bstp_received_bpdu(struct bstp_state *bs, struct bstp_port *bp, struct bstp_config_unit *cu) argument
674 bstp_pdu_rcvtype(struct bstp_port *bp, struct bstp_config_unit *cu) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp111 bool DWARFDebugRanges::FindRanges(const DWARFUnit *cu, argument
114 dw_addr_t debug_ranges_address = cu->GetRangesBase() + debug_ranges_offset;
122 range_list.Slide(cu->GetBaseAddress());
H A DDWARFDebugRanges.h25 bool FindRanges(const DWARFUnit *cu, dw_offset_t debug_ranges_offset,
H A DDWARFDIE.cpp132 DWARFUnit *cu = GetCU(); local
135 if (m_die->GetAttributeValue(cu, attr, form_value, nullptr,
146 DWARFUnit *cu = GetCU(); local
149 if (m_die->LookupAddress(file_addr, cu, &function_die, &block_die)) {
151 if (cu->ContainsDIEOffset(block_die->GetOffset()))
152 return DWARFDIE(cu, block_die);
155 cu->GetSymbolFileDWARF().GetDwoNum(),
156 cu->GetDebugSection(), block_die->GetOffset())),
H A DDWARFIndex.h34 virtual void GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) = 0;
H A DDWARFDebugInfo.h29 DWARFUnit *cu,
H A DAppleDWARFIndex.cpp70 void AppleDWARFIndex::GetGlobalVariables(const DWARFUnit &cu, argument
76 if (m_apple_names_up->AppendAllDIEsInRange(cu.GetOffset(),
77 cu.GetNextUnitOffset(), hash_data))
H A DAppleDWARFIndex.h38 void GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) override;
H A DDebugNamesDWARFIndex.h30 void GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h65 /// \param[in] cu
81 virtual bool AddModulesForCompileUnit(CompileUnit &cu,
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_attr.c99 int dwarf_size, Dwarf_CU cu, Dwarf_Die die, Dwarf_AttrDef ad,
117 cu->cu_pointer_size);
159 return (_dwarf_attr_init(dbg, ds, offsetp, dwarf_size, cu, die,
162 if (cu->cu_version == 2)
164 cu->cu_pointer_size);
216 Dwarf_CU cu, Dwarf_Attribute at, int pass2, Dwarf_Error *error)
222 assert(dbg != NULL && ds != NULL && cu != NULL && at != NULL);
240 dwarf_drt_data_reloc, cu->cu_pointer_size,
244 ret = WRITE_VALUE(at->u[0].u64, cu->cu_pointer_size);
326 cu
98 _dwarf_attr_init(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *offsetp, int dwarf_size, Dwarf_CU cu, Dwarf_Die die, Dwarf_AttrDef ad, uint64_t form, int indirect, Dwarf_Error *error) argument
215 _dwarf_attr_write(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_Rel_Section drs, Dwarf_CU cu, Dwarf_Attribute at, int pass2, Dwarf_Error *error) argument
441 _dwarf_attr_gen(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_Rel_Section drs, Dwarf_CU cu, Dwarf_Die die, int pass2, Dwarf_Error *error) argument
[all...]
H A Dlibdwarf_arange.c57 Dwarf_CU cu; local
102 STAILQ_FOREACH(cu, &dbg->dbg_cu, cu_next) {
103 if (cu->cu_offset == as->as_cu_offset)
106 if (cu == NULL) {
111 as->as_cu = cu;
H A Ddwarf_attr.c169 Dwarf_CU cu; local
190 cu = die->die_cu;
191 *ret_class = dwarf_get_form_class(cu->cu_version,
192 DW_AT_high_pc, cu->cu_length_size == 4 ? 4 : 8,
H A Dlibdwarf_nametbl.c61 Dwarf_CU cu; local
112 STAILQ_FOREACH(cu, &dbg->dbg_cu, cu_next) {
113 if (cu->cu_offset == nt->nt_cu_offset)
116 nt->nt_cu = cu; /* FIXME: Check if NULL here */
H A Dlibdwarf_loc.c683 Dwarf_CU cu; local
690 cu = die->die_cu;
691 assert(cu != NULL);
693 dbg = cu->cu_dbg;
697 at->u[0].u64, cu->cu_pointer_size, cu->cu_length_size == 4 ? 4 : 8,
698 cu->cu_version, error);
H A Dlibdwarf_lineno.c99 _dwarf_lineno_run_program(Dwarf_CU cu, Dwarf_LineInfo li, uint8_t *p, argument
143 dbg = cu->cu_dbg;
171 address = dbg->decode(&p, cu->cu_pointer_size);
269 Dwarf_CU cu; local
278 cu = die->die_cu;
279 assert(cu != NULL);
281 dbg = cu->cu_dbg;
425 ret = _dwarf_lineno_run_program(cu, li, p, ds->ds_data + endoff, compdir,
430 cu->cu_lineinfo = li;
/freebsd-11-stable/usr.bin/sed/
H A Dmain.c476 struct s_compunit *cu; local
478 if ((cu = malloc(sizeof(struct s_compunit))) == NULL)
480 cu->type = type;
481 cu->s = s;
482 cu->next = NULL;
483 *cu_nextp = cu;
484 cu_nextp = &cu->next;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h64 bool GetDescription(Stream *s, lldb::DescriptionLevel level, CompileUnit *cu,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp104 CompileUnit *cu = context.comp_unit;
105 FileSpec cu_file_spec = cu->GetPrimaryFile();
115 cu->ResolveSymbolContext(cu_file_spec, line_matches[i], search_inlines,
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrp_lib.c120 unsigned char cu[SHA_DIGEST_LENGTH]; local
142 EVP_DigestFinal_ex(&ctxt, cu, NULL);
145 if (!(u = BN_bin2bn(cu, sizeof(cu), NULL)))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h74 size_t ParseTypes(CompileUnit &cu) override { return 0; }
214 void ParseLineTableAndSupportFiles(CompileUnit &cu, CompUnitData &data);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp153 CompileUnit *cu = sc.comp_unit; local
155 assert(module && cu);
179 line_entry.GetDescription(&strm, lldb::eDescriptionLevelBrief, cu,
196 CompileUnit *cu, const FileSpec &file_spec) {
204 if (cu) {
207 const FileSpecList &cu_file_list = cu->GetSupportFiles();
226 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec,
248 << cu->GetPrimaryFile().GetFilename() << " in `"
252 line_entry.GetDescription(&strm, lldb::eDescriptionLevelBrief, cu,
258 start_idx = cu
195 DumpFileLinesInCompUnit(Stream &strm, Module *module, CompileUnit *cu, const FileSpec &file_spec) argument
[all...]

Completed in 150 milliseconds

1234