/third_party/elfutils/libdw/ |
H A D | dwarf_getscopes.c | 49 pc_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_match() argument 54 die->prune = true; in pc_match() 61 int result = INTUSE(dwarf_haspc) (&die->die, a->pc); in pc_match() 75 die->prune = true; in pc_match() 77 if (!die->prune in pc_match() 78 && INTUSE (dwarf_tag) (&die->die) == DW_TAG_inlined_subroutine) in pc_match() 88 origin_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in origin_match() argument 92 if (die in origin_match() 121 pc_record(unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) pc_record() argument [all...] |
H A D | dwarf_getscopes_die.c | 37 scope_visitor (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in scope_visitor() argument 39 if (die->die.addr != *(void **) arg) in scope_visitor() 52 scopes[i++] = die->die; in scope_visitor() 53 die = die->parent; in scope_visitor() 55 while (die != NULL); in scope_visitor() 63 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes) in dwarf_getscopes_die() argument 65 if (die in dwarf_getscopes_die() [all...] |
H A D | libdw_visit_scopes.c | 38 may_have_scopes (Dwarf_Die *die) in may_have_scopes() argument 40 switch (INTUSE(dwarf_tag) (die)) in may_have_scopes() 105 if ((ret = INTUSE(dwarf_child) (&root->die, &state.child.die)) != 0) in __libdw_visit_scopes() 121 while (INTUSE(dwarf_tag) (&state->child.die) == DW_TAG_imported_unit) in walk_children() 123 Dwarf_Die orig_child_die = state->child.die; in walk_children() 125 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&state->child.die, in walk_children() 130 if (INTUSE(dwarf_formref_die) (attr, &state->child.die) != NULL in walk_children() 131 && INTUSE(dwarf_tag) (&state->child.die) != DW_TAG_compile_unit in walk_children() 132 && (INTUSE(dwarf_child) (&state->child.die, in walk_children() [all...] |
H A D | dwarf_aggregate_size.c | 38 get_type (Dwarf_Die *die, Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem) in get_type() argument 41 (INTUSE(dwarf_attr_integrate) (die, DW_AT_type, attr_mem), type_mem); in get_type() 49 static int aggregate_size (Dwarf_Die *die, Dwarf_Word *size, 53 array_size (Dwarf_Die *die, Dwarf_Word *size, in array_size() argument 58 if (aggregate_size (get_type (die, attr_mem, &type_mem), &eltsize, in array_size() 66 if (INTUSE(dwarf_child) (die, &child) != 0) in array_size() 134 Dwarf_Die cu = CUDIE (die->cu); in array_size() 151 int has_children = INTUSE(dwarf_child) (die, &enum_child); in array_size() 185 if (INTUSE(dwarf_attr_integrate) (die, DW_AT_byte_stride, in array_size() 191 else if (INTUSE(dwarf_attr_integrate) (die, DW_AT_bit_strid in array_size() 206 aggregate_size(Dwarf_Die *die, Dwarf_Word *size, Dwarf_Die *type_mem, int depth) aggregate_size() argument 246 dwarf_aggregate_size(Dwarf_Die *die, Dwarf_Word *size) dwarf_aggregate_size() argument [all...] |
H A D | dwarf_attr_integrate.c | 37 dwarf_attr_integrate (Dwarf_Die *die, unsigned int search_name, in dwarf_attr_integrate() argument 44 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, search_name, result); in dwarf_attr_integrate() 48 attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, result); in dwarf_attr_integrate() 50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result); in dwarf_attr_integrate() 54 die = INTUSE(dwarf_formref_die) (attr, &die_mem); in dwarf_attr_integrate() 56 while (die != NULL && chain-- != 0); in dwarf_attr_integrate() 61 if (die != NULL && is_cudie (die) in dwarf_attr_integrate() 62 && die->cu->unit_type == DW_UT_split_compile) in dwarf_attr_integrate() 64 Dwarf_CU *skel_cu = __libdw_find_split_unit (die in dwarf_attr_integrate() [all...] |
H A D | dwarf_hasattr_integrate.c | 37 dwarf_hasattr_integrate (Dwarf_Die *die, unsigned int search_name) in dwarf_hasattr_integrate() argument 43 if (INTUSE(dwarf_hasattr) (die, search_name)) in dwarf_hasattr_integrate() 47 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, in dwarf_hasattr_integrate() 50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, &attr_mem); in dwarf_hasattr_integrate() 54 die = INTUSE(dwarf_formref_die) (attr, &die_mem); in dwarf_hasattr_integrate() 56 while (die != NULL && chain-- != 0); in dwarf_hasattr_integrate() 61 if (die != NULL && is_cudie (die) in dwarf_hasattr_integrate() 62 && die->cu->unit_type == DW_UT_split_compile) in dwarf_hasattr_integrate() 64 Dwarf_CU *skel_cu = __libdw_find_split_unit (die in dwarf_hasattr_integrate() [all...] |
H A D | libdw.h | 367 extern Dwarf_Off dwarf_dieoffset (Dwarf_Die *die); 370 extern Dwarf_Off dwarf_cuoffset (Dwarf_Die *die); 373 extern Dwarf_Die *dwarf_diecu (Dwarf_Die *die, Dwarf_Die *result, 411 extern int dwarf_child (Dwarf_Die *die, Dwarf_Die *result) 420 extern int dwarf_siblingof (Dwarf_Die *die, Dwarf_Die *result) 447 extern int dwarf_peel_type (Dwarf_Die *die, Dwarf_Die *result) 451 extern int dwarf_haschildren (Dwarf_Die *die) __nonnull_attribute__ (1); 459 extern ptrdiff_t dwarf_getattrs (Dwarf_Die *die, 465 extern int dwarf_tag (Dwarf_Die *die) __nonnull_attribute__ (1); 469 extern Dwarf_Attribute *dwarf_attr (Dwarf_Die *die, unsigne [all...] |
H A D | dwarf_child.c | 43 __libdw_find_attr (Dwarf_Die *die, unsigned int search_name, in __libdw_find_attr() argument 49 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &readp); in __libdw_find_attr() 56 const unsigned char *endp = die->cu->endp; in __libdw_find_attr() 104 size_t len = __libdw_form_val_len (die->cu, attr_form, readp); in __libdw_find_attr() 134 dwarf_child (Dwarf_Die *die, Dwarf_Die *result) in dwarf_child() argument 137 if (die == NULL) in dwarf_child() 141 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_child() 153 void *addr = __libdw_find_attr (die, INVALID, NULL, NULL); in dwarf_child() 159 struct Dwarf_CU *cu = die->cu; in dwarf_child()
|
H A D | dwarf_func_inline.c | 45 struct Dwarf_Die_Chain *die, void *arg) in scope_visitor() 49 if (INTUSE(dwarf_tag) (&die->die) != DW_TAG_inlined_subroutine) in scope_visitor() 53 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&die->die, DW_AT_abstract_origin, in scope_visitor() 66 return (*v->callback) (&die->die, v->arg); in scope_visitor() 99 struct Dwarf_Die_Chain cu = { .die = CUDIE (func->cu), .parent = NULL }; in dwarf_func_inline_instances() 44 scope_visitor(unsigned int depth __attribute__ ((unused)), struct Dwarf_Die_Chain *die, void *arg) scope_visitor() argument
|
H A D | dwarf_dieoffset.c | 39 dwarf_dieoffset (Dwarf_Die *die) in dwarf_dieoffset() argument 41 return ((die == NULL || die->cu == NULL) in dwarf_dieoffset() 43 : (Dwarf_Off) (die->addr - die->cu->startp + die->cu->start)); in dwarf_dieoffset()
|
H A D | dwarf_highpc.c | 38 dwarf_highpc (Dwarf_Die *die, Dwarf_Addr *return_addr) in dwarf_highpc() argument 43 if (is_cudie (die) && die->cu->unit_type == DW_UT_split_compile) in dwarf_highpc() 44 attr_high = INTUSE(dwarf_attr_integrate) (die, DW_AT_high_pc, in dwarf_highpc() 47 attr_high = INTUSE(dwarf_attr) (die, DW_AT_high_pc, &attr_high_mem); in dwarf_highpc() 56 if (INTUSE(dwarf_lowpc) (die, return_addr) == 0) in dwarf_highpc()
|
H A D | dwarf_entry_breakpoints.c | 56 entrypc_bkpt (Dwarf_Die *die, Dwarf_Addr **bkpts, int *pnbkpts) in entrypc_bkpt() argument 59 return INTUSE(dwarf_entrypc) (die, &pc) < 0 ? -1 : add_bkpt (pc, bkpts, pnbkpts); in entrypc_bkpt() 105 dwarf_entry_breakpoints (Dwarf_Die *die, Dwarf_Addr **bkpts) in dwarf_entry_breakpoints() argument 111 Dwarf_Die cudie = CUDIE (die->cu); in dwarf_entry_breakpoints() 118 return entrypc_bkpt (die, bkpts, &nbkpts); in dwarf_entry_breakpoints() 128 ptrdiff_t offset = INTUSE(dwarf_ranges) (die, 0, &base, &begin, &end); in dwarf_entry_breakpoints() 135 ?: entrypc_bkpt (die, bkpts, &nbkpts); in dwarf_entry_breakpoints() 152 offset = INTUSE(dwarf_ranges) (die, offset, &base, &begin, &end); in dwarf_entry_breakpoints() 162 ?: entrypc_bkpt (die, bkpts, &nbkpts)); in dwarf_entry_breakpoints()
|
H A D | dwarf_getfuncs.c | 61 Dwarf_Die *die = &chain->die; in tree_visitor() local 63 void *die_addr = die->addr; in tree_visitor() 68 int tag = INTUSE(dwarf_tag) (die); in tree_visitor() 88 || INTUSE(dwarf_hasattr) (die, DW_AT_declaration)) in tree_visitor() 92 return (*v->callback) (die, v->arg); in tree_visitor() 110 struct Dwarf_Die_Chain chain = { .die = CUDIE (cudie->cu), in dwarf_getfuncs()
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 99 /// die and which value is the corresponding artefact. 103 /// die, (given by dwarf_dieoffset()) and which value is the 108 /// die, (given by dwarf_dieoffset()) and which value is the 112 /// Convenience typedef for a map which key the offset of a dwarf die 117 /// die and which value is the corresponding function_type. 234 Dwarf_Die* die, 319 /// @param imported_die the die of the unit that has been imported. 368 const Dwarf_Die* die, 374 const Dwarf_Die* die, 379 die_is_anonymous(const Dwarf_Die* die); 1749 get_container(const reader& rdr, const Dwarf_Die *die) get_container() argument 2493 compute_canonical_die_offset(const Dwarf_Die *die, Dwarf_Off &canonical_die_offset, bool die_as_type) const compute_canonical_die_offset() argument 2525 compute_canonical_die(const Dwarf_Die *die, offset_offset_map_type& canonical_dies, Dwarf_Die &canonical_die, bool die_as_type) const compute_canonical_die() argument 2571 Dwarf_Die die; compute_canonical_die() local 2639 get_canonical_die(const Dwarf_Die *die, Dwarf_Die &canonical_die, size_t where, bool die_as_type) get_canonical_die() argument 2731 get_or_compute_canonical_die(const Dwarf_Die* die, Dwarf_Die& canonical_die, size_t where, bool die_as_type) const get_or_compute_canonical_die() argument 2858 get_die_source(const Dwarf_Die &die, die_source &source) const get_die_source() argument 2941 associate_die_to_decl(Dwarf_Die* die, decl_base_sptr decl, size_t where_offset, bool do_associate_by_repr = false) associate_die_to_decl() argument 3007 get_die_qualified_name(Dwarf_Die *die, size_t where_offset) get_die_qualified_name() argument 3041 get_die_qualified_name(Dwarf_Die *die, size_t where_offset) const get_die_qualified_name() argument 3065 get_die_qualified_type_name(const Dwarf_Die *die, size_t where_offset) const get_die_qualified_type_name() argument 3124 get_die_pretty_type_representation(const Dwarf_Die *die, size_t where_offset) const get_die_pretty_type_representation() argument 3161 get_die_pretty_representation(const Dwarf_Die *die, size_t where_offset) const get_die_pretty_representation() argument 3231 lookup_artifact_from_die(const Dwarf_Die *die, bool die_as_type = false) const lookup_artifact_from_die() argument 3293 get_die_language(const Dwarf_Die *die, translation_unit::language &lang) const get_die_language() argument 3390 Dwarf_Die die; odr_is_relevant() local 3474 associate_die_repr_to_fn_type_per_tu(const Dwarf_Die *die, const function_type_sptr &fn_type) associate_die_repr_to_fn_type_per_tu() argument 3495 lookup_fn_type_from_die_repr_per_tu(const Dwarf_Die *die) lookup_fn_type_from_die_repr_per_tu() argument 3571 set_canonical_die_offset(const Dwarf_Die *die, Dwarf_Off canonical_die_offset, bool die_as_type) const set_canonical_die_offset() argument 3664 associate_die_to_type(const Dwarf_Die *die, type_base_sptr type, size_t where) associate_die_to_type() argument 4825 is_decl_die_with_exported_symbol(const Dwarf_Die *die) is_decl_die_with_exported_symbol() argument 5004 get_first_exported_fn_address_from_DW_AT_ranges(Dwarf_Die* die, Dwarf_Addr& address) const get_first_exported_fn_address_from_DW_AT_ranges() argument 5199 build_die_parent_relations_under(Dwarf_Die* die, die_source source, imported_unit_points_type & imported_units) build_die_parent_relations_under() argument 5840 die_is_anonymous(const Dwarf_Die* die) die_is_anonymous() argument 5859 die_string_attribute(const Dwarf_Die* die, unsigned attr_name) die_string_attribute() argument 5883 die_char_str_attribute(const Dwarf_Die* die, unsigned attr_name) die_char_str_attribute() argument 5912 die_unsigned_constant_attribute(const Dwarf_Die* die, unsigned attr_name, uint64_t& cst) die_unsigned_constant_attribute() argument 5942 die_signed_constant_attribute(const Dwarf_Die *die, unsigned attr_name, int64_t& cst) die_signed_constant_attribute() argument 5978 die_constant_attribute(const Dwarf_Die *die, unsigned attr_name, bool is_signed, array_type_def::subrange_type::bound_value &value) die_constant_attribute() argument 6070 die_flag_attribute(const Dwarf_Die* die, unsigned attr_name, bool& flag, bool recursively = true) die_flag_attribute() argument 6096 die_linkage_name(const Dwarf_Die* die) die_linkage_name() argument 6118 die_decl_file_attribute(const Dwarf_Die* die) die_decl_file_attribute() argument 6146 die_die_attribute(const Dwarf_Die* die, unsigned attr_name, Dwarf_Die& result, bool recursively) die_die_attribute() argument 6172 die_address_attribute(Dwarf_Die* die, unsigned attr_name, Dwarf_Addr& result) die_address_attribute() argument 6188 die_location(const reader& rdr, const Dwarf_Die* die) die_location() argument 6212 die_name(const Dwarf_Die* die) die_name() argument 6230 die_loc_and_name(const reader& rdr, Dwarf_Die* die, location& loc, string& name, string& linkage_name) die_loc_and_name() argument 6251 die_size_in_bits(const Dwarf_Die* die, uint64_t& size) die_size_in_bits() argument 6281 die_access_specifier(Dwarf_Die * die, access_specifier& access) die_access_specifier() argument 6322 die_is_public_decl(const Dwarf_Die* die) die_is_public_decl() argument 6352 die_is_effectively_public_decl(const reader& rdr, const Dwarf_Die* die) die_is_effectively_public_decl() argument 6395 die_is_declaration_only(Dwarf_Die* die) die_is_declaration_only() argument 6410 die_is_function_decl(const Dwarf_Die *die) die_is_function_decl() argument 6427 die_is_variable_decl(const Dwarf_Die *die) die_is_variable_decl() argument 6444 die_has_size_attribute(const Dwarf_Die *die) die_has_size_attribute() argument 6458 die_has_no_child(const Dwarf_Die *die) die_has_no_child() argument 6477 die_is_declaration_only(const Dwarf_Die* die) die_is_declaration_only() argument 6486 die_is_artificial(Dwarf_Die* die) die_is_artificial() argument 6692 is_type_die_to_be_canonicalized(const Dwarf_Die *die) is_type_die_to_be_canonicalized() argument 6751 die_is_type(const Dwarf_Die* die) die_is_type() argument 6764 die_is_decl(const Dwarf_Die* die) die_is_decl() argument 6777 die_is_namespace(const Dwarf_Die* die) die_is_namespace() argument 6790 die_is_unspecified(Dwarf_Die* die) die_is_unspecified() argument 6803 die_is_void_type(Dwarf_Die* die) die_is_void_type() argument 6821 die_is_pointer_type(const Dwarf_Die* die) die_is_pointer_type() argument 6841 pointer_or_qual_die_of_anonymous_class_type(const Dwarf_Die* die) pointer_or_qual_die_of_anonymous_class_type() argument 6865 die_is_reference_type(const Dwarf_Die* die) die_is_reference_type() argument 6883 die_is_array_type(const Dwarf_Die* die) die_is_array_type() argument 6901 die_is_pointer_or_reference_type(const Dwarf_Die* die) die_is_pointer_or_reference_type() argument 6913 die_is_pointer_reference_or_typedef_type(const Dwarf_Die* die) die_is_pointer_reference_or_typedef_type() argument 6923 die_is_class_type(const Dwarf_Die* die) die_is_class_type() argument 6939 die_is_qualified_type(const Dwarf_Die* die) die_is_qualified_type() argument 6956 die_is_function_type(const Dwarf_Die *die) die_is_function_type() argument 6977 die_has_object_pointer(const Dwarf_Die* die, Dwarf_Die& object_pointer) die_has_object_pointer() argument 6994 die_has_children(const Dwarf_Die* die) die_has_children() argument 7020 die_this_pointer_from_object_pointer(Dwarf_Die* die, Dwarf_Die& this_pointer_die) die_this_pointer_from_object_pointer() argument 7041 die_this_pointer_is_const(Dwarf_Die* die) die_this_pointer_is_const() argument 7065 die_object_pointer_is_for_const_method(Dwarf_Die* die) die_object_pointer_is_for_const_method() argument 7094 die_is_at_class_scope(const reader& rdr, const Dwarf_Die* die, size_t where_offset, Dwarf_Die& class_scope_die) die_is_at_class_scope() argument 7119 die_peel_qual_ptr(Dwarf_Die *die, Dwarf_Die& peeled_die) die_peel_qual_ptr() argument 7165 die_peel_typedef(Dwarf_Die *die, Dwarf_Die& peeled_die) die_peel_typedef() argument 7202 die_peel_pointer_and_typedef(const Dwarf_Die *die, Dwarf_Die& peeled_die) die_peel_pointer_and_typedef() argument 7255 die_function_type_is_method_type(const reader& rdr, const Dwarf_Die *die, size_t where_offset, Dwarf_Die& object_pointer_die, Dwarf_Die& class_die, bool& is_static) die_function_type_is_method_type() argument 7351 die_virtuality(const Dwarf_Die* die, virtuality& virt) die_virtuality() argument 7376 die_is_virtual(const Dwarf_Die* die) die_is_virtual() argument 7392 die_is_declared_inline(Dwarf_Die* die) die_is_declared_inline() argument 7567 die_location_expr(const Dwarf_Die* die, unsigned attr_name, Dwarf_Op** expr, size_t* expr_len) die_location_expr() argument [all...] |
/third_party/elfutils/tests/ |
H A D | show-die-info.c | 59 handle (Dwarf *dbg, Dwarf_Die *die, int n) in handle() argument 72 tag = dwarf_tag (die); in handle() 85 name = dwarf_diename (die); in handle() 89 off = dwarf_dieoffset (die); in handle() 90 cuoff = dwarf_cuoffset (die); in handle() 99 if (dwarf_hasattr (die, cnt)) in handle() 103 if (dwarf_hasattr (die, DW_AT_low_pc) && dwarf_lowpc (die, &addr) == 0) in handle() 110 if (dwarf_attr (die, DW_AT_low_pc, &attr) == NULL in handle() 121 if (dwarf_hasattr (die, DW_AT_high_p in handle() 346 Dwarf_Die die; main() local [all...] |
H A D | dwarf-die-addr-die.c | 37 check_die (Dwarf_Die *die) in check_die() argument 39 if (dwarf_tag (die) == DW_TAG_invalid) in check_die() 41 printf ("Invalid die\n"); in check_die() 46 void *addr = die->addr; in check_die() 50 printf ("Bad die addr die at offset %" PRIx64 "\n", in check_die() 51 dwarf_dieoffset (die)); in check_die() 55 if (dwarf_tag (die) != dwarf_tag (&die2)) in check_die() 57 printf ("Tags differ for die at offset %" PRIx64 "\n", in check_die() 58 dwarf_dieoffset (die)); in check_die() 93 Dwarf_Die die; check_dbg() local 112 Dwarf_Die die; check_dbg() local [all...] |
H A D | all-dwarf-ranges.c | 31 ranges_die (Dwarf_Die *die) in ranges_die() argument 34 int ranges = dwarf_ranges (die, 0, &base, &start, &end); in ranges_die() 39 printf ("die: %s (%x)\n", dwarf_diename (die) ?: "<unknown>", in ranges_die() 40 dwarf_tag (die)); in ranges_die() 42 (off = dwarf_ranges (die, off, &base, &start, &end)); ) in ranges_die() 57 Dwarf_Die die = *dwarf_die; in walk_tree() local 61 ranges_die (&die); in walk_tree() 62 if (dwarf_child (&die, &child) == 0) in walk_tree() 65 while (dwarf_siblingof (&die, in walk_tree() 83 Dwarf_Die die = (unit_type == DW_UT_skeleton main() local [all...] |
H A D | rerequest_tag.c | 36 Dwarf_Die die_mem, *die; in main() local 37 die = dwarf_offdie (dw, 11, &die_mem); in main() 38 assert (die == &die_mem); in main() 39 assert (dwarf_tag (die) == 0); in main() 41 die = dwarf_offdie (dw, 11, &die_mem); in main() 42 assert (die == &die_mem); in main() 43 assert (dwarf_tag (die) == 0); in main()
|
H A D | low_high_pc.c | 50 handle_die (Dwarf_Die *die, void *arg) in handle_die() argument 53 Dwarf_Off off = dwarf_dieoffset (die); in handle_die() 55 const char *name = dwarf_diename (die); in handle_die() 63 if (dwarf_lowpc (die, &lowpc) != 0 && dwarf_hasattr (die, DW_AT_low_pc)) in handle_die() 65 if (dwarf_highpc (die, &highpc) != 0 && dwarf_hasattr (die, DW_AT_high_pc)) in handle_die() 70 if (dwarf_hasattr (die, DW_AT_low_pc) in handle_die() 71 && dwarf_hasattr (die, DW_AT_high_pc) in handle_die() 73 && ! (dwarf_tag (die) in handle_die() [all...] |
H A D | funcscopes.c | 55 print_vars (unsigned int indent, Dwarf_Die *die) in print_vars() argument 58 if (dwarf_child (die, &child) == 0) in print_vars() 75 if (dwarf_hasattr (die, DW_AT_abstract_origin) in print_vars() 76 && dwarf_formref_die (dwarf_attr (die, DW_AT_abstract_origin, &attr_mem), in print_vars() 142 Dwarf_Die *const die = &scopes[n]; in handle_function() local 146 dwarf_diename (die) ?: "<unnamed>", in handle_function() 147 dwarf_tag (die)); in handle_function() 150 if (dwarf_lowpc (die, &lowpc) == 0 in handle_function() 151 && dwarf_highpc (die, &highpc) == 0) in handle_function() 163 print_vars (indent + INDENT, die); in handle_function() [all...] |
H A D | addrscopes.c | 53 print_vars (unsigned int indent, Dwarf_Die *die) in print_vars() argument 56 if (dwarf_child (die, &child) == 0) in print_vars() 73 if (dwarf_hasattr (die, DW_AT_abstract_origin) in print_vars() 74 && dwarf_formref_die (dwarf_attr (die, DW_AT_abstract_origin, &attr_mem), in print_vars() 114 Dwarf_Die *const die = &scopes[n]; in handle_address() local 118 dwarf_diename (die) ?: "<unnamed>", in handle_address() 119 dwarf_tag (die)); in handle_address() 122 if (dwarf_lowpc (die, &lowpc) == 0 in handle_address() 123 && dwarf_highpc (die, &highpc) == 0) in handle_address() 135 print_vars (indent + INDENT, die); in handle_address() [all...] |
/third_party/lame/misc/ |
H A D | mugeco.sh | 48 die() { # usage: die [ <exitcode> [ <errormessage> ] ] function 77 [ "$help" ] && { usage; die; } 81 [ $# -lt 1 ] && { die 9 getopt failed; } 88 *) usage; die 9 "invalid command line syntax!" ;; 92 [ "$help" ] && { usage; die; } 93 [ $# -eq 0 ] && { usage; die 9 no arguments; } #change or remove if desired 96 || die 1 please use the -g flag with a valid number 104 [ -f "$1" ] || die 2 "'$1' isn't a file" 105 echo "$1"|grep -qi '\.wav$' || die [all...] |
/third_party/node/deps/v8/tools/dev/ |
H A D | update-vscode.sh | 23 die() { function 37 die "Detecting latest version failed, please specify it manually." 75 mkdir -p "$LOCALBIN" || die "Failed to create $LOCALBIN." 77 ln -s "$CODE_BIN" "$LOCALBIN/code" || die "Failed to create symlink." 85 mkdir -p "$DESKTOP_FILE_DIR" || die "Failed to create .desktop directory." 109 chmod +x "$DESKTOP_FILE" || die "Failed to make .desktop file executable." 115 die "$PACKAGE_JSON file not found, this script must be updated." 131 mkdir -p "$DOWNLOADS_DIR" || die "Failed to create $DOWNLOADS_DIR." 133 wget "$DOWNLOAD_URL" -O "$DOWNLOAD_FILE" || die "Downloading failed." 140 [ -z "$TAR_DIR" ] && die "Could [all...] |
/third_party/selinux/libselinux/utils/ |
H A D | avcstat.c | 46 static __attribute__((__format__(printf,1,2),__noreturn__)) void die(const char *msg, ...) in die() function 122 die("unrecognized parameter '%c'", i); in main() 132 die("invalid interval \'%s\'", arg); in main() 147 die("sigaction"); in main() 152 die("open: \'%s\'", avcstatfile); in main() 161 die("read"); in main() 164 die("read: \'%s\': unexpected end of file", in main() 169 die("unable to parse \'%s\': end of line not found", in main() 173 die("unable to parse \'%s\': invalid headers", in main() 192 die("unabl in main() [all...] |
/third_party/node/test/overlapped-checker/ |
H A D | main_win.c | 13 static void die(const char* buf) { in die() function 23 die("read completed synchronously"); in overlapped_read() 26 die("overlapped read failed"); in overlapped_read() 35 die("overlapped write failed"); in write() 44 die("failed to create event handle"); in main() 56 die("failed to get overlapped read result"); in main() 80 die(emsg); in main()
|