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

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

Issue 2828333003: supersize: Strip linker-added prefixes from symbol names (Closed)
Patch Set: Created 3 years, 8 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/SymbolGroupMethods.golden ('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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 .text.startup._GLOBAL__sub_I_pacing_sender.cc 80 .text.startup._GLOBAL__sub_I_pacing_sender.cc
81 0x0028d948 0x1c obj/base/base/page_allocator.o 81 0x0028d948 0x1c obj/base/base/page_allocator.o
82 .text._ZL18extFromUUseMappingaji 82 .text._ZL18extFromUUseMappingaji
83 0xffffffffffffffff 0x26 obj/base/base/page_allocator.o 83 0xffffffffffffffff 0x26 obj/base/base/page_allocator.o
84 .text._ZL18extFromUUseMapping2aji 84 .text._ZL18extFromUUseMapping2aji
85 0xffffffffffffffff 0x20 obj/base/base/page_allocator.o 85 0xffffffffffffffff 0x20 obj/base/base/page_allocator.o
86 .text._ZL18ucnv_extMatchFromUPKiiPKtiS2_iPjaa 86 .text._ZL18ucnv_extMatchFromUPKiiPKtiS2_iPjaa
87 0x0028f000 0x1c0 obj/third_party/icu/icuuc/ucnv_ext.o 87 0x0028f000 0x1c0 obj/third_party/icu/icuuc/ucnv_ext.o
88 .text.startup._GLOBAL__sub_I_SkDeviceProfile.cpp 88 .text.startup._GLOBAL__sub_I_SkDeviceProfile.cpp
89 0x0028f1c8 0x14 obj/third_party/icu/icuuc/ucnv_ext.o 89 0x0028f1c8 0x14 obj/third_party/icu/icuuc/ucnv_ext.o
90 .text.startup._GLOBAL__sub_I_SkDiscardableMemoryPool.cpp 90 .text.unlikely.foo_bar
91 0x0028f1e0 0x14 obj/third_party/icu/icuuc/ucnv_ext.o 91 0x0028f1e0 0x14 obj/third_party/icu/icuuc/ucnv_ext.o
92 .text._ZN5blink23ContiguousContainerBase11shrinkToFitEv 92 .text._ZN5blink23ContiguousContainerBase11shrinkToFitEv
93 0x002a0000 0x10 obj/third_party/WebKit.a(PaintChunker.o) 93 0x002a0000 0x10 obj/third_party/WebKit.a(PaintChunker.o)
94 0x002a0001 blink::ContiguousContainerBase::shrink ToFit() 94 0x002a0001 blink::ContiguousContainerBase::shrink ToFit()
95 .text._ZN5blink23ContiguousContainerBase11shrinkToFitEv2 95 .text._ZN5blink23ContiguousContainerBase11shrinkToFitEv2
96 0x002a0010 0xc obj/third_party/WebKit.a(PaintChunker.o) 96 0x002a0010 0xc obj/third_party/WebKit.a(PaintChunker.o)
97 0x002a0011 blink::ContiguousContainerBase::shrink ToFit() [clone .part.1234] [clone .isra.2] 97 0x002a0011 blink::ContiguousContainerBase::shrink ToFit() [clone .part.1234] [clone .isra.2]
98 .text._ZN5blink23ContiguousContainerBaseC2EOS0_ 98 .text._ZN5blink23ContiguousContainerBaseC2EOS0_
99 0xffffffffffffffff 0x18 obj/third_party/WebKit.a(Contiguou sContainer.o) 99 0xffffffffffffffff 0x18 obj/third_party/WebKit.a(Contiguou sContainer.o)
100 0x002a0021 blink::ContiguousContainerBase::Contig uousContainerBase(blink::ContiguousContainerBase&&) 100 0x002a0021 blink::ContiguousContainerBase::Contig uousContainerBase(blink::ContiguousContainerBase&&)
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 .symtab 0x00000000 0x105ef20 250 .symtab 0x00000000 0x105ef20
251 ** symtab 0x00000000 0x105ef20 251 ** symtab 0x00000000 0x105ef20
252 252
253 .strtab 0x00000000 0x213a4fe 253 .strtab 0x00000000 0x213a4fe
254 ** string table 254 ** string table
255 0x00000000 0x213a4fe 255 0x00000000 0x213a4fe
256 256
257 .shstrtab 0x00000000 0x1b4 257 .shstrtab 0x00000000 0x1b4
258 ** string table 258 ** string table
259 0x00000000 0x1b4 259 0x00000000 0x1b4
OLDNEW
« no previous file with comments | « tools/binary_size/libsupersize/testdata/SymbolGroupMethods.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698