/freebsd-src/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_pro_attr.c | 32 dwarf_add_AT_location_expr(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_location_expr() 70 dwarf_add_AT_name(Dwarf_P_Die die, char *name, Dwarf_Error *error) in dwarf_add_AT_name() 82 dwarf_add_AT_comp_dir(Dwarf_P_Die die, char *dir, Dwarf_Error *error) in dwarf_add_AT_comp_dir() 94 dwarf_add_AT_producer(Dwarf_P_Die die, char *producer, Dwarf_Error *error) in dwarf_add_AT_producer() 106 dwarf_add_AT_const_value_signedint(Dwarf_P_Die die, Dwarf_Signed value, in dwarf_add_AT_const_value_signedint() 133 dwarf_add_AT_const_value_unsignedint(Dwarf_P_Die die, Dwarf_Unsigned value, in dwarf_add_AT_const_value_unsignedint() 160 dwarf_add_AT_const_value_string(Dwarf_P_Die die, char *string, in dwarf_add_AT_const_value_string() 173 dwarf_add_AT_targ_address(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_targ_address() 182 dwarf_add_AT_targ_address_b(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_targ_address_b() 207 dwarf_add_AT_dataref(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_dataref() [all …]
|
H A D | dwarf_attr.c | 33 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute *atp, in dwarf_attr() 57 dwarf_attrlist(Dwarf_Die die, Dwarf_Attribute **attrbuf, in dwarf_attrlist() 99 dwarf_hasattr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Bool *ret_bool, in dwarf_hasattr() 134 dwarf_lowpc(Dwarf_Die die, Dwarf_Addr *ret_lowpc, Dwarf_Error *error) in dwarf_lowpc() 157 dwarf_highpc(Dwarf_Die die, Dwarf_Addr *ret_highpc, Dwarf_Error *error) in dwarf_highpc() 164 dwarf_highpc_b(Dwarf_Die die, Dwarf_Addr *ret_highpc, Dwarf_Half *ret_form, in dwarf_highpc_b() 200 dwarf_bytesize(Dwarf_Die die, Dwarf_Unsigned *ret_size, Dwarf_Error *error) in dwarf_bytesize() 223 dwarf_bitsize(Dwarf_Die die, Dwarf_Unsigned *ret_size, Dwarf_Error *error) in dwarf_bitsize() 246 dwarf_bitoffset(Dwarf_Die die, Dwarf_Unsigned *ret_size, Dwarf_Error *error) in dwarf_bitoffset() 269 dwarf_srclang(Dwarf_Die die, Dwarf_Unsigned *ret_lang, Dwarf_Error *error) in dwarf_srclang() [all …]
|
H A D | dwarf_die.c | 33 dwarf_child(Dwarf_Die die, Dwarf_Die *ret_die, Dwarf_Error *error) in dwarf_child() 66 dwarf_siblingof_b(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Die *ret_die, in dwarf_siblingof_b() 139 dwarf_siblingof(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Die *ret_die, in dwarf_siblingof() 235 dwarf_tag(Dwarf_Die die, Dwarf_Half *tag, Dwarf_Error *error) in dwarf_tag() 254 dwarf_dieoffset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *error) in dwarf_dieoffset() 271 dwarf_die_CU_offset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *error) in dwarf_die_CU_offset() 292 dwarf_die_CU_offset_range(Dwarf_Die die, Dwarf_Off *cu_offset, in dwarf_die_CU_offset_range() 315 dwarf_diename(Dwarf_Die die, char **ret_name, Dwarf_Error *error) in dwarf_diename() 337 dwarf_die_abbrev_code(Dwarf_Die die) in dwarf_die_abbrev_code() 407 dwarf_get_die_infotypes_flag(Dwarf_Die die) in dwarf_get_die_infotypes_flag()
|
H A D | libdwarf_die.c | 35 Dwarf_Die die; in _dwarf_die_alloc() local 56 Dwarf_Die die; in _dwarf_die_add() local 80 _dwarf_die_find(Dwarf_Die die, Dwarf_Unsigned off) in _dwarf_die_find() 109 Dwarf_Die die; in _dwarf_die_parse() local 168 _dwarf_die_link(Dwarf_P_Die die, Dwarf_P_Die parent, Dwarf_P_Die child, in _dwarf_die_link() 277 Dwarf_P_Die die, int pass2, Dwarf_Error *error) in _dwarf_die_gen_recursive() 402 Dwarf_Die die; in _dwarf_die_gen() local 443 Dwarf_P_Die die, tdie; in _dwarf_die_pro_cleanup() local
|
H A D | libdwarf_attr.c | 33 _dwarf_attr_alloc(Dwarf_Die die, Dwarf_Attribute *atp, Dwarf_Error *error) in _dwarf_attr_alloc() 51 _dwarf_attr_add(Dwarf_Die die, Dwarf_Attribute atref, Dwarf_Attribute *atp, in _dwarf_attr_add() 85 _dwarf_attr_find(Dwarf_Die die, Dwarf_Half attr) in _dwarf_attr_find() 99 int dwarf_size, Dwarf_CU cu, Dwarf_Die die, Dwarf_AttrDef ad, in _dwarf_attr_init() 373 _dwarf_add_AT_dataref(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in _dwarf_add_AT_dataref() 404 _dwarf_add_string_attr(Dwarf_P_Die die, Dwarf_P_Attribute *atp, Dwarf_Half attr, in _dwarf_add_string_attr() 442 Dwarf_CU cu, Dwarf_Die die, int pass2, Dwarf_Error *error) in _dwarf_attr_gen()
|
H A D | dwarf_attrval.c | 32 dwarf_attrval_flag(Dwarf_Die die, Dwarf_Half attr, Dwarf_Bool *valp, Dwarf_Error *err) in dwarf_attrval_flag() 65 dwarf_attrval_string(Dwarf_Die die, Dwarf_Half attr, const char **strp, Dwarf_Error *err) in dwarf_attrval_string() 100 dwarf_attrval_signed(Dwarf_Die die, Dwarf_Half attr, Dwarf_Signed *valp, Dwarf_Error *err) in dwarf_attrval_signed() 142 dwarf_attrval_unsigned(Dwarf_Die die, Dwarf_Half attr, Dwarf_Unsigned *valp, Dwarf_Error *err) in dwarf_attrval_unsigned()
|
H A D | dwarf_pro_die.c | 51 Dwarf_P_Die die; in dwarf_new_die() local 84 dwarf_die_link(Dwarf_P_Die die, Dwarf_P_Die parent, in dwarf_die_link()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFBaseDIE.h | 32 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 D | DWARFASTParserClang.cpp | 104 GetContainingClangModuleDIE(const DWARFDIE & die) GetContainingClangModuleDIE() argument 123 GetContainingClangModule(const DWARFDIE & die) GetContainingClangModule() argument 158 ParseTypeFromClangModule(const SymbolContext & sc,const DWARFDIE & die,Log * log) ParseTypeFromClangModule() argument 255 PrepareContextToReceiveMembers(TypeSystemClang & ast,ClangASTImporter & ast_importer,clang::DeclContext * decl_ctx,DWARFDIE die,const char * type_name_cstr) PrepareContextToReceiveMembers() argument 287 ParsedDWARFTypeAttributes(const DWARFDIE & die) ParsedDWARFTypeAttributes() argument 428 GetUnitName(const DWARFDIE & die) GetUnitName() argument 435 ParseTypeFromDWARF(const SymbolContext & sc,const DWARFDIE & die,bool * type_is_new_ptr) ParseTypeFromDWARF() argument 546 ExtractDataMemberLocation(DWARFDIE const & die,DWARFFormValue const & form_value,ModuleSP module_sp) ExtractDataMemberLocation() argument 574 ParseTypeModifier(const SymbolContext & sc,const DWARFDIE & die,ParsedDWARFTypeAttributes & attrs) ParseTypeModifier() argument 796 GetDIEClassTemplateParams(const DWARFDIE & die) GetDIEClassTemplateParams() argument 808 ParseEnum(const SymbolContext & sc,const DWARFDIE & die,ParsedDWARFTypeAttributes & attrs) ParseEnum() argument 944 ParseSubroutine(const DWARFDIE & die,const ParsedDWARFTypeAttributes & attrs) ParseSubroutine() argument 1343 ParseArrayType(const DWARFDIE & die,const ParsedDWARFTypeAttributes & attrs) ParseArrayType() argument 1398 ParsePointerToMemberType(const DWARFDIE & die,const ParsedDWARFTypeAttributes & attrs) ParsePointerToMemberType() argument 1425 ParseInheritance(const DWARFDIE & die,const DWARFDIE & parent_die,const CompilerType class_clang_type,const AccessType default_accessibility,const lldb::ModuleSP & module_sp,std::vector<std::unique_ptr<clang::CXXBaseSpecifier>> & base_classes,ClangASTImporter::LayoutInfo & layout_info) ParseInheritance() argument 1524 UpdateSymbolContextScopeForType(const SymbolContext & sc,const DWARFDIE & die,TypeSP type_sp) UpdateSymbolContextScopeForType() argument 1553 GetCPlusPlusQualifiedName(const DWARFDIE & die) GetCPlusPlusQualifiedName() argument 1609 ParseStructureLikeDIE(const SymbolContext & sc,const DWARFDIE & die,ParsedDWARFTypeAttributes & attrs) ParseStructureLikeDIE() argument 2018 ParseTemplateDIE(const DWARFDIE & die,TypeSystemClang::TemplateParameterInfos & template_param_infos) ParseTemplateDIE() argument 2138 for (DWARFDIE die : parent_die.children()) { ParseTemplateParameterInfos() local 2158 CompleteRecordType(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteRecordType() argument 2195 for (const DWARFDIE &die : member_function_dies) CompleteRecordType() local 2252 for (const DWARFDIE &die : contained_type_dies) CompleteRecordType() local 2258 CompleteEnumType(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteEnumType() argument 2273 CompleteTypeFromDWARF(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteTypeFromDWARF() argument 2317 GetDeclForUIDFromDWARF(const DWARFDIE & die) GetDeclForUIDFromDWARF() argument 2325 GetDeclContextForUIDFromDWARF(const DWARFDIE & die) GetDeclContextForUIDFromDWARF() argument 2333 GetDeclContextContainingUIDFromDWARF(const DWARFDIE & die) GetDeclContextContainingUIDFromDWARF() argument 2349 for (DWARFDIE die : parent_die.children()) { ParseChildEnumerators() local 2408 ConstructDemangledNameFromDWARF(const DWARFDIE & die) ConstructDemangledNameFromDWARF() argument 2442 ParseFunctionFromDWARF(CompileUnit & comp_unit,const DWARFDIE & die,const AddressRange & func_range) ParseFunctionFromDWARF() argument 2561 VariantMember(DWARFDIE & die,lldb::ModuleSP module_sp) VariantMember() argument 2602 DiscriminantValue(const DWARFDIE & die,ModuleSP module_sp) DiscriminantValue() argument 2625 VariantPart(const DWARFDIE & die,const DWARFDIE & parent_die,lldb::ModuleSP module_sp) VariantPart() argument 2641 MemberAttributes(const DWARFDIE & die,const DWARFDIE & parent_die,ModuleSP module_sp) MemberAttributes() argument 2709 PropertyAttributes(const DWARFDIE & die) PropertyAttributes() argument 2772 ParseObjCProperty(const DWARFDIE & die,const DWARFDIE & parent_die,const lldb_private::CompilerType & class_clang_type,DelayedPropertyList & delayed_properties) ParseObjCProperty() argument 2864 CreateStaticMemberVariable(const DWARFDIE & die,const MemberAttributes & attrs,const lldb_private::CompilerType & class_clang_type) CreateStaticMemberVariable() argument 2903 ParseSingleMember(const DWARFDIE & die,const DWARFDIE & parent_die,const lldb_private::CompilerType & class_clang_type,lldb::AccessType default_accessibility,lldb_private::ClangASTImporter::LayoutInfo & layout_info,FieldInfo & last_field_info) ParseSingleMember() argument 3148 for (DWARFDIE die : parent_die.children()) { ParseChildMembers() local 3202 for (DWARFDIE die : parent_die.children()) { ParseChildParameters() local 3314 GetClangDeclForDIE(const DWARFDIE & die) GetClangDeclForDIE() argument 3419 GetClangDeclContextForDIE(const DWARFDIE & die) GetClangDeclContextForDIE() argument 3467 GetOwningClangModule(const DWARFDIE & die) GetOwningClangModule() argument 3493 IsSubroutine(const DWARFDIE & die) IsSubroutine() argument 3503 GetContainingFunctionWithAbstractOrigin(const DWARFDIE & die) GetContainingFunctionWithAbstractOrigin() argument 3541 GetDeclContextForBlock(const DWARFDIE & die) GetDeclContextForBlock() argument 3555 ResolveBlockDIE(const DWARFDIE & die) ResolveBlockDIE() argument 3577 ResolveNamespaceDIE(const DWARFDIE & die) ResolveNamespaceDIE() argument 3605 ResolveImportedDeclarationDIE(const DWARFDIE & die) ResolveImportedDeclarationDIE() argument 3641 GetClangDeclContextContainingDIE(const DWARFDIE & die,DWARFDIE * decl_ctx_die_copy) GetClangDeclContextContainingDIE() argument 3659 GetCachedClangDeclContextForDIE(const DWARFDIE & die) GetCachedClangDeclContextForDIE() argument 3669 LinkDeclContextToDIE(clang::DeclContext * decl_ctx,const DWARFDIE & die) LinkDeclContextToDIE() argument 3690 __anon176819460402(DWARFDIE die, UniqueCStringMap<DWARFDIE> &map, UniqueCStringMap<DWARFDIE> &map_artificial) CopyUniqueClassMethodTypes() argument 3861 ParseRustVariantPart(DWARFDIE & die,const DWARFDIE & parent_die,CompilerType & class_clang_type,const lldb::AccessType default_accesibility,ClangASTImporter::LayoutInfo & layout_info) ParseRustVariantPart() argument [all...] |
H A D | DWARFIndex.cpp | 32 DWARFDIE die = dwarf.GetDIE(ref); ProcessFunctionDIE() local 99 if (DWARFDIE die = m_dwarf.GetDIE(ref)) operator ()() local 121 __anond9a619a40102(DWARFDIE die) GetFullyQualifiedType() argument 127 GetFullyQualifiedTypeImpl(const DWARFDeclContext & context,DWARFDIE die,llvm::function_ref<bool (DWARFDIE die)> callback) GetFullyQualifiedTypeImpl() argument [all...] |
H A D | SymbolFileDWARF.cpp | 340 void SymbolFileDWARF::GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset, in GetTypes() argument 451 DWARFDIE die; in GetParentSymbolContextDIE() local 896 ParseFunction(CompileUnit & comp_unit,const DWARFDIE & die) ParseFunction() argument 943 ConstructFunctionDemangledName(const DWARFDIE & die) ConstructFunctionDemangledName() argument 1033 DWARFDIE die(dwarf_cu, &entry); ParseFunctions() local 1176 const DWARFDIE die = dwarf_cu->DIE(); ParseImportedModules() local 1331 DWARFDIE die = orig_die; ParseBlocksRecursive() local 1450 for (DWARFDIE die : parent_die.children()) { ClassOrStructIsVirtual() local 1487 if (DWARFDIE die = GetDIE(type_uid)) GetDeclForUID() local 1500 if (DWARFDIE die = GetDIE(type_uid)) GetDeclContextForUID() local 1511 if (DWARFDIE die = GetDIE(type_uid)) GetDeclContextContainingUID() local 1522 if (DWARFDIE die = GetDIE(type_uid)) GetCompilerContextForUID() local 1551 ResolveTypeUID(const DWARFDIE & die,bool assert_not_being_parsed) ResolveTypeUID() argument 1656 ResolveType(const DWARFDIE & die,bool assert_not_being_parsed,bool resolve_function_context) ResolveType() argument 1699 GetFunction(const DWARFDIE & die,SymbolContext & sc) GetFunction() argument 1980 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); UpdateExternalModuleListIfNeeded() local 2359 __anon510ae9820a02(DWARFDIE die) FindGlobalVariables() argument 2431 __anon510ae9820b02(DWARFDIE die) FindGlobalVariables() argument 2460 DWARFDIE die = orig_die; ResolveFunction() local 2499 DIEInDeclContext(const CompilerDeclContext & decl_ctx,const DWARFDIE & die,bool only_root_namespaces) DIEInDeclContext() argument 2559 __anon510ae9820c02(DWARFDIE die) FindFunctions() argument 2576 __anon510ae9820d02(DWARFDIE die) FindFunctions() argument 2612 __anon510ae9820e02(DWARFDIE die) FindFunctions() argument 2636 DWARFDIE die = GetDIE(die_ref); GetMangledNamesForFunction() local 2679 __anon510ae9820f02(DWARFDIE die) FindTypes() argument 2737 __anon510ae9821002(DWARFDIE die) FindTypes() argument 2810 __anon510ae9821102(DWARFDIE die) FindNamespace() argument 2836 GetTypeForDIE(const DWARFDIE & die,bool resolve_function_context) GetTypeForDIE() argument 2872 DWARFDIE die = orig_die; GetDeclContextDIEContainingDIE() local 2968 FindCompleteObjCDefinitionTypeForDIE(const DWARFDIE & die,ConstString type_name,bool must_be_implementation) FindCompleteObjCDefinitionTypeForDIE() argument 3099 FindDefinitionTypeForDWARFDeclContext(const DWARFDIE & die) FindDefinitionTypeForDWARFDeclContext() argument 3210 ParseType(const SymbolContext & sc,const DWARFDIE & die,bool * type_is_new_ptr) ParseType() argument 3249 DWARFDIE die = orig_die; ParseTypes() local 3352 __anon510ae9821402(DWARFDIE die) ParseVariablesForContext() argument 3368 ParseVariableDIECached(const SymbolContext & sc,const DWARFDIE & die) ParseVariableDIECached() argument 3390 GetExprListFromAtLocation(DWARFFormValue form_value,ModuleSP module,const DWARFDIE & die,const addr_t func_low_pc) GetExprListFromAtLocation() argument 3421 GetExprListFromAtConstValue(DWARFFormValue form_value,ModuleSP module,const DWARFDIE & die) GetExprListFromAtConstValue() argument 3450 fixupExternalAddrZeroVariable(SymbolFileDWARFDebugMap & debug_map_symfile,llvm::StringRef name,DWARFExpressionList & expr_list,const DWARFDIE & die) fixupExternalAddrZeroVariable() argument 3474 ParseVariableDIE(const SymbolContext & sc,const DWARFDIE & die,const lldb::addr_t func_low_pc) ParseVariableDIE() argument 3752 FindBlockContainingSpecification(const DWARFDIE & die,dw_offset_t spec_block_die_offset) FindBlockContainingSpecification() argument 3785 ParseAndAppendGlobalVariable(const SymbolContext & sc,const DWARFDIE & die,VariableList & cc_variable_list) ParseAndAppendGlobalVariable() argument 3916 ParseVariablesInFunctionContext(const SymbolContext & sc,const DWARFDIE & die,const lldb::addr_t func_low_pc) ParseVariablesInFunctionContext() argument 3934 ParseVariablesInFunctionContextRecursive(const lldb_private::SymbolContext & sc,const DWARFDIE & die,lldb::addr_t func_low_pc,DIEArray & accumulator) ParseVariablesInFunctionContextRecursive() argument 4004 for (auto &die : variable_dies) { PopulateBlockVariableList() local 4267 if (const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly()) { GetSeparateDebugInfo() local 4367 GetDecl(const DWARFDIE & die) GetDecl() argument 4373 GetDeclContext(const DWARFDIE & die) GetDeclContext() argument 4380 GetContainingDeclContext(const DWARFDIE & die) GetContainingDeclContext() argument 4386 GetDWARFDeclContext(const DWARFDIE & die) GetDWARFDeclContext() argument 4468 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); GetCompileOptions() local [all...] |
H A D | DWARFUnit.cpp | 230 DWARFDebugInfoEntry die; ExtractDIEsRWLocked() local 634 CompareDIEOffset(const DWARFDebugInfoEntry & die,const dw_offset_t die_offset) CompareDIEOffset() argument 667 DWARFDebugInfoEntry die; PeekDIEName() local 728 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); ParseProducerInfo() local 777 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); GetDWARFLanguageType() local 787 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); GetIsOptimized() local 844 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); ComputeCompDirAndGuessPathStyle() local 866 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); ComputeAbsolutePath() local 888 const DWARFDebugInfoEntry *die = DIEPtr(); GetFunctionAranges() local 1127 for (const auto &die : m_die_array) { HasAny() local [all...] |
H A D | DWARFASTParser.cpp | 31 for (DWARFDIE die : parent_die.children()) { in ParseChildArrayInfo() local 104 Type *DWARFASTParser::GetTypeForDIE(const DWARFDIE &die) { in GetTypeForDIE()
|
H A D | UniqueDWARFASTType.h | 26 UniqueDWARFASTType(lldb::TypeSP & type_sp,const DWARFDIE & die,const Declaration & decl,int32_t byte_size) UniqueDWARFASTType() argument 83 Find(ConstString name,const DWARFDIE & die,const Declaration & decl,const int32_t byte_size,UniqueDWARFASTType & entry) Find() argument
|
H A D | DWARFDebugInfoEntry.cpp | 281 die.GetDIE()->GetDIENamesAndRanges(die.GetCU(), name, mangled, ranges, in GetDIENamesAndRanges() local 387 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() local 89 GetRangesOrReportError(DWARFUnit & unit,const DWARFDebugInfoEntry & die,const DWARFFormValue & value) GetRangesOrReportError() argument 397 DWARFDIE die = form_value.Reference(); GetAttributeValue() local 616 GetDWARFDeclContextStatic(const DWARFDebugInfoEntry * die,DWARFUnit * cu) GetDWARFDeclContextStatic() argument 648 DWARFDIE die(cu, const_cast<DWARFDebugInfoEntry *>(this)); GetParentDeclContextDIE() local [all...] |
/freebsd-src/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | dwarf.c | 263 die_off(dwarf_t *dw, Dwarf_Die die) in die_off() 277 die_sibling(dwarf_t *dw, Dwarf_Die die) in die_sibling() 295 die_child(dwarf_t *dw, Dwarf_Die die) in die_child() 312 die_tag(dwarf_t *dw, Dwarf_Die die) in die_tag() 326 die_attr(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, int req) in die_attr() 349 die_signed(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Signed *valp, in die_signed() 364 die_unsigned(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Unsigned *valp, in die_unsigned() 379 die_bool(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Bool *valp, int req) in die_bool() 394 die_string(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, char **strp, int req) in die_string() 413 die_attr_ref(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name) in die_attr_ref() [all …]
|
/freebsd-src/crypto/openssh/ |
H A D | fixpaths | 6 die() { function
|
H A D | fixalgorithms | 8 die() { function
|
/freebsd-src/tools/boot/ |
H A D | lua-test.sh | 5 die() { function
|
H A D | lua-lint.sh | 6 die() { function
|
H A D | lua-img.sh | 6 die() { function
|
H A D | universe.sh | 16 die() function
|
/freebsd-src/share/examples/uefisign/ |
H A D | uefikeys | 7 die() { function
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
H A D | utilities_posix.cpp | 20 void die(const char *Message) { in die() function
|
H A D | utilities_fuchsia.cpp | 15 void die(const char *Message) { in die() function
|