Searched refs:cu (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_dg.c168 struct cu_data *cu = NULL; /* private data */ local
240 cu = mem_alloc(sizeof (*cu) + sendsz + recvsz);
241 if (cu == NULL)
243 (void) memcpy(&cu->cu_raddr, svcaddr->buf, (size_t)svcaddr->len);
244 cu->cu_rlen = svcaddr->len;
245 cu->cu_outbuf = &cu->cu_inbuf[recvsz];
247 cu->cu_wait.tv_sec = 15; /* heuristically chosen */
248 cu
315 struct cu_data *cu = (struct cu_data *)cl->cl_private; local
611 struct cu_data *cu = (struct cu_data *)cl->cl_private; local
622 struct cu_data *cu = (struct cu_data *)cl->cl_private; local
654 struct cu_data *cu = (struct cu_data *)cl->cl_private; local
798 struct cu_data *cu = (struct cu_data *)cl->cl_private; local
[all...]
/freebsd-10.0-release/sys/rpc/
H A Dclnt_dg.c189 struct cu_data *cu = NULL; /* private data */ local
227 cu = mem_alloc(sizeof (*cu));
228 cu->cu_threads = 0;
229 cu->cu_closing = FALSE;
230 cu->cu_closed = FALSE;
231 (void) memcpy(&cu->cu_raddr, svcaddr, (size_t)svcaddr->sa_len);
232 cu->cu_rlen = svcaddr->sa_len;
234 cu->cu_wait.tv_sec = 3; /* heuristically chosen */
235 cu
336 struct cu_data *cu = (struct cu_data *)cl->cl_private; local
793 struct cu_data *cu = (struct cu_data *)cl->cl_private; local
819 struct cu_data *cu = (struct cu_data *)cl->cl_private; local
952 struct cu_data *cu = (struct cu_data *)cl->cl_private; local
998 struct cu_data *cu = (struct cu_data *)cl->cl_private; local
[all...]
/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf_finish.c41 Dwarf_CU cu; local
60 STAILQ_FOREACH_SAFE(cu, &dbg->dbg_cu, cu_next, tcu) {
62 STAILQ_FOREACH_SAFE(die, &cu->cu_die, die_next, tdie) {
69 STAILQ_REMOVE(&cu->cu_die, die, _Dwarf_Die, die_next);
74 STAILQ_FOREACH_SAFE(ab, &cu->cu_abbrev, a_next, tab) {
81 STAILQ_REMOVE(&cu->cu_abbrev, ab, _Dwarf_Abbrev, a_next);
85 STAILQ_REMOVE(&dbg->dbg_cu, cu, _Dwarf_CU, cu_next);
86 free(cu);
H A Ddwarf_abbrev.c33 dwarf_abbrev_add(Dwarf_CU cu, uint64_t entry, uint64_t tag, uint8_t children, Dwarf_Abbrev *ap, Dwarf_Error *error) argument
52 STAILQ_INSERT_TAIL(&cu->cu_abbrev, a, a_next);
61 dwarf_abbrev_find(Dwarf_CU cu, uint64_t entry) argument
65 STAILQ_FOREACH(a, &cu->cu_abbrev, a_next) {
H A Ddwarf_die.c33 dwarf_die_add(Dwarf_CU cu, int level, uint64_t offset, uint64_t abnum, Dwarf_Abbrev a, Dwarf_Die *diep, Dwarf_Error *err) argument
42 if (cu == NULL || a == NULL) {
57 die->die_cu = cu;
64 STAILQ_INSERT_TAIL(&cu->cu_die, die, die_next);
68 STAILQ_INSERT_TAIL(&cu->cu_die_hash[key], die, die_hash);
131 Dwarf_CU cu; local
142 if ((cu = dbg->dbg_cu_current) == NULL) {
148 *caller_ret_die = STAILQ_FIRST(&cu->cu_die);
180 Dwarf_CU cu = die->die_cu; local
183 STAILQ_FOREACH(die1, &cu
[all...]
H A Ddwarf_dump.c402 Dwarf_CU cu; local
406 STAILQ_FOREACH(cu, &dbg->dbg_cu, cu_next) {
407 STAILQ_FOREACH(a, &cu->cu_abbrev, a_next) {
685 Dwarf_CU cu; local
691 STAILQ_FOREACH(cu, &dbg->dbg_cu, cu_next) {
692 STAILQ_FOREACH(die, &cu->cu_die, die_next) {
718 Dwarf_CU cu; local
736 STAILQ_FOREACH(cu, &dbg->dbg_cu, cu_next) {
737 p = (char *) cu;
738 printf("cu
776 Dwarf_CU cu; local
813 Dwarf_CU cu; local
[all...]
H A Ddwarf_init.c328 Dwarf_CU cu, Dwarf_Die die, Dwarf_Attribute at, uint64_t form,
340 avref.u[0].u64 = dwarf_read(dp, offsetp, cu->cu_pointer_size);
377 return dwarf_init_attr(dbg, dp, offsetp, cu, die, at, form, error);
379 if (cu->cu_version == 2)
380 avref.u[0].u64 = dwarf_read(dp, offsetp, cu->cu_pointer_size);
381 else if (cu->cu_version == 3)
416 dwarf_init_abbrev(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Error *error) argument
430 offset = cu->cu_abbrev_offset;
444 if ((ret = dwarf_abbrev_add(cu, entry, tag, children, &a, error)) != DWARF_E_NONE)
463 Dwarf_CU cu; local
327 dwarf_init_attr(Dwarf_Debug dbg, Elf_Data **dp, uint64_t *offsetp, Dwarf_CU cu, Dwarf_Die die, Dwarf_Attribute at, uint64_t form, Dwarf_Error *error) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h66 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...]
H A DDWARFDebugInfoEntry.cpp64 DWARFDebugInfoEntry::Attributes::Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, dw_form_t form) argument
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,
117 FastExtract( const DataExtractor& debug_info_data, const DWARFCompileUnit* cu, const uint8_t *fixed_form_sizes, lldb::offset_t *offset_ptr ) argument
[all...]
H A DDWARFLocationList.cpp21 DWARFLocationList::Dump(Stream &s, const DWARFCompileUnit* cu, const DataExtractor& debug_loc_data, lldb::offset_t offset) argument
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(),
H A DDWARFFormValue.h51 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);
H A DDWARFDebugInfo.cpp78 DWARFCompileUnit* cu = GetCompileUnitAtIndex(idx); local
79 if (cu)
80 cu->BuildAddressRangeTable (m_dwarf2Data, m_cu_aranges_ap.get(), clear_dies_if_already_not_parsed);
178 DWARFCompileUnit* cu = NULL; local
180 cu = m_compile_units[idx].get();
181 return cu;
185 DWARFDebugInfo::ContainsCompileUnit (const DWARFCompileUnit *cu) const
194 if (pos->get() == cu)
346 DWARFCompileUnit* cu = cu_sp.get(); local
349 cu
364 AddCompileUnit(DWARFCompileUnitSP& cu) argument
496 const DWARFCompileUnit* cu = cu_sp.get(); local
738 const DWARFCompileUnit* cu = cu_sp.get(); local
[all...]
H A DDWARFDebugPubnames.cpp87 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); local
89 const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (cu->GetAddressByteSize());
91 bool clear_dies = cu->ExtractDIEsIfNeeded (false) > 1;
94 const size_t die_count = cu->AppendDIEsWithTag (DW_TAG_subprogram, dies) +
95 cu->AppendDIEsWithTag (DW_TAG_variable, dies);
97 dw_offset_t cu_offset = cu->GetOffset();
98 DWARFDebugPubnamesSet pubnames_set(DW_INVALID_OFFSET, cu_offset, cu->GetNextCompileUnitOffset() - cu_offset);
108 const size_t num_attributes = die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes);
203 cu->ClearDIEs (true);
224 DWARFCompileUnit* cu local
[all...]
H A DDWARFLocationList.h20 const DWARFCompileUnit* cu,
H A DDWARFFormValue.cpp117 DWARFFormValue::ExtractValue(const DataExtractor& data, lldb::offset_t* offset_ptr, const DWARFCompileUnit* cu) argument
128 case DW_FORM_addr: m_value.value.uval = data.GetMaxU64(offset_ptr, DWARFCompileUnit::GetAddressByteSize(cu)); break;
149 if (cu->GetVersion() <= 2)
150 m_value.value.uval = data.GetMaxU64(offset_ptr, DWARFCompileUnit::GetAddressByteSize(cu));
186 DWARFFormValue::SkipValue(const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu) const
188 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, cu);
192 DWARFFormValue::SkipValue(dw_form_t form, const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu) argument
211 *offset_ptr += DWARFCompileUnit::GetAddressByteSize(cu);
215 if (cu->GetVersion() <= 2)
216 *offset_ptr += DWARFCompileUnit::GetAddressByteSize(cu);
438 ResolveCompileUnitReferences(const DWARFCompileUnit* cu) argument
[all...]
H A DUniqueDWARFASTType.h45 DWARFCompileUnit *cu,
51 m_cu (cu),
121 const DWARFCompileUnit *cu,
154 const DWARFCompileUnit *cu,
164 return pos->second.Find (symfile, cu, die, decl, byte_size, entry);
43 UniqueDWARFASTType(lldb::TypeSP &type_sp, SymbolFileDWARF *symfile, DWARFCompileUnit *cu, DWARFDebugInfoEntry *die, const lldb_private::Declaration &decl, int32_t byte_size) argument
152 Find(const lldb_private::ConstString &name, SymbolFileDWARF *symfile, const DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die, const lldb_private::Declaration &decl, const int32_t byte_size, UniqueDWARFASTType &entry) const argument
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c650 struct dwarf2_cu *cu,
655 struct dwarf2_cu *cu,
660 struct dwarf2_cu *cu,
666 struct dwarf2_cu *cu);
674 static void dwarf2_read_abbrevs (bfd *abfd, struct dwarf2_cu *cu);
728 static int die_is_declaration (struct die_info *, struct dwarf2_cu *cu);
737 bfd *abfd, struct dwarf2_cu *cu));
775 static void read_subrange_type (struct die_info *die, struct dwarf2_cu *cu);
807 static char *determine_class_name (struct die_info *die, struct dwarf2_cu *cu);
930 struct dwarf2_cu *cu);
1210 struct dwarf2_cu cu; local
1336 scan_partial_symbols(char *info_ptr, CORE_ADDR *lowpc, CORE_ADDR *highpc, struct dwarf2_cu *cu, const char *namespace) argument
1447 add_partial_symbol(struct partial_die_info *pdi, struct dwarf2_cu *cu, const char *namespace) argument
1622 add_partial_namespace(struct partial_die_info *pdi, char *info_ptr, CORE_ADDR *lowpc, CORE_ADDR *highpc, struct dwarf2_cu *cu, const char *namespace) argument
1661 add_partial_structure(struct partial_die_info *struct_pdi, char *info_ptr, struct dwarf2_cu *cu, const char *namespace) argument
1733 add_partial_enumeration(struct partial_die_info *enum_pdi, char *info_ptr, struct dwarf2_cu *cu, const char *namespace) argument
1761 locate_pdi_sibling(struct partial_die_info *orig_pdi, char *info_ptr, bfd *abfd, struct dwarf2_cu *cu) argument
1825 struct dwarf2_cu cu; local
1932 process_die(struct die_info *die, struct dwarf2_cu *cu) argument
2029 initialize_cu_func_list(struct dwarf2_cu *cu) argument
2035 read_file_scope(struct die_info *die, struct dwarf2_cu *cu) argument
2091 set_cu_language (DW_UNSND (attr), cu); local
2153 add_to_cu_func_list(const char *name, CORE_ADDR lowpc, CORE_ADDR highpc, struct dwarf2_cu *cu) argument
2175 read_func_scope(struct die_info *die, struct dwarf2_cu *cu) argument
2300 read_lexical_block_scope(struct die_info *die, struct dwarf2_cu *cu) argument
2344 dwarf2_get_pc_bounds(struct die_info *die, CORE_ADDR *lowpc, CORE_ADDR *highpc, struct dwarf2_cu *cu) argument
2504 get_scope_pc_bounds(struct die_info *die, CORE_ADDR *lowpc, CORE_ADDR *highpc, struct dwarf2_cu *cu) argument
2564 dwarf2_add_field(struct field_info *fip, struct die_info *die, struct dwarf2_cu *cu) argument
2734 dwarf2_attach_fields_to_type(struct field_info *fip, struct type *type, struct dwarf2_cu *cu) argument
2821 dwarf2_add_member_fn(struct field_info *fip, struct die_info *die, struct type *type, struct dwarf2_cu *cu) argument
2961 dwarf2_attach_fn_fields_to_type(struct field_info *fip, struct type *type, struct dwarf2_cu *cu) argument
3009 read_structure_type(struct die_info *die, struct dwarf2_cu *cu) argument
3174 process_structure_scope(struct die_info *die, struct dwarf2_cu *cu) argument
3214 read_enumeration_type(struct die_info *die, struct dwarf2_cu *cu) argument
3264 determine_class_name(struct die_info *die, struct dwarf2_cu *cu) argument
3322 process_enumeration_scope(struct die_info *die, struct dwarf2_cu *cu) argument
3394 read_array_type(struct die_info *die, struct dwarf2_cu *cu) argument
3474 read_common_block(struct die_info *die, struct dwarf2_cu *cu) argument
3520 read_namespace(struct die_info *die, struct dwarf2_cu *cu) argument
3592 namespace_name(struct die_info *die, int *is_anonymous, struct dwarf2_cu *cu) argument
3621 read_tag_pointer_type(struct die_info *die, struct dwarf2_cu *cu) argument
3678 read_tag_ptr_to_member_type(struct die_info *die, struct dwarf2_cu *cu) argument
3702 read_tag_reference_type(struct die_info *die, struct dwarf2_cu *cu) argument
3727 read_tag_unspecified_type(struct die_info *die, struct dwarf2_cu *cu) argument
3748 read_tag_const_type(struct die_info *die, struct dwarf2_cu *cu) argument
3763 read_tag_volatile_type(struct die_info *die, struct dwarf2_cu *cu) argument
3778 read_tag_restrict_type(struct die_info *die, struct dwarf2_cu *cu) argument
3798 read_tag_string_type(struct die_info *die, struct dwarf2_cu *cu) argument
3856 read_subroutine_type(struct die_info *die, struct dwarf2_cu *cu) argument
3926 read_typedef(struct die_info *die, struct dwarf2_cu *cu) argument
3948 read_base_type(struct die_info *die, struct dwarf2_cu *cu) argument
4033 read_subrange_type(struct die_info *die, struct dwarf2_cu *cu) argument
4105 read_comp_unit(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu) argument
4121 read_die_and_children(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu, char **new_info_ptr, struct die_info *parent) argument
4154 read_die_and_siblings(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu, char **new_info_ptr, struct die_info *parent) argument
4256 dwarf2_read_abbrevs(bfd *abfd, struct dwarf2_cu *cu) argument
4356 dwarf2_lookup_abbrev(unsigned int number, struct dwarf2_cu *cu) argument
4378 read_partial_die(struct partial_die_info *part_die, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
4521 read_full_die(struct die_info **diep, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu, int *has_children) argument
4573 read_attribute_value(struct attribute *attr, unsigned form, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
4697 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
4749 read_address(bfd *abfd, char *buf, struct dwarf2_cu *cu, int *bytes_read) argument
5024 set_cu_language(unsigned int lang, struct dwarf2_cu *cu) argument
5062 dwarf2_attr(struct die_info *die, unsigned int name, struct dwarf2_cu *cu) argument
5090 die_is_declaration(struct die_info *die, struct dwarf2_cu *cu) argument
5100 die_specification(struct die_info *die, struct dwarf2_cu *cu) argument
5195 dwarf_decode_line_header(unsigned int offset, bfd *abfd, struct dwarf2_cu *cu) argument
5301 check_cu_functions(CORE_ADDR address, struct dwarf2_cu *cu) argument
5344 dwarf_decode_lines(struct line_header *lh, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu) argument
5559 var_decode_location(struct attribute *attr, struct symbol *sym, struct dwarf2_cu *cu) argument
5621 new_symbol(struct die_info *die, struct type *type, struct dwarf2_cu *cu) argument
5883 dwarf2_const_value(struct attribute *attr, struct symbol *sym, struct dwarf2_cu *cu) argument
5986 die_type(struct die_info *die, struct dwarf2_cu *cu) argument
6024 die_containing_type(struct die_info *die, struct dwarf2_cu *cu) argument
6073 tag_type_to_type(struct die_info *die, struct dwarf2_cu *cu) argument
6093 read_type_die(struct die_info *die, struct dwarf2_cu *cu) argument
6169 determine_prefix(struct die_info *die, struct dwarf2_cu *cu) argument
6254 dwarf_base_type(int encoding, int size, struct dwarf2_cu *cu) argument
6375 dwarf2_linkage_name(struct die_info *die, struct dwarf2_cu *cu) argument
6391 dwarf2_name(struct die_info *die, struct dwarf2_cu *cu) argument
6405 dwarf2_extension(struct die_info *die, struct dwarf2_cu *cu) argument
7333 dwarf2_get_ref_die_offset(struct attribute *attr, struct dwarf2_cu *cu) argument
7399 dwarf2_fundamental_type(struct objfile *objfile, int typeid, struct dwarf2_cu *cu) argument
7446 decode_locdesc(struct dwarf_block *blk, struct dwarf2_cu *cu) argument
7925 dwarf_decode_macros(struct line_header *lh, unsigned int offset, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu) argument
8073 dwarf2_symbol_mark_computed(struct attribute *attr, struct symbol *sym, struct dwarf2_cu *cu) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h51 void dump(raw_ostream &OS, const DWARFCompileUnit* cu) const;
53 const DWARFCompileUnit *cu);
58 uint64_t getReference(const DWARFCompileUnit* cu) const;
63 bool resolveCompileUnitReferences(const DWARFCompileUnit* cu);
72 const DWARFCompileUnit *cu) const;
74 uint32_t *offset_ptr, const DWARFCompileUnit *cu);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFileLineResolver.cpp51 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);
/freebsd-10.0-release/usr.bin/tip/tip/
H A DMakefile35 LINKS= ${BINDIR}/tip ${BINDIR}/cu
36 MAN= tip.1 cu.1
41 SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \
53 # is no cu(1) with the schg-bit set.
55 .if exists(${DESTDIR}${BINDIR}/cu)
56 -@chflags noschg ${DESTDIR}${BINDIR}/cu
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp79 const DWARFCompileUnit *cu) {
92 ? cu->getAddressByteSize()
93 : getRefAddrSize(cu->getAddressByteSize(), cu->getVersion());
94 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr);
95 if (AI != cu->getRelocMap()->end()) {
141 = cu->getRelocMap()->find(*offset_ptr);
142 if (AI != cu->getRelocMap()->end()) {
167 = cu->getRelocMap()->find(*offset_ptr);
168 if (AI != cu
78 extractValue(DataExtractor data, uint32_t *offset_ptr, const DWARFCompileUnit *cu) argument
211 skipValue(uint16_t form, DataExtractor debug_info_data, uint32_t *offset_ptr, const DWARFCompileUnit *cu) argument
486 resolveCompileUnitReferences(const DWARFCompileUnit *cu) argument
[all...]
H A DDWARFDebugInfoEntry.cpp23 const DWARFCompileUnit *cu,
26 DataExtractor debug_info_data = cu->getDebugInfoExtractor();
48 dumpAttribute(OS, cu, &offset, attr, form, indent);
54 child->dump(OS, cu, recurseDepth-1, indent+2);
69 const DWARFCompileUnit *cu,
89 if (!formValue.extractValue(cu->getDebugInfoExtractor(), offset_ptr, cu))
93 formValue.dump(OS, cu);
191 DWARFDebugInfoEntryMinimal::getAttributeValue(const DWARFCompileUnit *cu, argument
202 DataExtractor debug_info_data = cu
22 dump(raw_ostream &OS, const DWARFCompileUnit *cu, unsigned recurseDepth, unsigned indent) const argument
68 dumpAttribute(raw_ostream &OS, const DWARFCompileUnit *cu, uint32_t* offset_ptr, uint16_t attr, uint16_t form, unsigned indent) const argument
226 getAttributeValueAsString( const DWARFCompileUnit* cu, const uint16_t attr, const char* fail_value) const argument
240 getAttributeValueAsUnsigned( const DWARFCompileUnit* cu, const uint16_t attr, uint64_t fail_value) const argument
251 getAttributeValueAsSigned( const DWARFCompileUnit* cu, const uint16_t attr, int64_t fail_value) const argument
262 getAttributeValueAsReference( const DWARFCompileUnit* cu, const uint16_t attr, uint64_t fail_value) const argument
[all...]
H A DDWARFDebugInfoEntry.h42 void dump(raw_ostream &OS, const DWARFCompileUnit *cu,
44 void dumpAttribute(raw_ostream &OS, const DWARFCompileUnit *cu,
123 uint32_t getAttributeValue(const DWARFCompileUnit *cu,
127 const char* getAttributeValueAsString(const DWARFCompileUnit* cu,
131 uint64_t getAttributeValueAsUnsigned(const DWARFCompileUnit *cu,
135 uint64_t getAttributeValueAsReference(const DWARFCompileUnit *cu,
139 int64_t getAttributeValueAsSigned(const DWARFCompileUnit* cu,
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_cuseeme.c181 struct cu_header *cu; local
184 cu = udp_next(ud);
185 if (cu->addr)
186 cu->addr = (u_int32_t) GetAliasAddress(lnk).s_addr;
203 struct cu_header *cu; local
212 cu = udp_next(ud);
213 oc = (struct oc_header *)(cu + 1);
218 if (cu->dest_addr)
219 cu->dest_addr = (u_int32_t) original_addr.s_addr;
220 if (ntohs(cu
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp60 CompileUnit *cu = context.comp_unit; local
61 FileSpec cu_file_spec = *(static_cast<FileSpec *>(cu));
74 start_idx = cu->FindLineEntry (start_idx, line_matches[i], NULL, exact, &line_entry);

Completed in 208 milliseconds

123