Searched refs:dwarf_aggregate_size (Results 1 – 20 of 20) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_aggregate_size.c | 213 dwarf_aggregate_size (Dwarf_Die *die, Dwarf_Word *size) in dwarf_aggregate_size() function 222 INTDEF (dwarf_aggregate_size) 223 OLD_VERSION (dwarf_aggregate_size, ELFUTILS_0.144) 224 NEW_VERSION (dwarf_aggregate_size, ELFUTILS_0.161)
|
D | libdw.map | 222 dwarf_aggregate_size; 307 dwarf_aggregate_size;
|
D | Makefile.am | 89 dwarf_aggregate_size.c dwarf_getlocation_implicit_pointer.c \
|
D | ChangeLog | 279 * dwarf_aggregate_size.c (array_size): New depth argument. Use 280 aggregate_size instead of dwarf_aggregate_size and pass depth. 283 (dwarf_aggregate_size): ass zero as depth to aggregate_size. 291 * dwarf_aggregate_size.c (aggregate_size): Check die is not NULL. 929 * dwarf_aggregate_size.c (dwarf_aggregate_size): Don't peel the 934 * dwarf_aggregate_size.c (array_size): Handle multi-dimensional 996 * dwarf_aggregate_size.c (array_size): Use dwarf_default_lower_bound. 1008 * dwarf_aggregate_size.c (array_size): Add lower bound for 1064 * dwarf_aggregate_size.c (array_size): Use correct spelling of 1315 * dwarf_aggregate_size.c (array_size): Recognize array lower bound [all …]
|
D | libdw.h | 819 extern int dwarf_aggregate_size (Dwarf_Die *die, Dwarf_Word *size);
|
D | libdwP.h | 1348 INTDECL (dwarf_aggregate_size)
|
/external/elfutils/backends/ |
D | ppc_retval.c | 162 && dwarf_aggregate_size (typedie, &size) == 0) in ppc_return_value_location() 181 && dwarf_aggregate_size (typedie, &size) == 0 in ppc_return_value_location()
|
D | ia64_retval.c | 185 if (dwarf_aggregate_size (child_typedie, &child_size) != 0) in hfa_type() 221 if (dwarf_aggregate_size (base_typedie, &base_size) != 0) in hfa_type() 345 if (dwarf_aggregate_size (typedie, &size) != 0) in ia64_return_value_location()
|
D | aarch64_retval.c | 136 if (dwarf_aggregate_size (ftypedie, &tot_size) < 0) in hfa_type() 299 if (dwarf_aggregate_size (&typedie, &size) < 0) in aarch64_return_value_location()
|
D | arm_retval.c | 117 if (dwarf_aggregate_size (typedie, &size) == 0 in arm_return_value_location()
|
D | x86_64_retval.c | 176 if (dwarf_aggregate_size (typedie, &size) != 0) in x86_64_return_value_location()
|
D | sparc_retval.c | 149 if (dwarf_aggregate_size (typedie, &size) == 0 in sparc_return_value_location()
|
D | ppc64_retval.c | 167 if (dwarf_aggregate_size (typedie, &size) == 0 && size <= 8) in ppc64_return_value_location()
|
D | riscv_retval.c | 148 if (dwarf_aggregate_size (&typedie, &size) < 0) in riscv_return_value_location_lp64d()
|
D | ChangeLog | 932 * arm_retval.c (arm_return_value_location): Use dwarf_aggregate_size.
|
/external/elfutils/tests/ |
D | aggregate_size.c | 45 if (dwarf_aggregate_size (type, &size) < 0) in print_var_type_size()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 819 extern int dwarf_aggregate_size (Dwarf_Die *die, Dwarf_Word *size);
|
/external/elfutils/ |
D | NEWS | 236 dwarf_aggregate_size() now works with multi-dimensional arrays. 353 libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses 600 libdw: New function dwarf_aggregate_size for computing (constant) type
|
/external/elfutils/config/ |
D | elfutils.spec.in | 492 dwarf_aggregate_size() now works with multi-dimensional arrays. function 572 - libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses 758 - libdw: New function dwarf_aggregate_size for computing (constant) function
|
/external/elfutils/src/ |
D | readelf.c | 7013 if (dwarf_aggregate_size (&type, &val) == 0) in die_type_sign_bytes()
|