/external/elfutils/libdw/ |
D | libdw.h | 128 } Dwarf_Attribute; typedef 431 int (*callback) (Dwarf_Attribute *, void *), 440 extern Dwarf_Attribute *dwarf_attr (Dwarf_Die *die, unsigned int search_name, 441 Dwarf_Attribute *result) 449 extern Dwarf_Attribute *dwarf_attr_integrate (Dwarf_Die *die, 451 Dwarf_Attribute *result) 459 extern int dwarf_hasform (Dwarf_Attribute *attr, unsigned int search_form); 462 extern unsigned int dwarf_whatattr (Dwarf_Attribute *attr); 465 extern unsigned int dwarf_whatform (Dwarf_Attribute *attr); 469 extern const char *dwarf_formstring (Dwarf_Attribute *attrp); [all …]
|
D | dwarf_attr_integrate.c | 36 Dwarf_Attribute * 38 Dwarf_Attribute *result) in dwarf_attr_integrate() 44 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, search_name, result); in dwarf_attr_integrate()
|
D | dwarf_highpc.c | 41 Dwarf_Attribute attr_high_mem; in dwarf_highpc() 42 Dwarf_Attribute *attr_high = INTUSE(dwarf_attr) (die, DW_AT_high_pc, in dwarf_highpc() 51 Dwarf_Attribute attr_low_mem; in dwarf_highpc()
|
D | dwarf_getlocation_implicit_pointer.c | 43 __libdw_empty_loc_attr (Dwarf_Attribute *attr) in __libdw_empty_loc_attr() 52 dwarf_getlocation_implicit_pointer (Dwarf_Attribute *attr, const Dwarf_Op *op, in dwarf_getlocation_implicit_pointer() 53 Dwarf_Attribute *result) in dwarf_getlocation_implicit_pointer()
|
D | dwarf_func_inline.c | 52 Dwarf_Attribute attr_mem; in scope_visitor() 53 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&die->die, DW_AT_abstract_origin, in scope_visitor() 72 Dwarf_Attribute attr_mem; in dwarf_func_inline()
|
D | dwarf_getlocation_attr.c | 37 attr_form_cu (Dwarf_Attribute *attr) in attr_form_cu() 56 dwarf_getlocation_attr (Dwarf_Attribute *attr, const Dwarf_Op *op, Dwarf_Attribute *result) in dwarf_getlocation_attr()
|
D | dwarf_getlocation.c | 43 attr_ok (Dwarf_Attribute *attr) in attr_ok() 116 dwarf_getlocation_implicit_value (Dwarf_Attribute *attr, const Dwarf_Op *op, in dwarf_getlocation_implicit_value() 138 check_constant_offset (Dwarf_Attribute *attr, in check_constant_offset() 610 dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) in dwarf_getlocation() 628 attr_base_address (Dwarf_Attribute *attr, Dwarf_Addr *basep) in attr_base_address() 638 Dwarf_Attribute attr_mem; in attr_base_address() 657 initial_offset_base (Dwarf_Attribute *attr, ptrdiff_t *offset, in initial_offset_base() 674 getlocations_addr (Dwarf_Attribute *attr, ptrdiff_t offset, in getlocations_addr() 732 dwarf_getlocation_addr (Dwarf_Attribute *attr, Dwarf_Addr address, in dwarf_getlocation_addr() 803 dwarf_getlocations (Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, in dwarf_getlocations()
|
D | dwarf_getmacros.c | 46 Dwarf_Attribute attr; in get_offset_from() 124 Dwarf_Attribute attr_mem, *attr in get_macinfo_table() 179 Dwarf_Attribute attr_mem, *attr in get_table_for_offset() 366 Dwarf_Attribute *attributes; in read_macros() 367 Dwarf_Attribute *attributesp = NULL; in read_macros() 368 Dwarf_Attribute nattributes[8]; in read_macros() 371 attributesp = malloc (sizeof (Dwarf_Attribute) * proto->nforms); in read_macros()
|
D | dwarf_attr.c | 38 Dwarf_Attribute * 39 dwarf_attr (Dwarf_Die *die, unsigned int search_name, Dwarf_Attribute *result) in dwarf_attr()
|
D | dwarf_hasattr_integrate.c | 46 Dwarf_Attribute attr_mem; in dwarf_hasattr_integrate() 47 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, in dwarf_hasattr_integrate()
|
D | dwarf_peel_type.c | 55 Dwarf_Attribute attr_mem; in dwarf_peel_type() 56 Dwarf_Attribute *attr = INTUSE (dwarf_attr_integrate) (die, DW_AT_type, in dwarf_peel_type()
|
D | dwarf_formref.c | 39 __libdw_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset) in __libdw_formref() 104 dwarf_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset) in dwarf_formref()
|
D | dwarf_aggregate_size.c | 38 get_type (Dwarf_Die *die, Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem) in get_type() 51 Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem) in array_size() 205 Dwarf_Attribute attr_mem; in aggregate_size()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 128 } Dwarf_Attribute; typedef 431 int (*callback) (Dwarf_Attribute *, void *), 440 extern Dwarf_Attribute *dwarf_attr (Dwarf_Die *die, unsigned int search_name, 441 Dwarf_Attribute *result) 449 extern Dwarf_Attribute *dwarf_attr_integrate (Dwarf_Die *die, 451 Dwarf_Attribute *result) 459 extern int dwarf_hasform (Dwarf_Attribute *attr, unsigned int search_form); 462 extern unsigned int dwarf_whatattr (Dwarf_Attribute *attr); 465 extern unsigned int dwarf_whatform (Dwarf_Attribute *attr); 469 extern const char *dwarf_formstring (Dwarf_Attribute *attrp); [all …]
|
/external/elfutils/backends/ |
D | ppc64_retval.c | 94 Dwarf_Attribute attr_mem, *attr; in ppc64_return_value_location() 106 Dwarf_Attribute attr_mem; in ppc64_return_value_location() 119 Dwarf_Attribute attr_mem; in ppc64_return_value_location() 154 Dwarf_Attribute attr_mem; in ppc64_return_value_location() 172 Dwarf_Attribute attr_mem, *attr; in ppc64_return_value_location()
|
D | ppc_retval.c | 106 Dwarf_Attribute attr_mem, *attr; in ppc_return_value_location() 118 Dwarf_Attribute attr_mem; in ppc_return_value_location() 133 Dwarf_Attribute attr_mem; in ppc_return_value_location() 157 Dwarf_Attribute attr_mem; in ppc_return_value_location()
|
D | sh_retval.c | 82 Dwarf_Attribute attr_mem, *attr; in sh_return_value_location() 94 Dwarf_Attribute attr_mem; in sh_return_value_location() 109 Dwarf_Attribute attr_mem; in sh_return_value_location()
|
D | tilegx_retval.c | 77 Dwarf_Attribute attr_mem, *attr; in tilegx_return_value_location() 89 Dwarf_Attribute attr_mem; in tilegx_return_value_location() 130 Dwarf_Attribute attr_mem, *attr; in tilegx_return_value_location()
|
D | sparc_retval.c | 89 Dwarf_Attribute attr_mem, *attr; in sparc_return_value_location() 101 Dwarf_Attribute attr_mem; in sparc_return_value_location() 117 Dwarf_Attribute attr_mem; in sparc_return_value_location()
|
D | x86_64_retval.c | 98 Dwarf_Attribute attr_mem, *attr; in x86_64_return_value_location() 110 Dwarf_Attribute attr_mem; in x86_64_return_value_location() 123 Dwarf_Attribute attr_mem; in x86_64_return_value_location()
|
D | ia64_retval.c | 117 Dwarf_Attribute attr_mem; in hfa_type() 258 Dwarf_Attribute attr_mem, *attr; in ia64_return_value_location() 270 Dwarf_Attribute attr_mem; in ia64_return_value_location() 283 Dwarf_Attribute attr_mem; in ia64_return_value_location()
|
D | libebl_CPU.h | 61 Dwarf_Attribute attr_mem; in dwarf_peeled_die_type() 62 Dwarf_Attribute *attr = dwarf_attr_integrate (die, DW_AT_type, &attr_mem); in dwarf_peeled_die_type()
|
D | i386_retval.c | 83 Dwarf_Attribute attr_mem, *attr; in i386_return_value_location() 96 Dwarf_Attribute attr_mem; in i386_return_value_location()
|
/external/elfutils/tests/ |
D | varlocs.c | 84 Dwarf_Attribute encoding; in print_base_type() 90 Dwarf_Attribute bsize; in print_base_type() 123 static void print_expr (Dwarf_Attribute *, Dwarf_Op *, Dwarf_Addr); 126 print_expr_block (Dwarf_Attribute *attr, Dwarf_Op *exprs, int len, in print_expr_block() 139 print_expr_block_addrs (Dwarf_Attribute *attr, in print_expr_block_addrs() 149 print_expr (Dwarf_Attribute *attr, Dwarf_Op *expr, Dwarf_Addr addr) in print_expr() 276 Dwarf_Attribute call_attr; in print_expr() 335 Dwarf_Attribute const_attr; in print_expr() 370 Dwarf_Attribute attrval; in print_expr() 376 Dwarf_Attribute attrval2; in print_expr() [all …]
|
D | show-die-info.c | 105 Dwarf_Attribute attr; in handle() 123 Dwarf_Attribute attr; in handle() 141 Dwarf_Attribute attr; in handle() 169 Dwarf_Attribute attr; in handle() 198 Dwarf_Attribute attr; in handle() 227 Dwarf_Attribute attr; in handle() 257 Dwarf_Attribute attr; in handle() 286 Dwarf_Attribute attr; in handle() 296 Dwarf_Attribute attr; in handle()
|