Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Side by Side Diff: tools/binary_size/libsupersize/testdata/test.map

Issue 2880003002: supersize: A few fixes for Android+clang builds (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/binary_size/libsupersize/testdata/mock_toolchain/mock_nm.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Archive member included because of file (symbol) 1 Archive member included because of file (symbol)
2 2
3 obj/chrome/browser/libbrowser.a(about_flags.o) 3 obj/chrome/browser/libbrowser.a(about_flags.o)
4 --whole-archive 4 --whole-archive
5 5
6 Allocating common symbols 6 Allocating common symbols
7 Common symbol size file 7 Common symbol size file
8 8
9 ff_cos_131072 0x40000 obj/third_party/ffmpeg/libffmpeg_internal. a(fft_float.o) 9 ff_cos_131072 0x40000 obj/third_party/ffmpeg/libffmpeg_internal. a(fft_float.o)
10 ff_cos_131072_fixed 10 ff_cos_131072_fixed
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 .ARM.exidx 0x024ca628 0x1771c8 106 .ARM.exidx 0x024ca628 0x1771c8
107 .ARM.exidx.text.startup._GLOBAL__sub_I_page_allocator.cc 107 .ARM.exidx.text.startup._GLOBAL__sub_I_page_allocator.cc
108 0x024ca628 0x8 obj/base/base/page_allocator.o 108 0x024ca628 0x8 obj/base/base/page_allocator.o
109 109
110 .ARM.extab 0x026417f0 0x2cd50 110 .ARM.extab 0x026417f0 0x2cd50
111 .ARM.extab.text._ZN7android15OnJNIOnLoadInitEv 111 .ARM.extab.text._ZN7android15OnJNIOnLoadInitEv
112 0x026417f0 0xc obj/chrome/chrome_android_core/chrome_jni_ onload.o 112 0x026417f0 0xc obj/chrome/chrome_android_core/chrome_jni_ onload.o
113 113
114 .rodata 0x0266e600 0x5a72e4 114 .rodata 0x0266e600 0x5a72e4
115 ** merge strings 115 ** merge strings
116 0x0266e600 0x1dfd61 116 0x0266e600 0x1df000
117 ** merge constants
118 0x0284d600 0xd61
117 .rodata 0x0284e364 0x8 obj/base/base/page_allocator.o 119 .rodata 0x0284e364 0x8 obj/base/base/page_allocator.o
118 .rodata.Name 120 .rodata.Name
119 0x0284e370 0x28 obj/base/base/page_allocator.o 121 0x0284e370 0x28 obj/base/base/page_allocator.o
120 0x0284e370 Name 122 0x0284e370 Name
121 .rodata._ZN6chrome5mojom11FilePatcher5Name_E 123 .rodata._ZN6chrome5mojom11FilePatcher5Name_E
122 0x0284e398 0x20 obj/third_party/WebKit.a(ContiguousContain er.o) 124 0x0284e398 0x20 obj/third_party/WebKit.a(ContiguousContain er.o)
123 0x0284e398 chrome::mojom::FilePatcher::Name_ 125 0x0284e398 chrome::mojom::FilePatcher::Name_
124 ** merge strings 126 ** merge strings
125 0x0284e518 0xa4f31 127 0x0284e518 0xa4f31
126 .rodata._ZN12_GLOBAL__N_1L37kAnimationFrameTimeHistogramClassPathE 128 .rodata._ZN12_GLOBAL__N_1L37kAnimationFrameTimeHistogramClassPathE
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 .symtab 0x00000000 0x105ef20 212 .symtab 0x00000000 0x105ef20
211 ** symtab 0x00000000 0x105ef20 213 ** symtab 0x00000000 0x105ef20
212 214
213 .strtab 0x00000000 0x213a4fe 215 .strtab 0x00000000 0x213a4fe
214 ** string table 216 ** string table
215 0x00000000 0x213a4fe 217 0x00000000 0x213a4fe
216 218
217 .shstrtab 0x00000000 0x1b4 219 .shstrtab 0x00000000 0x1b4
218 ** string table 220 ** string table
219 0x00000000 0x1b4 221 0x00000000 0x1b4
OLDNEW
« no previous file with comments | « tools/binary_size/libsupersize/testdata/mock_toolchain/mock_nm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698