Home
last modified time | relevance | path

Searched refs:aggregate_size (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/tests/
Drun-aggregate-size.sh70 testrun_compare ${abs_builddir}/aggregate_size -e testfile-sizes1.o <<\EOF
82 testrun_compare ${abs_builddir}/aggregate_size -e testfile-sizes2.o <<\EOF
94 testrun_compare ${abs_builddir}/aggregate_size -e testfile-sizes3.o <<\EOF
109 testrun_compare ${abs_builddir}/aggregate_size -e testfile-sizes4.o <<\EOF
D.gitignore6 /aggregate_size
DMakefile.am52 buildid deleted deleted-lib.so aggregate_size peel_type \ program
DChangeLog2153 * Makefile.am (check_PROGRAMS): Add aggregate_size.c.
2158 * aggregate_size.c: New file.
/external/elfutils/libdw/
Ddwarf_aggregate_size.c49 static int aggregate_size (Dwarf_Die *die, Dwarf_Word *size,
58 if (aggregate_size (get_type (die, attr_mem, &type_mem), &eltsize, in array_size()
174 aggregate_size (Dwarf_Die *die, Dwarf_Word *size, in aggregate_size() function
192 return aggregate_size (get_type (die, &attr_mem, type_mem), in aggregate_size()
220 return aggregate_size (&die_mem, size, &type_mem, 0); in dwarf_aggregate_size()
DChangeLog280 aggregate_size instead of dwarf_aggregate_size and pass depth.
281 (aggregate_size): New depth argument. Check depth isn't bigger
283 (dwarf_aggregate_size): ass zero as depth to aggregate_size.
291 * dwarf_aggregate_size.c (aggregate_size): Check die is not NULL.
1644 (aggregate_size): Likewise. Add old and new version.
1661 * dwarf_aggregate_size.c (aggregate_size): Return CU address_size
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py79 aggregate_size = 0
82 aggregate_size += len(request.payload.body)
84 aggregated_payload_size=aggregate_size)