Skip to content

Instantly share code, notes, and snippets.

@vivekgalatage
Created January 15, 2014 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vivekgalatage/8435324 to your computer and use it in GitHub Desktop.
Save vivekgalatage/8435324 to your computer and use it in GitHub Desktop.
Data table obtained using "size -A out/Release/lib/libchromiumtestshell.so"
+------------------------+-----------------+------------+-----------+
| section | without patch | with patch | gain/loss |
+------------------------+-----------------+------------+-----------+
| .dynsym | 12368 | 12368 | 0 |
| .dynstr | 25959 | 25959 | 0 |
| .hash | 5184 | 5184 | 0 |
| .rel.dyn | 1992040 | 1989160 | 2880 |
| .data.rel.ro | 994984 | 993544 | 1440 |
| .rel.plt | 2704 | 2704 | 0 |
| .plt | 4076 | 4076 | 0 |
| .text | 23945928 | 23950572 | -4644 |
| .ARM.exidx | 1207408 | 1207416 | -8 |
| .rodata | 12393768 | 12393768 | 0 |
| .ARM.extab | 162736 | 162736 | 0 |
| .data.rel.ro.local | 337488 | 337488 | 0 |
| .fini_array | 8 | 8 | 0 |
| .init_array | 40 | 40 | 0 |
| .dynamic | 264 | 264 | 0 |
| .got | 28604 | 28604 | 0 |
| .data | 109276 | 109276 | 0 |
| .bss | 214048 | 214048 | 0 |
| .comment | 142 | 142 | 0 |
| .note.gnu.gold-version | 28 | 28 | 0 |
| .ARM.attributes | 58 | 58 | 0 |
+------------------------+-----------------+------------+-----------+
| Total | 41437111 | 41437443 | -332 |
+------------------------+-----------------+------------+-----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment