From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd44.google.com (mail-io1-xd44.google.com [IPv6:2607:f8b0:4864:20::d44]) by sourceware.org (Postfix) with ESMTPS id E7080386F012 for ; Wed, 9 Sep 2020 10:24:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E7080386F012 Received: by mail-io1-xd44.google.com with SMTP id g128so2517182iof.11 for ; Wed, 09 Sep 2020 03:24:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=D53iejQ5eHd5wDz9ZfBdu7cJU7oRqQh8cUuY/2Bhd4A=; b=Iu6r/pMYhK1djbgQm19iqNctFF/GqihqX1YM4lHe0MbGHvW/pDM9LsTdELPkh5kwCr oLEJ7j+5f2eEaXGObdCesdyNrmC4NsO9q9J3D7GwiXzjd3erLoZN4+iK18pfFbXPXkHk 3oA0lwabpoJv5PJnU918Re+5TWgYAOgKM+r+vSlxS5R+ze8KFcdXJfIIxvYT4kdsGLVI eg5Qi4z65UvY3/qiT9ut+s4AKIoei+dBIvyt8mlU7y312EUFvr+ZL2JPaZTazz4NTKpw VDmqcjWgD5EPwtP5J2glkmpm2UCMQFY7lXNSA47dJY3/swcon9pV7SJK+S45QFEXsx0r hQWw== X-Gm-Message-State: AOAM533kgtoAG4TZ50XUjbMgGRKnwUsc1dzmGdHlmYcVPpgc+usB6Y2P /QJj35rqJ56nXJBdPh7wXJctsgTCQWgvn4gvoMyaNg== X-Google-Smtp-Source: ABdhPJxoOVdwgc5InjV/FPTrLPwiHMcVHaUoLQ/pu5FXA2c7De8aoxXscep1MHqmatJWAvrNyWxCFtWILN8+gaIIO6M= X-Received: by 2002:a6b:8b8c:: with SMTP id n134mr2761525iod.204.1599647072317; Wed, 09 Sep 2020 03:24:32 -0700 (PDT) MIME-Version: 1.0 References: <87bliftjxy.fsf@redhat.com> In-Reply-To: <87bliftjxy.fsf@redhat.com> From: Giuliano Procida Date: Wed, 9 Sep 2020 11:23:51 +0100 Message-ID: Subject: Re: [PATCH 1/2] Use flat representation to canonicalize anonymous classes and unions To: Dodji Seketeli Cc: libabigail@sourceware.org, Matthias Maennich X-Spam-Status: No, score=-26.2 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, GIT_PATCH_0, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SCC_10_SHORT_WORD_LINES, SCC_20_SHORT_WORD_LINES, SCC_35_SHORT_WORD_LINES, SCC_5_SHORT_WORD_LINES, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2020 10:25:35 -0000 Hi Dodji. On Wed, 9 Sep 2020 at 09:48, Dodji Seketeli wrote: > Hello, > > This patch is the first of a series of two which intends to improve the > situation of type equality involving anonymous types. > > During the canonicalization of a type T, the algorithm uses the pretty > representation of T to limit the number of types to compare T to. > That pretty representation is based on the type name. > > For anonymous types, the type name is not unique; it's constructed > just for internal purposes. So using that in the pretty > representation might negatively impact the accuracy of the > canonicalization; it might make it so that two types might wrongly be > considered canonicaly different. > > To fix that, this change makes the pretty representation of anonymous > classes (and unions) use their flat representation. > It's not totally clear from the commit message whether the external or internal pretty name is being discussed in places. It's the internal pretty name that has changed to match the external one. > > For the record, the flat representation of an anonymous struct with a > an integer and a char data members is the string: > > 'struct {int i; char c;}' > > This is particularly good with --type-id-style hash as this string is going to be a lot more stable than '__anonymous_union__2'. I think it's a big win for reducing churn in kernel ABI monitoring. > * src/abg-ir.cc ({class, union}_decl::get_pretty_representation): > Use the flat representation of the class or union. > * tests/data/test-annotate/libtest23.so.abi: Adjust. > * tests/data/test-diff-dwarf/PR25058-liblttng-ctl-report-1.txt: > Likewise. > * > tests/data/test-diff-filter/test30-pr18904-rvalueref-report0.txt: Likewis= e. > * > tests/data/test-diff-filter/test30-pr18904-rvalueref-report1.txt: Likewis= e. > * > tests/data/test-diff-filter/test30-pr18904-rvalueref-report2.txt: Likewis= e. > * > tests/data/test-diff-filter/test35-pr18754-no-added-syms-report-0.txt: > Likewise. > * > tests/data/test-diff-pkg/spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x= 86_64-report-2.txt: > Likewise. > * tests/data/test-read-dwarf/PR25007-sdhci.ko.abi: Likewise. > * tests/data/test-read-dwarf/libtest23.so.abi: Likewise. > * tests/data/test-read-dwarf/test11-pr18828.so.abi: Likewise. > > Signed-off-by: Dodji Seketeli > Signed-off-by: Giuliano Procida Regards, Giuliano. > --- > src/abg-ir.cc | 17 +- > tests/data/test-annotate/libtest23.so.abi | 158 +-- > .../PR25058-liblttng-ctl-report-1.txt | 9 +- > .../test30-pr18904-rvalueref-report0.txt | 6 +- > .../test30-pr18904-rvalueref-report1.txt | 6 +- > .../test30-pr18904-rvalueref-report2.txt | 6 +- > .../test35-pr18754-no-added-syms-report-0.txt | 6 +- > ...-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt | 2 +- > tests/data/test-read-dwarf/PR25007-sdhci.ko.abi | 617 --------- > tests/data/test-read-dwarf/libtest23.so.abi | 156 +-- > tests/data/test-read-dwarf/test11-pr18828.so.abi | 1458 > ++++++++++---------- > 11 files changed, 902 insertions(+), 1539 deletions(-) > > diff --git a/src/abg-ir.cc b/src/abg-ir.cc > index 358a7a2..d98d4bd 100644 > --- a/src/abg-ir.cc > +++ b/src/abg-ir.cc > @@ -19960,20 +19960,7 @@ class_decl::get_pretty_representation(bool > internal, > // if an anonymous class is named by a typedef, then consider that > // it has a name, which is the typedef name. > if (get_is_anonymous()) > - { > - if (internal) > - { > - if (typedef_decl_sptr d =3D get_naming_typedef()) > - { > - string qualified_name =3D > - decl_base::priv_->qualified_parent_name_ + "::" + > d->get_name(); > - return cl + qualified_name; > - } > - } > - else > - return get_class_or_union_flat_representation(this, "", > - /*one_line=3D*/true= ); > - } > + return get_class_or_union_flat_representation(this, > "",/*one_line=3D*/true); > > string result =3D cl; > if (qualified_name) > @@ -21745,7 +21732,7 @@ union_decl::get_pretty_representation(bool > internal, > bool qualified_name) const > { > string repr; > - if (get_is_anonymous() && !internal) > + if (get_is_anonymous()) > repr =3D get_class_or_union_flat_representation(this, "", > /*one_line=3D*/true); > else > diff --git a/tests/data/test-annotate/libtest23.so.abi > b/tests/data/test-annotate/libtest23.so.abi > index 5001d02..2019be1 100644 > --- a/tests/data/test-annotate/libtest23.so.abi > +++ b/tests/data/test-annotate/libtest23.so.abi > @@ -20,45 +20,45 @@ > > > > - > - is-anonymous=3D'yes' visibility=3D'default' id=3D'type-id-3'/> > > - size-in-bits=3D'192' is-struct=3D'yes' visibility=3D'default' id=3D'type-= id-4'> > + size-in-bits=3D'192' is-struct=3D'yes' visibility=3D'default' id=3D'type-= id-3'> > > > - visibility=3D'default'/> > + visibility=3D'default'/> > > > > - visibility=3D'default'/> > + visibility=3D'default'/> > > > > - visibility=3D'default'/> > + visibility=3D'default'/> > > > > - > + > > - > + > > - > + > > - > + > > - > + > > - > + > > - id=3D'type-id-13'/> > + id=3D'type-id-12'/> > > - > + > + > + is-anonymous=3D'yes' visibility=3D'default' id=3D'type-id-14'/> > > - > + > > id=3D'type-id-15'/> > > @@ -71,7 +71,7 @@ > > > > - filepath=3D'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h' > line=3D'353' column=3D'1' id=3D'type-id-20'/> > + filepath=3D'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h' > line=3D'353' column=3D'1' id=3D'type-id-20'/> > > filepath=3D'/usr/include/stdio.h' line=3D'64' column=3D'1' id=3D'type-id-= 22'/> > > @@ -88,7 +88,7 @@ > > > > - filepath=3D'/usr/include/wchar.h' line=3D'84' column=3D'1'/> > + filepath=3D'/usr/include/wchar.h' line=3D'84' column=3D'1'/> > > > > @@ -99,43 +99,43 @@ > visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'133' colu= mn=3D'1' > id=3D'type-id-28'> > > > - filepath=3D'/usr/include/time.h' line=3D'135' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'135' column=3D'1'/> > > > > - filepath=3D'/usr/include/time.h' line=3D'136' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'136' column=3D'1'/> > > > > - filepath=3D'/usr/include/time.h' line=3D'137' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'137' column=3D'1'/> > > > > - filepath=3D'/usr/include/time.h' line=3D'138' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'138' column=3D'1'/> > > > > - filepath=3D'/usr/include/time.h' line=3D'139' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'139' column=3D'1'/> > > > > - filepath=3D'/usr/include/time.h' line=3D'140' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'140' column=3D'1'/> > > > > - filepath=3D'/usr/include/time.h' line=3D'141' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'141' column=3D'1'/> > > > > - filepath=3D'/usr/include/time.h' line=3D'142' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'142' column=3D'1'/> > > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'143' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'143' colu= mn=3D'1'/> > > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'146' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'146' colu= mn=3D'1'/> > > > > @@ -147,11 +147,11 @@ > > filepath=3D'/usr/include/wctype.h' line=3D'186' column=3D'1' id=3D'type-i= d-32'/> > > - filepath=3D'/usr/include/bits/types.h' line=3D'40' column=3D'1' id=3D'typ= e-id-33'/> > + filepath=3D'/usr/include/bits/types.h' line=3D'40' column=3D'1' id=3D'typ= e-id-33'/> > > id=3D'type-id-34'/> > > - id=3D'type-id-35'/> > + id=3D'type-id-35'/> > > size-in-bits=3D'64' id=3D'type-id-36'/> > > @@ -175,15 +175,15 @@ > > id=3D'type-id-45'/> > > - > + > > - > + > > > > id=3D'type-id-49'/> > > - > + > > > > @@ -221,9 +221,9 @@ > > size-in-bits=3D'64' id=3D'type-id-70'/> > > - id=3D'type-id-73'/> > + id=3D'type-id-73'/> > > - id=3D'type-id-6'/> > + id=3D'type-id-5'/> > > id=3D'type-id-74'/> > > @@ -334,7 +334,7 @@ > > line=3D'353' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -350,7 +350,7 @@ > > > > - > + > > > > @@ -372,16 +372,16 @@ > > > > - > + > > > line=3D'587' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > - > + > > > line=3D'594' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -391,7 +391,7 @@ > > > > - > + > > > line=3D'635' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -401,7 +401,7 @@ > > > > - > + > > > line=3D'746' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -444,7 +444,7 @@ > > > > - > + > > > - > + > > > line=3D'645' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -495,7 +495,7 @@ > > > > - > + > > > line=3D'789' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -515,7 +515,7 @@ > > > > - > + > > > line=3D'689' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -526,7 +526,7 @@ > > > > - > + > > > line=3D'625' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -539,7 +539,7 @@ > > > > - > + > > > line=3D'701' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -550,7 +550,7 @@ > > > > - > + > > > line=3D'620' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -559,7 +559,7 @@ > > > > - > + > > > line=3D'697' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -568,7 +568,7 @@ > > > > - > + > > > line=3D'370' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -597,7 +597,7 @@ > > > > - > + > > > line=3D'192' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -606,7 +606,7 @@ > > > > - > + > > > line=3D'147' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -666,7 +666,7 @@ > > > > - > + > > > line=3D'150' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -708,7 +708,7 @@ > > > > - > + > > > line=3D'457' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -717,7 +717,7 @@ > > > > - > + > > > line=3D'282' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -737,9 +737,9 @@ > > > > - > + > > - > + > > > line=3D'473' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -748,7 +748,7 @@ > > > > - > + > > > > @@ -768,7 +768,7 @@ > > > > - > + > > > line=3D'325' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -779,7 +779,7 @@ > > > > - > + > > > line=3D'329' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -820,7 +820,7 @@ > > > > - > + > > > line=3D'642' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -828,7 +828,7 @@ > > > > - > + > > > filepath=3D'/usr/include/wchar.h' line=3D'224' column=3D'1' visibility=3D= 'default' > binding=3D'global' size-in-bits=3D'64'> > @@ -884,7 +884,7 @@ > > > > - > + > > > line=3D'483' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -893,9 +893,9 @@ > > > > - > + > > - > + > > > line=3D'490' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -904,14 +904,14 @@ > > > > - > + > > - > + > > > line=3D'125' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -929,7 +929,7 @@ > > > > - > + > > > line=3D'221' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -1353,7 +1353,7 @@ > > > > - > + > > > > @@ -1499,7 +1499,7 @@ > > > > - > + > > > > @@ -2723,7 +2723,7 @@ > > > > - > + > > > > @@ -2738,7 +2738,7 @@ > > > > - > + > > > > @@ -2757,7 +2757,7 @@ > > > > - > + > > > > @@ -2768,7 +2768,7 @@ > > > > - > + > > > > @@ -2783,7 +2783,7 @@ > > > > - > + > > > > @@ -2800,7 +2800,7 @@ > > > > - > + > > > > @@ -2837,7 +2837,7 @@ > > filepath=3D'/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h' > line=3D'1857' column=3D'1' id=3D'type-id-109'/> > > - filepath=3D'/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h' > line=3D'1858' column=3D'1' id=3D'type-id-110'/> > + filepath=3D'/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h' > line=3D'1858' column=3D'1' id=3D'type-id-110'/> > > name=3D'reverse_iterator<__gnu_cxx::__normal_iterator<char const*, > std::basic_string<char, std::char_traits<char>, > std::allocator<char> > > >' visibility=3D'default' > is-declaration-only=3D'yes' id=3D'type-id-104'/> > > diff --git a/tests/data/test-diff-dwarf/PR25058-liblttng-ctl-report-1.txt > b/tests/data/test-diff-dwarf/PR25058-liblttng-ctl-report-1.txt > index 71df361..3018522 100644 > --- a/tests/data/test-diff-dwarf/PR25058-liblttng-ctl-report-1.txt > +++ b/tests/data/test-diff-dwarf/PR25058-liblttng-ctl-report-1.txt > @@ -121,19 +121,12 @@ Variables changes summary: 0 Removed, 0 Changed, 3 > Added variables > parameter 2 of type 'lttng_event_context*' has sub-type changes: > in pointed to type 'struct lttng_event_context': > type size hasn't changed > - 2 data member changes: > + 1 data member change: > type of 'lttng_event_context_type lttng_event_context::ctx' > changed: > type size hasn't changed > 2 enumerator insertions: > > 'lttng_event_context_type::LTTNG_EVENT_CONTEXT_CALLSTACK_KERNEL' value '= 20' > > 'lttng_event_context_type::LTTNG_EVENT_CONTEXT_CALLSTACK_USER' value '21= ' > - type of 'union {lttng_event_perf_counter_ctx perf_counter; > struct {char* provider_name; char* ctx_name;} app_ctx; char padding[288];= } > lttng_event_context::u' changed: > - type name changed from '__anonymous_union__4' to > '__anonymous_union__5' > - type size hasn't changed > - type changed from: > - union {lttng_event_perf_counter_ctx perf_counter; struct > {char* provider_name; char* ctx_name;} app_ctx; char padding[288];} > - to: > - union {lttng_event_perf_counter_ctx perf_counter; struct > {char* provider_name; char* ctx_name;} app_ctx; char padding[288];} > > [C] 'function lttng_condition_status > lttng_condition_buffer_usage_get_channel_name(const lttng_condition*, con= st > char**)' has some indirect sub-type changes: > parameter 1 of type 'const lttng_condition*' has sub-type changes: > diff --git > a/tests/data/test-diff-filter/test30-pr18904-rvalueref-report0.txt > b/tests/data/test-diff-filter/test30-pr18904-rvalueref-report0.txt > index d30e8c6..c4b3a76 100644 > --- a/tests/data/test-diff-filter/test30-pr18904-rvalueref-report0.txt > +++ b/tests/data/test-diff-filter/test30-pr18904-rvalueref-report0.txt > @@ -1298,7 +1298,7 @@ Variable symbols changes summary: 0 Removed, 0 Adde= d > variable symbol not referen > parameter 1 of type 'VarDesc*' has sub-type changes: > in pointed to type 'struct VarDesc': > type size hasn't changed > - 1 data member changes (2 filtered): > + 1 data member change: > type of 'union {struct {uint32_t is_static; uint32_t > is_static_dstn; uint32_t has_length; uint32_t is_stack_buf; uint32_t > sink_addr; uint32_t alloc_disp; uint32_t is_noncont_src; uint32_t > is_noncont_dst;}; uint32_t bits;} VarDesc::flags' changed: > type name changed from 'VarDesc::__anonymous_union__2' to > 'varDescFlags' > type size hasn't changed > @@ -1312,13 +1312,13 @@ Variable symbols changes summary: 0 Removed, 0 > Added variable symbol not referen > parameter 1 of type 'InitTableEntry*' changed: > in pointed to type 'struct InitTableEntry': > entity changed from 'struct InitTableEntry' to compatible type > 'typedef InitTableEntry' > - type name changed from 'InitTableEntry' to > '__anonymous_struct__2' > + type name changed from 'InitTableEntry' to > '__anonymous_struct__1' > type size hasn't changed > 1 data member change: > type of 'void ()* InitTableEntry::func' changed: > in pointed to type 'function type void ()': > parameter 1 of type 'typedef MyoArena' was added > - and name of 'InitTableEntry::func' changed to > '__anonymous_struct__2::func' > + and name of 'InitTableEntry::func' changed to > '__anonymous_struct__1::func' > > [C] 'function int __offload_offload(OFFLOAD, const char*, int, int, > VarDesc*, VarDesc2*, int, void**, void*, int, void*)' has some indirect > sub-type changes: > parameter 1 of type 'typedef OFFLOAD' has sub-type changes: > diff --git > a/tests/data/test-diff-filter/test30-pr18904-rvalueref-report1.txt > b/tests/data/test-diff-filter/test30-pr18904-rvalueref-report1.txt > index 800cc67..03c1542 100644 > --- a/tests/data/test-diff-filter/test30-pr18904-rvalueref-report1.txt > +++ b/tests/data/test-diff-filter/test30-pr18904-rvalueref-report1.txt > @@ -1298,7 +1298,7 @@ Variable symbols changes summary: 0 Removed, 0 Adde= d > variable symbol not referen > parameter 1 of type 'VarDesc*' has sub-type changes: > in pointed to type 'struct VarDesc' at offload_common.h:254:1: > type size hasn't changed > - 1 data member changes (2 filtered): > + 1 data member change: > type of 'union {struct {uint32_t is_static; uint32_t > is_static_dstn; uint32_t has_length; uint32_t is_stack_buf; uint32_t > sink_addr; uint32_t alloc_disp; uint32_t is_noncont_src; uint32_t > is_noncont_dst;}; uint32_t bits;} VarDesc::flags' changed: > type name changed from 'VarDesc::__anonymous_union__2' to > 'varDescFlags' > type size hasn't changed > @@ -1312,13 +1312,13 @@ Variable symbols changes summary: 0 Removed, 0 > Added variable symbol not referen > parameter 1 of type 'InitTableEntry*' changed: > in pointed to type 'struct InitTableEntry' at offload_table.h:296:= 1: > entity changed from 'struct InitTableEntry' to compatible type > 'typedef InitTableEntry' at offload_table.h:296:1 > - type name changed from 'InitTableEntry' to > '__anonymous_struct__2' > + type name changed from 'InitTableEntry' to > '__anonymous_struct__1' > type size hasn't changed > 1 data member change: > type of 'void ()* InitTableEntry::func' changed: > in pointed to type 'function type void ()': > parameter 1 of type 'typedef MyoArena' was added > - and name of 'InitTableEntry::func' changed to > '__anonymous_struct__2::func' at offload_table.h:295:1 > + and name of 'InitTableEntry::func' changed to > '__anonymous_struct__1::func' at offload_table.h:295:1 > > [C] 'function int __offload_offload(OFFLOAD, const char*, int, int, > VarDesc*, VarDesc2*, int, void**, void*, int, void*)' at > compiler_if_host.cpp:456:1 has some indirect sub-type changes: > parameter 1 of type 'typedef OFFLOAD' has sub-type changes: > diff --git > a/tests/data/test-diff-filter/test30-pr18904-rvalueref-report2.txt > b/tests/data/test-diff-filter/test30-pr18904-rvalueref-report2.txt > index e7bfbe2..f28bb6b 100644 > --- a/tests/data/test-diff-filter/test30-pr18904-rvalueref-report2.txt > +++ b/tests/data/test-diff-filter/test30-pr18904-rvalueref-report2.txt > @@ -1298,7 +1298,7 @@ Variable symbols changes summary: 0 Removed, 0 Adde= d > variable symbol not referen > parameter 1 of type 'VarDesc*' has sub-type changes: > in pointed to type 'struct VarDesc' at offload_common.h:254:1: > type size hasn't changed > - 1 data member changes (2 filtered): > + 1 data member change: > type of 'union {struct {uint32_t is_static; uint32_t > is_static_dstn; uint32_t has_length; uint32_t is_stack_buf; uint32_t > sink_addr; uint32_t alloc_disp; uint32_t is_noncont_src; uint32_t > is_noncont_dst;}; uint32_t bits;} VarDesc::flags' changed: > type name changed from 'VarDesc::__anonymous_union__2' to > 'varDescFlags' > type size hasn't changed > @@ -1312,13 +1312,13 @@ Variable symbols changes summary: 0 Removed, 0 > Added variable symbol not referen > parameter 1 of type 'InitTableEntry*' changed: > in pointed to type 'struct InitTableEntry' at offload_table.h:296:= 1: > entity changed from 'struct InitTableEntry' to compatible type > 'typedef InitTableEntry' at offload_table.h:296:1 > - type name changed from 'InitTableEntry' to > '__anonymous_struct__2' > + type name changed from 'InitTableEntry' to > '__anonymous_struct__1' > type size hasn't changed > 1 data member change: > type of 'void ()* InitTableEntry::func' changed: > in pointed to type 'function type void ()': > parameter 1 of type 'typedef MyoArena' was added > - and name of 'InitTableEntry::func' changed to > '__anonymous_struct__2::func' at offload_table.h:295:1 > + and name of 'InitTableEntry::func' changed to > '__anonymous_struct__1::func' at offload_table.h:295:1 > > [C] 'function int __offload_offload(OFFLOAD, const char*, int, int, > VarDesc*, VarDesc2*, int, void**, void*, int, void*)' at > compiler_if_host.cpp:456:1 has some indirect sub-type changes: > parameter 1 of type 'typedef OFFLOAD' has sub-type changes: > diff --git > a/tests/data/test-diff-filter/test35-pr18754-no-added-syms-report-0.txt > b/tests/data/test-diff-filter/test35-pr18754-no-added-syms-report-0.txt > index 0c11fb6..f7280b4 100644 > --- a/tests/data/test-diff-filter/test35-pr18754-no-added-syms-report-0.t= xt > +++ b/tests/data/test-diff-filter/test35-pr18754-no-added-syms-report-0.t= xt > @@ -214,7 +214,7 @@ Variable symbols changes summary: 0 Removed, 0 Added > variable symbol not referen > parameter 1 of type 'VarDesc*' has sub-type changes: > in pointed to type 'struct VarDesc': > type size hasn't changed > - 1 data member changes (2 filtered): > + 1 data member change: > type of 'union {struct {uint32_t is_static; uint32_t > is_static_dstn; uint32_t has_length; uint32_t is_stack_buf; uint32_t > sink_addr; uint32_t alloc_disp; uint32_t is_noncont_src; uint32_t > is_noncont_dst;}; uint32_t bits;} VarDesc::flags' changed: > type name changed from 'VarDesc::__anonymous_union__2' to > 'varDescFlags' > type size hasn't changed > @@ -228,13 +228,13 @@ Variable symbols changes summary: 0 Removed, 0 Adde= d > variable symbol not referen > parameter 1 of type 'InitTableEntry*' changed: > in pointed to type 'struct InitTableEntry': > entity changed from 'struct InitTableEntry' to compatible type > 'typedef InitTableEntry' > - type name changed from 'InitTableEntry' to > '__anonymous_struct__2' > + type name changed from 'InitTableEntry' to > '__anonymous_struct__1' > type size hasn't changed > 1 data member change: > type of 'void ()* InitTableEntry::func' changed: > in pointed to type 'function type void ()': > parameter 1 of type 'typedef MyoArena' was added > - and name of 'InitTableEntry::func' changed to > '__anonymous_struct__2::func' > + and name of 'InitTableEntry::func' changed to > '__anonymous_struct__1::func' > > [C] 'function int __offload_offload(OFFLOAD, const char*, int, int, > VarDesc*, VarDesc2*, int, void**, void*, int, void*)' has some indirect > sub-type changes: > parameter 1 of type 'typedef OFFLOAD' has sub-type changes: > diff --git > a/tests/data/test-diff-pkg/spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7= .x86_64-report-2.txt > b/tests/data/test-diff-pkg/spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7= .x86_64-report-2.txt > index a0bfc76..550ef6f 100644 > --- > a/tests/data/test-diff-pkg/spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7= .x86_64-report-2.txt > +++ > b/tests/data/test-diff-pkg/spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7= .x86_64-report-2.txt > @@ -92,7 +92,7 @@ > > in pointed to type 'typedef RedChannelClient' at > red_channel.h:131:1: > > underlying type 'struct RedChannelClient' at > red_channel.h:247:1 changed: > > type size hasn't changed > - > 3 data member changes (2 filtered): > + > 3 data member changes: > > type of 'RedChannel* > RedChannelClient::channel' changed: > > in pointed to type 'typedef RedChannel' at > red_channel.h:130:1: > > underlying type 'struct RedChannel' > changed, as being reported > diff --git a/tests/data/test-read-dwarf/PR25007-sdhci.ko.abi > b/tests/data/test-read-dwarf/PR25007-sdhci.ko.abi > index cbe8d20..5349383 100644 > --- a/tests/data/test-read-dwarf/PR25007-sdhci.ko.abi > +++ b/tests/data/test-read-dwarf/PR25007-sdhci.ko.abi > @@ -11476,623 +11476,6 @@ > > > path=3D'drivers/mmc/host/sdhci.mod.c' > comp-dir-path=3D'/ws/android/kernel/aosp/common-mainline/out/android-main= line/common' > language=3D'LANG_C89'> > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'373' column=3D'1' id=3D'type-id-1555'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'374' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'375' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'376' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'378' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'382' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'383' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'389' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'390' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'391' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'402' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'411' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'414' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'416' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'418' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'421' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'423' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'430' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'431' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'433' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'434' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'435' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'436' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'437' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'438' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'439' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'441' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'442' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'442' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'442' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'442' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'443' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'443' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'443' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'444' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'444' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'444' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'444' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'446' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'452' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'454' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'457' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'459' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'461' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'463' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'466' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'467' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'480' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'482' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'485' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'511' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'516' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'520' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/arch/arm64/inc= lude/asm/thread_info.h' > line=3D'34' column=3D'1' id=3D'type-id-1556'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/arch/arm64/inc= lude/asm/thread_info.h' > line=3D'35' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/arch/arm64/inc= lude/asm/thread_info.h' > line=3D'44' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/arch/arm64/inc= lude/asm/thread_info.h' > line=3D'36' column=3D'1' id=3D'type-id-1557'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/arch/arm64/inc= lude/asm/thread_info.h' > line=3D'41' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/arch/arm64/inc= lude/asm/thread_info.h' > line=3D'42' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= sched.h' > line=3D'617' column=3D'1' id=3D'type-id-1558'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= sched.h' > line=3D'618' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= sched.h' > line=3D'619' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= sched.h' > line=3D'620' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= sched.h' > line=3D'621' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'27' column=3D'1' id=3D'type-id-1559'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'36' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'46' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'54' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'29' column=3D'1' id=3D'type-id-1560'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'30' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'31' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'32' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'33' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'34' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'35' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'38' column=3D'1' id=3D'type-id-1561'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'39' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'40' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'41' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'45' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'41' column=3D'1' id=3D'type-id-1563'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'42' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'43' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'48' column=3D'1' id=3D'type-id-1562'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'49' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'50' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'51' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'52' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= restart_block.h' > line=3D'53' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= signal_types.h' > line=3D'13' column=3D'1' id=3D'type-id-1564'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= signal_types.h' > line=3D'13' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= signal_types.h' > line=3D'13' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= signal_types.h' > line=3D'13' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= signal_types.h' > line=3D'13' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'34' column=3D'1' id=3D'type-id-1565'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'35' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'36' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'40' column=3D'1' id=3D'type-id-1566'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'41' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'42' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'43' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'44' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'48' column=3D'1' id=3D'type-id-1567'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'49' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'50' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'51' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'55' column=3D'1' id=3D'type-id-1568'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'56' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'57' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'58' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'59' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'60' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'64' column=3D'1' id=3D'type-id-1569'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'65' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'77' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'77' column=3D'1' id=3D'type-id-1570'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'82' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'88' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'93' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'84' column=3D'1' id=3D'type-id-1571'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'85' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'86' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'87' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'90' column=3D'1' id=3D'type-id-1572'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'91' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'92' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'98' column=3D'1' id=3D'type-id-1573'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'99' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'100' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'104' column=3D'1' id=3D'type-id-1574'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'105' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'106' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/uapi/a= sm-generic/siginfo.h' > line=3D'107' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'78' column=3D'1' id=3D'type-id-1575'> > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'97' column=3D'1' id=3D'type-id-593'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'102' column=3D'1'/> > - > - > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'104' column=3D'1' id=3D'type-id-1576'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'105' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'118' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'120' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'121' column=3D'1'/> > - > - > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'131' column=3D'1' id=3D'type-id-598'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'132' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'135' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'136' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'137' column=3D'1'/> > - > - > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'139' column=3D'1' id=3D'type-id-599'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'140' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'141' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'142' column=3D'1'/> > - > - > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'144' column=3D'1' id=3D'type-id-600'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'145' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'146' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'147' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'148' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'155' column=3D'1'/> > - > - > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'158' column=3D'1' id=3D'type-id-603'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'160' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'161' column=3D'1'/> > - > - > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'79' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'175' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'79' column=3D'1' id=3D'type-id-1579'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'85' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'87' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'88' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'95' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'105' column=3D'1' id=3D'type-id-1577'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'106' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'107' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'107' column=3D'1' id=3D'type-id-1580'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'108' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'110' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'111' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'121' column=3D'1' id=3D'type-id-1578'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'122' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'123' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'124' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'124' column=3D'1' id=3D'type-id-1581'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'125' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'126' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'127' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'178' column=3D'1' id=3D'type-id-1582'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'183' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'191' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'193' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'194' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= uprobes.h' > line=3D'64' column=3D'1' id=3D'type-id-1583'> > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= uprobes.h' > line=3D'70' column=3D'1' id=3D'type-id-1584'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= uprobes.h' > line=3D'71' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= uprobes.h' > line=3D'72' column=3D'1'/> > - > - > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= uprobes.h' > line=3D'65' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= uprobes.h' > line=3D'65' column=3D'1' id=3D'type-id-1585'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= uprobes.h' > line=3D'66' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= uprobes.h' > line=3D'67' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/arch/arm64/inc= lude/asm/processor.h' > line=3D'134' column=3D'1' id=3D'type-id-1586'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/arch/arm64/inc= lude/asm/processor.h' > line=3D'135' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/arch/arm64/inc= lude/asm/processor.h' > line=3D'136' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/arch/arm64/inc= lude/asm/processor.h' > line=3D'137' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'321' column=3D'1' id=3D'type-id-1587'> > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'325' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'326' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'322' column=3D'1' id=3D'type-id-1588'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'323' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= mm_types.h' > line=3D'324' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= kernfs.h' > line=3D'150' column=3D'1' id=3D'type-id-1589'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= kernfs.h' > line=3D'151' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= kernfs.h' > line=3D'152' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= kernfs.h' > line=3D'153' column=3D'1'/> > - > - > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= kernfs.h' > line=3D'109' column=3D'1' id=3D'type-id-1590'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= kernfs.h' > line=3D'116' column=3D'1'/> > - > - > - visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= kernfs.h' > line=3D'117' column=3D'1'/> > - > - > - is-anonymous=3D'yes' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= moduleparam.h' > line=3D'76' column=3D'1' id=3D'type-id-1591'> > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= moduleparam.h' > line=3D'77' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= moduleparam.h' > line=3D'78' column=3D'1'/> > - > - > - filepath=3D'/ws/android/kernel/aosp/common-mainline/common/include/linux/= moduleparam.h' > line=3D'79' column=3D'1'/> > - > - > mangled-name=3D'__this_module' visibility=3D'default' > filepath=3D'/ws/android/kernel/aosp/common-mainline/out/android-mainline/= common/drivers/mmc/host/sdhci.mod.c' > line=3D'11' column=3D'1' elf-symbol-id=3D'__this_module'/> > > > diff --git a/tests/data/test-read-dwarf/libtest23.so.abi > b/tests/data/test-read-dwarf/libtest23.so.abi > index 3cf2613..9b6412f 100644 > --- a/tests/data/test-read-dwarf/libtest23.so.abi > +++ b/tests/data/test-read-dwarf/libtest23.so.abi > @@ -14,37 +14,37 @@ > comp-dir-path=3D'/home/dodji/git/libabigail/PR20369/tests/data/test-read-= dwarf' > language=3D'LANG_C_plus_plus'> > > > - is-anonymous=3D'yes' visibility=3D'default' id=3D'type-id-3'/> > - size-in-bits=3D'192' is-struct=3D'yes' visibility=3D'default' id=3D'type-= id-4'> > + size-in-bits=3D'192' is-struct=3D'yes' visibility=3D'default' id=3D'type-= id-3'> > > - visibility=3D'default'/> > + visibility=3D'default'/> > > > - visibility=3D'default'/> > + visibility=3D'default'/> > > > - visibility=3D'default'/> > + visibility=3D'default'/> > > > - visibility=3D'default'/> > + visibility=3D'default'/> > > > - > - > - > - > - > - > - id=3D'type-id-13'/> > - > - > + > + > + > + > + > + > + id=3D'type-id-12'/> > + > + is-anonymous=3D'yes' visibility=3D'default' id=3D'type-id-14'/> > + > id=3D'type-id-15'/> > size-in-bits=3D'infinite' id=3D'type-id-16'> > > > > > - filepath=3D'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h' > line=3D'353' column=3D'1' id=3D'type-id-20'/> > + filepath=3D'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h' > line=3D'353' column=3D'1' id=3D'type-id-20'/> > filepath=3D'/usr/include/stdio.h' line=3D'64' column=3D'1' id=3D'type-id-= 22'/> > filepath=3D'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h' > line=3D'212' column=3D'1' id=3D'type-id-23'/> > filepath=3D'/usr/include/wchar.h' line=3D'106' column=3D'1' id=3D'type-id= -25'/> > @@ -54,7 +54,7 @@ > visibility=3D'default' is-declaration-only=3D'yes' id=3D'type-id-27'/> > > > - filepath=3D'/usr/include/wchar.h' line=3D'84' column=3D'1'/> > + filepath=3D'/usr/include/wchar.h' line=3D'84' column=3D'1'/> > > > visibility=3D'default' filepath=3D'/usr/include/wchar.h' line=3D'93' colu= mn=3D'1'/> > @@ -62,34 +62,34 @@ > > visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'133' colu= mn=3D'1' > id=3D'type-id-28'> > > - filepath=3D'/usr/include/time.h' line=3D'135' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'135' column=3D'1'/> > > > - filepath=3D'/usr/include/time.h' line=3D'136' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'136' column=3D'1'/> > > > - filepath=3D'/usr/include/time.h' line=3D'137' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'137' column=3D'1'/> > > > - filepath=3D'/usr/include/time.h' line=3D'138' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'138' column=3D'1'/> > > > - filepath=3D'/usr/include/time.h' line=3D'139' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'139' column=3D'1'/> > > > - filepath=3D'/usr/include/time.h' line=3D'140' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'140' column=3D'1'/> > > > - filepath=3D'/usr/include/time.h' line=3D'141' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'141' column=3D'1'/> > > > - filepath=3D'/usr/include/time.h' line=3D'142' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'142' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'143' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'143' colu= mn=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'146' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'146' colu= mn=3D'1'/> > > > visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'147' colu= mn=3D'1'/> > @@ -97,9 +97,9 @@ > > filepath=3D'/usr/include/wctype.h' line=3D'52' column=3D'1' id=3D'type-id= -30'/> > filepath=3D'/usr/include/wctype.h' line=3D'186' column=3D'1' id=3D'type-i= d-32'/> > - filepath=3D'/usr/include/bits/types.h' line=3D'40' column=3D'1' id=3D'typ= e-id-33'/> > + filepath=3D'/usr/include/bits/types.h' line=3D'40' column=3D'1' id=3D'typ= e-id-33'/> > id=3D'type-id-34'/> > - id=3D'type-id-35'/> > + id=3D'type-id-35'/> > size-in-bits=3D'64' id=3D'type-id-36'/> > id=3D'type-id-37'/> > > @@ -111,11 +111,11 @@ > size-in-bits=3D'64' id=3D'type-id-44'/> > id=3D'type-id-29'/> > id=3D'type-id-45'/> > - > - > + > + > > id=3D'type-id-49'/> > - > + > > size-in-bits=3D'64' id=3D'type-id-53'/> > id=3D'type-id-54'/> > @@ -134,8 +134,8 @@ > id=3D'type-id-69'/> > > size-in-bits=3D'64' id=3D'type-id-70'/> > - id=3D'type-id-73'/> > - id=3D'type-id-6'/> > + id=3D'type-id-73'/> > + id=3D'type-id-5'/> > id=3D'type-id-74'/> > id=3D'type-id-75'/> > > @@ -214,7 +214,7 @@ > > > line=3D'353' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > > line=3D'745' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -223,7 +223,7 @@ > > line=3D'774' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -235,24 +235,24 @@ > line=3D'781' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'587' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > - > + > + > > line=3D'594' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'635' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'746' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -276,7 +276,7 @@ > > line=3D'361' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'408' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -299,13 +299,13 @@ > > > > - > + > > line=3D'645' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'789' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -316,36 +316,36 @@ > > > > - > + > > line=3D'689' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'625' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > > - > + > > line=3D'701' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'620' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'697' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'370' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -361,12 +361,12 @@ > line=3D'163' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'192' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'147' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -399,7 +399,7 @@ > > > > - > + > > line=3D'150' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -422,12 +422,12 @@ > line=3D'450' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'457' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'282' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -438,13 +438,13 @@ > line=3D'468' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > - > + > + > > line=3D'473' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > > line=3D'196' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -455,13 +455,13 @@ > > line=3D'357' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'325' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'329' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -484,12 +484,12 @@ > line=3D'601' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'642' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > filepath=3D'/usr/include/wchar.h' line=3D'224' column=3D'1' visibility=3D= 'default' > binding=3D'global' size-in-bits=3D'64'> > > @@ -520,22 +520,22 @@ > line=3D'459' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'483' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > - > + > + > > line=3D'490' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > - > + > + > > line=3D'125' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > > > @@ -545,7 +545,7 @@ > line=3D'175' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'221' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -829,7 +829,7 @@ > mangled-name=3D'_ZNSs10_S_compareEmm' > filepath=3D'/usr/include/c++/4.8.2/bits/basic_string.h' line=3D'407' colu= mn=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -920,7 +920,7 @@ > > filepath=3D'/usr/include/c++/4.8.2/bits/basic_string.h' line=3D'538' colu= mn=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -1676,7 +1676,7 @@ > mangled-name=3D'_ZNKSs7compareERKSs' > filepath=3D'/usr/include/c++/4.8.2/bits/basic_string.h' line=3D'2225' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > > - > + > > > > @@ -1685,7 +1685,7 @@ > > > > - > + > > > > @@ -1696,14 +1696,14 @@ > > > > - > + > > > > filepath=3D'/usr/include/c++/4.8.2/bits/basic_string.tcc' line=3D'948' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > > - > + > > > > @@ -1712,7 +1712,7 @@ > > > > - > + > > > > @@ -1722,7 +1722,7 @@ > > > > - > + > > > > @@ -1749,7 +1749,7 @@ > > > filepath=3D'/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h' > line=3D'1857' column=3D'1' id=3D'type-id-109'/> > - filepath=3D'/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h' > line=3D'1858' column=3D'1' id=3D'type-id-110'/> > + filepath=3D'/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h' > line=3D'1858' column=3D'1' id=3D'type-id-110'/> > name=3D'reverse_iterator<__gnu_cxx::__normal_iterator<char const*, > std::basic_string<char, std::char_traits<char>, > std::allocator<char> > > >' visibility=3D'default' > is-declaration-only=3D'yes' id=3D'type-id-104'/> > name=3D'reverse_iterator<__gnu_cxx::__normal_iterator<char*, > std::basic_string<char, std::char_traits<char>, > std::allocator<char> > > >' visibility=3D'default' > is-declaration-only=3D'yes' id=3D'type-id-106'/> > > diff --git a/tests/data/test-read-dwarf/test11-pr18828.so.abi > b/tests/data/test-read-dwarf/test11-pr18828.so.abi > index bc70b48..32934d8 100644 > --- a/tests/data/test-read-dwarf/test11-pr18828.so.abi > +++ b/tests/data/test-read-dwarf/test11-pr18828.so.abi > @@ -663,44 +663,44 @@ > id=3D'type-id-19'> > > > - is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' id=3D'type-= id-21'> > + size-in-bits=3D'192' is-struct=3D'yes' visibility=3D'default' id=3D'type-= id-21'> > > - filepath=3D'/usr/include/c++/4.9/functional' line=3D'1761' column=3D'1'/> > - > - > - visibility=3D'default' filepath=3D'/usr/include/c++/4.9/functional' line= =3D'1761' > column=3D'1'/> > - > - > - size-in-bits=3D'192' is-struct=3D'yes' visibility=3D'default' id=3D'type-= id-24'> > - > - visibility=3D'default'/> > + visibility=3D'default'/> > > > - visibility=3D'default'/> > + visibility=3D'default'/> > > > - visibility=3D'default'/> > + visibility=3D'default'/> > > > - visibility=3D'default'/> > + visibility=3D'default'/> > > > - > - > - > - size-in-bits=3D'320' id=3D'type-id-30'> > - > + > + > + > + size-in-bits=3D'320' id=3D'type-id-27'> > + > > - > - > - > - id=3D'type-id-34'/> > - > - > + > + > + > + id=3D'type-id-32'/> > + > + > > - size-in-bits=3D'6400' id=3D'type-id-38'> > - > + size-in-bits=3D'6400' id=3D'type-id-36'> > + > > + is-struct=3D'yes' is-anonymous=3D'yes' visibility=3D'default' id=3D'type-= id-38'> > + > + filepath=3D'/usr/include/c++/4.9/functional' line=3D'1761' column=3D'1'/> > + > + > + visibility=3D'default' filepath=3D'/usr/include/c++/4.9/functional' line= =3D'1761' > column=3D'1'/> > + > + > size-in-bits=3D'32' alignment-in-bits=3D'32' id=3D'type-id-40'/> > > size-in-bits=3D'832' id=3D'type-id-42'> > @@ -718,7 +718,7 @@ > id=3D'type-id-48'> > > > - > + > id=3D'type-id-50'/> > size-in-bits=3D'39936' id=3D'type-id-51'> > > @@ -732,25 +732,25 @@ > filepath=3D'/usr/include/stdlib.h' line=3D'121' column=3D'1' id=3D'type-i= d-59'/> > is-struct=3D'yes' is-anonymous=3D'yes' naming-typedef-id=3D'type-id-59' > visibility=3D'default' filepath=3D'/usr/include/stdlib.h' line=3D'118' co= lumn=3D'1' > id=3D'type-id-58'> > > - filepath=3D'/usr/include/stdlib.h' line=3D'119' column=3D'1'/> > + filepath=3D'/usr/include/stdlib.h' line=3D'119' column=3D'1'/> > > > - filepath=3D'/usr/include/stdlib.h' line=3D'120' column=3D'1'/> > + filepath=3D'/usr/include/stdlib.h' line=3D'120' column=3D'1'/> > > > - filepath=3D'/usr/include/x86_64-linux-gnu/c++/4.9/bits/atomic_word.h' > line=3D'32' column=3D'1' id=3D'type-id-60'/> > + filepath=3D'/usr/include/x86_64-linux-gnu/c++/4.9/bits/atomic_word.h' > line=3D'32' column=3D'1' id=3D'type-id-60'/> > filepath=3D'/usr/include/time.h' line=3D'75' column=3D'1' id=3D'type-id-6= 2'/> > - filepath=3D'/usr/include/x86_64-linux-gnu/bits/types.h' line=3D'139' colu= mn=3D'1' > id=3D'type-id-61'/> > - filepath=3D'/usr/include/stdint.h' line=3D'40' column=3D'1' id=3D'type-id= -63'/> > + filepath=3D'/usr/include/x86_64-linux-gnu/bits/types.h' line=3D'139' colu= mn=3D'1' > id=3D'type-id-61'/> > + filepath=3D'/usr/include/stdint.h' line=3D'40' column=3D'1' id=3D'type-id= -63'/> > filepath=3D'/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h' line=3D'2= 12' > column=3D'1' id=3D'type-id-64'/> > filepath=3D'/usr/include/stdint.h' line=3D'55' column=3D'1' id=3D'type-id= -65'/> > - filepath=3D'/usr/include/stdint.h' line=3D'51' column=3D'1' id=3D'type-id= -66'/> > - filepath=3D'/usr/include/stdint.h' line=3D'38' column=3D'1' id=3D'type-id= -67'/> > - filepath=3D'/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h' line=3D'3= 53' > column=3D'1' id=3D'type-id-68'/> > + filepath=3D'/usr/include/stdint.h' line=3D'51' column=3D'1' id=3D'type-id= -66'/> > + filepath=3D'/usr/include/stdint.h' line=3D'38' column=3D'1' id=3D'type-id= -67'/> > + filepath=3D'/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h' line=3D'3= 53' > column=3D'1' id=3D'type-id-68'/> > filepath=3D'/usr/include/stdio.h' line=3D'64' column=3D'1' id=3D'type-id-= 70'/> > visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'245' col= umn=3D'1' > id=3D'type-id-69'> > > - filepath=3D'/usr/include/libio.h' line=3D'246' column=3D'1'/> > + filepath=3D'/usr/include/libio.h' line=3D'246' column=3D'1'/> > > > visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'251' col= umn=3D'1'/> > @@ -792,10 +792,10 @@ > filepath=3D'/usr/include/libio.h' line=3D'266' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'268' col= umn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'268' col= umn=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'272' col= umn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'272' col= umn=3D'1'/> > > > visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'274' col= umn=3D'1'/> > @@ -804,7 +804,7 @@ > visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'278' col= umn=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'279' col= umn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'279' col= umn=3D'1'/> > > > visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'280' col= umn=3D'1'/> > @@ -816,22 +816,22 @@ > visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'293' col= umn=3D'1'/> > > > - filepath=3D'/usr/include/libio.h' line=3D'302' column=3D'1'/> > + filepath=3D'/usr/include/libio.h' line=3D'302' column=3D'1'/> > > > - filepath=3D'/usr/include/libio.h' line=3D'303' column=3D'1'/> > + filepath=3D'/usr/include/libio.h' line=3D'303' column=3D'1'/> > > > - filepath=3D'/usr/include/libio.h' line=3D'304' column=3D'1'/> > + filepath=3D'/usr/include/libio.h' line=3D'304' column=3D'1'/> > > > - filepath=3D'/usr/include/libio.h' line=3D'305' column=3D'1'/> > + filepath=3D'/usr/include/libio.h' line=3D'305' column=3D'1'/> > > > filepath=3D'/usr/include/libio.h' line=3D'306' column=3D'1'/> > > > - filepath=3D'/usr/include/libio.h' line=3D'308' column=3D'1'/> > + filepath=3D'/usr/include/libio.h' line=3D'308' column=3D'1'/> > > > visibility=3D'default' filepath=3D'/usr/include/libio.h' line=3D'310' col= umn=3D'1'/> > @@ -845,19 +845,19 @@ > filepath=3D'/usr/include/libio.h' line=3D'162' column=3D'1'/> > > > - filepath=3D'/usr/include/libio.h' line=3D'166' column=3D'1'/> > + filepath=3D'/usr/include/libio.h' line=3D'166' column=3D'1'/> > > > - filepath=3D'/usr/include/x86_64-linux-gnu/bits/types.h' line=3D'131' colu= mn=3D'1' > id=3D'type-id-74'/> > + filepath=3D'/usr/include/x86_64-linux-gnu/bits/types.h' line=3D'131' colu= mn=3D'1' > id=3D'type-id-74'/> > filepath=3D'/usr/include/libio.h' line=3D'154' column=3D'1' id=3D'type-id= -78'/> > - filepath=3D'/usr/include/x86_64-linux-gnu/bits/types.h' line=3D'132' colu= mn=3D'1' > id=3D'type-id-76'/> > + filepath=3D'/usr/include/x86_64-linux-gnu/bits/types.h' line=3D'132' colu= mn=3D'1' > id=3D'type-id-76'/> > filepath=3D'/usr/include/wchar.h' line=3D'106' column=3D'1' id=3D'type-id= -80'/> > filepath=3D'/usr/include/wchar.h' line=3D'94' column=3D'1' id=3D'type-id-= 79'/> > is-struct=3D'yes' is-anonymous=3D'yes' naming-typedef-id=3D'type-id-79' > visibility=3D'default' filepath=3D'/usr/include/wchar.h' line=3D'83' colu= mn=3D'1' > id=3D'type-id-81'> > > is-anonymous=3D'yes' visibility=3D'default' filepath=3D'/usr/include/wcha= r.h' > line=3D'86' column=3D'1' id=3D'type-id-82'> > > - visibility=3D'default' filepath=3D'/usr/include/wchar.h' line=3D'88' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/wchar.h' line=3D'88' colu= mn=3D'1'/> > > > visibility=3D'default' filepath=3D'/usr/include/wchar.h' line=3D'92' colu= mn=3D'1'/> > @@ -865,7 +865,7 @@ > > > > - visibility=3D'default' filepath=3D'/usr/include/wchar.h' line=3D'84' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/wchar.h' line=3D'84' colu= mn=3D'1'/> > > > visibility=3D'default' filepath=3D'/usr/include/wchar.h' line=3D'93' colu= mn=3D'1'/> > @@ -873,34 +873,34 @@ > > visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'133' colu= mn=3D'1' > id=3D'type-id-83'> > > - filepath=3D'/usr/include/time.h' line=3D'135' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'135' column=3D'1'/> > > > - filepath=3D'/usr/include/time.h' line=3D'136' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'136' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'137' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'137' colu= mn=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'138' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'138' colu= mn=3D'1'/> > > > - filepath=3D'/usr/include/time.h' line=3D'139' column=3D'1'/> > + filepath=3D'/usr/include/time.h' line=3D'139' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'140' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'140' colu= mn=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'141' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'141' colu= mn=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'142' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'142' colu= mn=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'143' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'143' colu= mn=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'146' colu= mn=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'146' colu= mn=3D'1'/> > > > visibility=3D'default' filepath=3D'/usr/include/time.h' line=3D'147' colu= mn=3D'1'/> > @@ -984,19 +984,19 @@ > filepath=3D'/usr/include/stdlib.h' line=3D'101' column=3D'1' id=3D'type-i= d-89'/> > is-struct=3D'yes' is-anonymous=3D'yes' naming-typedef-id=3D'type-id-89' > visibility=3D'default' filepath=3D'/usr/include/stdlib.h' line=3D'98' col= umn=3D'1' > id=3D'type-id-88'> > > - filepath=3D'/usr/include/stdlib.h' line=3D'99' column=3D'1'/> > + filepath=3D'/usr/include/stdlib.h' line=3D'99' column=3D'1'/> > > > - filepath=3D'/usr/include/stdlib.h' line=3D'100' column=3D'1'/> > + filepath=3D'/usr/include/stdlib.h' line=3D'100' column=3D'1'/> > > > filepath=3D'/usr/include/stdlib.h' line=3D'109' column=3D'1' id=3D'type-i= d-91'/> > is-struct=3D'yes' is-anonymous=3D'yes' naming-typedef-id=3D'type-id-91' > visibility=3D'default' filepath=3D'/usr/include/stdlib.h' line=3D'106' co= lumn=3D'1' > id=3D'type-id-90'> > > - filepath=3D'/usr/include/stdlib.h' line=3D'107' column=3D'1'/> > + filepath=3D'/usr/include/stdlib.h' line=3D'107' column=3D'1'/> > > > - filepath=3D'/usr/include/stdlib.h' line=3D'108' column=3D'1'/> > + filepath=3D'/usr/include/stdlib.h' line=3D'108' column=3D'1'/> > > > filepath=3D'/usr/include/stdio.h' line=3D'48' column=3D'1' id=3D'type-id-= 92'/> > @@ -1012,11 +1012,11 @@ > > filepath=3D'/usr/include/wctype.h' line=3D'52' column=3D'1' id=3D'type-id= -96'/> > filepath=3D'/usr/include/wctype.h' line=3D'186' column=3D'1' id=3D'type-i= d-98'/> > - filepath=3D'/usr/include/x86_64-linux-gnu/bits/types.h' line=3D'40' colum= n=3D'1' > id=3D'type-id-99'/> > + filepath=3D'/usr/include/x86_64-linux-gnu/bits/types.h' line=3D'40' colum= n=3D'1' > id=3D'type-id-99'/> > filepath=3D'/usr/include/time.h' line=3D'59' column=3D'1' id=3D'type-id-1= 01'/> > - filepath=3D'/usr/include/x86_64-linux-gnu/bits/types.h' line=3D'135' colu= mn=3D'1' > id=3D'type-id-100'/> > - filepath=3D'/usr/include/stdint.h' line=3D'36' column=3D'1' id=3D'type-id= -102'/> > - filepath=3D'/usr/include/stdint.h' line=3D'134' column=3D'1' id=3D'type-i= d-103'/> > + filepath=3D'/usr/include/x86_64-linux-gnu/bits/types.h' line=3D'135' colu= mn=3D'1' > id=3D'type-id-100'/> > + filepath=3D'/usr/include/stdint.h' line=3D'36' column=3D'1' id=3D'type-id= -102'/> > + filepath=3D'/usr/include/stdint.h' line=3D'134' column=3D'1' id=3D'type-i= d-103'/> > id=3D'type-id-104'/> > id=3D'type-id-73'/> > id=3D'type-id-75'/> > @@ -1237,12 +1237,12 @@ > id=3D'type-id-365'/> > id=3D'type-id-366'/> > id=3D'type-id-367'/> > - id=3D'type-id-368'/> > + id=3D'type-id-368'/> > size-in-bits=3D'64' id=3D'type-id-369'/> > id=3D'type-id-370'/> > - id=3D'type-id-371'/> > - id=3D'type-id-372'/> > - id=3D'type-id-373'/> > + id=3D'type-id-371'/> > + id=3D'type-id-372'/> > + id=3D'type-id-373'/> > id=3D'type-id-374'/> > id=3D'type-id-375'/> > id=3D'type-id-377'/> > @@ -1439,8 +1439,8 @@ > id=3D'type-id-649'/> > id=3D'type-id-651'/> > id=3D'type-id-652'/> > - id=3D'type-id-653'/> > - id=3D'type-id-654'/> > + id=3D'type-id-653'/> > + id=3D'type-id-654'/> > id=3D'type-id-655'/> > id=3D'type-id-657'/> > size-in-bits=3D'64' id=3D'type-id-658'/> > @@ -1749,7 +1749,7 @@ > size-in-bits=3D'64' id=3D'type-id-1101'/> > id=3D'type-id-1103'/> > size-in-bits=3D'64' id=3D'type-id-1104'/> > - id=3D'type-id-1105'/> > + id=3D'type-id-1105'/> > size-in-bits=3D'64' id=3D'type-id-1106'/> > id=3D'type-id-1107'/> > id=3D'type-id-1108'/> > @@ -2009,7 +2009,7 @@ > id=3D'type-id-1473'/> > id=3D'type-id-1474'/> > id=3D'type-id-1475'/> > - id=3D'type-id-1476'/> > + id=3D'type-id-1476'/> > size-in-bits=3D'64' id=3D'type-id-1477'/> > id=3D'type-id-1478'/> > size-in-bits=3D'64' id=3D'type-id-1479'/> > @@ -2018,16 +2018,16 @@ > id=3D'type-id-1482'/> > id=3D'type-id-1483'/> > id=3D'type-id-1484'/> > - size-in-bits=3D'64' id=3D'type-id-1485'/> > - id=3D'type-id-1486'/> > + size-in-bits=3D'64' id=3D'type-id-1485'/> > + id=3D'type-id-1486'/> > id=3D'type-id-1487'/> > id=3D'type-id-86'/> > - size-in-bits=3D'64' id=3D'type-id-1489'/> > - id=3D'type-id-1490'/> > + size-in-bits=3D'64' id=3D'type-id-1489'/> > + id=3D'type-id-1490'/> > id=3D'type-id-1491'/> > - id=3D'type-id-1492'/> > - size-in-bits=3D'64' id=3D'type-id-1493'/> > - id=3D'type-id-1494'/> > + id=3D'type-id-1492'/> > + size-in-bits=3D'64' id=3D'type-id-1493'/> > + id=3D'type-id-1494'/> > id=3D'type-id-1495'/> > id=3D'type-id-1496'/> > id=3D'type-id-1497'/> > @@ -2434,9 +2434,9 @@ > id=3D'type-id-1980'/> > size-in-bits=3D'64' id=3D'type-id-1981'/> > size-in-bits=3D'64' id=3D'type-id-1982'/> > - size-in-bits=3D'64' id=3D'type-id-1983'/> > - size-in-bits=3D'64' id=3D'type-id-1984'/> > - id=3D'type-id-1985'/> > + size-in-bits=3D'64' id=3D'type-id-1983'/> > + size-in-bits=3D'64' id=3D'type-id-1984'/> > + id=3D'type-id-1985'/> > id=3D'type-id-1986'/> > size-in-bits=3D'64' id=3D'type-id-1987'/> > size-in-bits=3D'64' id=3D'type-id-1988'/> > @@ -2597,16 +2597,16 @@ > size-in-bits=3D'64' id=3D'type-id-2166'/> > id=3D'type-id-2167'/> > id=3D'type-id-2168'/> > - id=3D'type-id-2169'/> > + id=3D'type-id-2169'/> > id=3D'type-id-2170'/> > size-in-bits=3D'64' id=3D'type-id-2171'/> > - size-in-bits=3D'64' id=3D'type-id-2172'/> > - id=3D'type-id-2173'/> > + size-in-bits=3D'64' id=3D'type-id-2172'/> > + id=3D'type-id-2173'/> > size-in-bits=3D'64' id=3D'type-id-2174'/> > id=3D'type-id-2175'/> > id=3D'type-id-2177'/> > - id=3D'type-id-22'/> > - id=3D'type-id-26'/> > + id=3D'type-id-39'/> > + id=3D'type-id-23'/> > id=3D'type-id-2179'/> > id=3D'type-id-2180'/> > > @@ -2657,7 +2657,7 @@ > type-id=3D'type-id-955'/> > type-id=3D'type-id-984'/> > > - filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'1652' > column=3D'1' id=3D'type-id-2181'/> > + filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'1652' > column=3D'1' id=3D'type-id-2181'/> > > > filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'1653' > column=3D'1' id=3D'type-id-2182'/> > @@ -3096,13 +3096,13 @@ > > mangled-name=3D'_ZNKSt8__detail12_Rehash_baseISsSt4pairIKSsPN5mongo6logge= r9LogDomainINS4_21MessageEventEphemeralEEEESaIS9_ENS_10_Select1stESt8equal_= toISsESt4hashISsENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Pr= ime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEEE15max_load_factorEv= ' > filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'948' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > mangled-name=3D'_ZNSt8__detail12_Rehash_baseISsSt4pairIKSsPN5mongo6logger= 9LogDomainINS4_21MessageEventEphemeralEEEESaIS9_ENS_10_Select1stESt8equal_t= oISsESt4hashISsENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Pri= me_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEEE15max_load_factorEf' > filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'955' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > @@ -3225,7 +3225,7 @@ > visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'503' > column=3D'1'/> > > > - visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'505' > column=3D'1'/> > + visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'505' > column=3D'1'/> > > > visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'506' > column=3D'1'/> > @@ -3233,14 +3233,14 @@ > > filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'463' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > > mangled-name=3D'_ZNKSt8__detail20_Prime_rehash_policy15max_load_factorEv' > filepath=3D'/usr/include/c++/4.9/bits/hashtable_policy.h' line=3D'467' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > @@ -3368,7 +3368,7 @@ > > 1000000000l> >' size-in-bits=3D'64' is-struct=3D'yes' > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/chrono' line=3D'2= 41' > column=3D'1' id=3D'type-id-1118'> > > - filepath=3D'/usr/include/c++/4.9/chrono' line=3D'243' column=3D'1' > id=3D'type-id-1122'/> > + filepath=3D'/usr/include/c++/4.9/chrono' line=3D'243' column=3D'1' > id=3D'type-id-1122'/> > > > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/chrono' line=3D'3= 73' > column=3D'1'/> > @@ -3389,7 +3389,7 @@ > > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'273' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -3427,7 +3427,7 @@ > > mangled-name=3D'_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEppEi' > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'298' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -3440,7 +3440,7 @@ > > mangled-name=3D'_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEmmEi' > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'309' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -3490,7 +3490,7 @@ > > 1000l> >' size-in-bits=3D'64' is-struct=3D'yes' visibility=3D'defau= lt' > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'241' column=3D'1' > id=3D'type-id-1125'> > > - filepath=3D'/usr/include/c++/4.9/chrono' line=3D'243' column=3D'1' > id=3D'type-id-1129'/> > + filepath=3D'/usr/include/c++/4.9/chrono' line=3D'243' column=3D'1' > id=3D'type-id-1129'/> > > > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/chrono' line=3D'3= 73' > column=3D'1'/> > @@ -3511,7 +3511,7 @@ > > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'273' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -3549,7 +3549,7 @@ > > mangled-name=3D'_ZNSt6chrono8durationIlSt5ratioILl1ELl1000EEEppEi' > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'298' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -3562,7 +3562,7 @@ > > mangled-name=3D'_ZNSt6chrono8durationIlSt5ratioILl1ELl1000EEEmmEi' > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'309' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -3613,7 +3613,7 @@ > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'533' column=3D'1' > id=3D'type-id-2209'/> > >' size-in-bits=3D'64' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'241' column=3D'1' > id=3D'type-id-1132'> > > - filepath=3D'/usr/include/c++/4.9/chrono' line=3D'243' column=3D'1' > id=3D'type-id-1136'/> > + filepath=3D'/usr/include/c++/4.9/chrono' line=3D'243' column=3D'1' > id=3D'type-id-1136'/> > > > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/chrono' line=3D'3= 73' > column=3D'1'/> > @@ -3634,7 +3634,7 @@ > > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'273' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -3672,7 +3672,7 @@ > > mangled-name=3D'_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEppEi' > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'298' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -3685,7 +3685,7 @@ > > mangled-name=3D'_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEmmEi' > filepath=3D'/usr/include/c++/4.9/chrono' line=3D'309' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -3750,7 +3750,7 @@ > > > > - std::char_traits<char>, std::allocator<char> >' > size-in-bits=3D'64' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/basic_string.h' line=3D'112' column= =3D'1' > id=3D'type-id-37'> > + std::char_traits<char>, std::allocator<char> >' > size-in-bits=3D'64' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/basic_string.h' line=3D'112' column= =3D'1' > id=3D'type-id-35'> > > is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/basic_string.h' line=3D'272' column= =3D'1' > id=3D'type-id-1989'> > type-id=3D'type-id-1042'/> > @@ -4039,7 +4039,7 @@ > mangled-name=3D'_ZNSs10_S_compareEmm' > filepath=3D'/usr/include/c++/4.9/bits/basic_string.h' line=3D'412' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -4145,7 +4145,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/basic_string.h' line=3D'546' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -5013,14 +5013,14 @@ > > > > - > + > > > > mangled-name=3D'_ZNKSs7compareERKSs' > filepath=3D'/usr/include/c++/4.9/bits/basic_string.h' line=3D'2244' colum= n=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -5029,7 +5029,7 @@ > > > > - > + > > > > @@ -5040,14 +5040,14 @@ > > > > - > + > > > > filepath=3D'/usr/include/c++/4.9/bits/basic_string.h' line=3D'2320' colum= n=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -5056,7 +5056,7 @@ > > > > - > + > > > > @@ -5066,7 +5066,7 @@ > > > > - > + > > > > @@ -5097,7 +5097,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -5113,10 +5113,10 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator_base_types.h' line=3D'= 192' > column=3D'1' id=3D'type-id-2229'/> > > > - filepath=3D'/usr/include/x86_64-linux-gnu/c++/4.9/bits/c++config.h' > line=3D'189' column=3D'1' id=3D'type-id-2227'/> > + filepath=3D'/usr/include/x86_64-linux-gnu/c++/4.9/bits/c++config.h' > line=3D'189' column=3D'1' id=3D'type-id-2227'/> > std::char_traits<char>, std::allocator<char> >*>' > size-in-bits=3D'8' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator_base_types.h' line=3D'= 175' > column=3D'1' id=3D'type-id-2230'> > > - filepath=3D'/usr/include/c++/4.9/bits/stl_iterator_base_types.h' line=3D'= 178' > column=3D'1' id=3D'type-id-2231'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_iterator_base_types.h' line=3D'= 178' > column=3D'1' id=3D'type-id-2231'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator_base_types.h' line=3D'= 179' > column=3D'1' id=3D'type-id-2232'/> > @@ -5213,7 +5213,7 @@ > > std::char_traits<char>, std::allocator<char> >&>' > size-in-bits=3D'8' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'1504' column=3D'1' > id=3D'type-id-2247'> > > - filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'1505' column=3D'1' > id=3D'type-id-2084'/> > + filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'1505' column=3D'1' > id=3D'type-id-2084'/> > > > name=3D'move<std::basic_string<char>&>' > mangled-name=3D'_ZSt4moveIRSsEONSt16remove_referenceIT_E4typeEOS2_' > filepath=3D'/usr/include/c++/4.9/bits/move.h' line=3D'101' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZSt4moveIRSsEONSt16remove_referenceIT_E4typeEOS2_'> > @@ -5223,7 +5223,7 @@ > std::char_traits<char>, std::allocator<char> >' > mangled-name=3D'_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_OS6_' > filepath=3D'/usr/include/c++/4.9/bits/basic_string.h' line=3D'2455' colum= n=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_OS6_'> > > > - > + > > size-in-bits=3D'8' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/tuple' line=3D'62' column=3D'1' > id=3D'type-id-2248'> > > @@ -5333,7 +5333,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'423' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -5866,7 +5866,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'159' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -5927,7 +5927,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -6055,7 +6055,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2285'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2279'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2279'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPPN5mongo6logger8AppenderINS1_21Mes= sageEventEphemeralEEEE10pointer_toERS5_' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -6127,12 +6127,12 @@ > > > filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'87' column=3D'1' > id=3D'type-id-2266'/> > - filepath=3D'/usr/include/c++/4.9/bits/stringfwd.h' line=3D'62' column=3D'= 1' > id=3D'type-id-1336'/> > + filepath=3D'/usr/include/c++/4.9/bits/stringfwd.h' line=3D'62' column=3D'= 1' > id=3D'type-id-1336'/> > name=3D'unique_ptr<mongo::logger::Appender<mongo::logger::MessageEv= entEphemeral>, > std::default_delete<mongo::logger::Appender<mongo::logger::MessageE= ventEphemeral> > > >' visibility=3D'default' is-declaration-only=3D'yes' > id=3D'type-id-2300'/> > is-struct=3D'yes' visibility=3D'default' filepath=3D'/usr/include/c++/4.9= /atomic' > line=3D'617' column=3D'1' id=3D'type-id-1102'> > type-id=3D'type-id-942'/> > > - filepath=3D'/usr/include/c++/4.9/atomic' line=3D'619' column=3D'1' > id=3D'type-id-2301'/> > + filepath=3D'/usr/include/c++/4.9/atomic' line=3D'619' column=3D'1' > id=3D'type-id-2301'/> > > > filepath=3D'/usr/include/c++/4.9/atomic' line=3D'622' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -6143,7 +6143,7 @@ > > filepath=3D'/usr/include/c++/4.9/atomic' line=3D'623' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -6171,7 +6171,7 @@ > > size-in-bits=3D'32' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/atomic_base.h' line=3D'353' column= =3D'1' > id=3D'type-id-942'> > > - filepath=3D'/usr/include/c++/4.9/bits/atomic_base.h' line=3D'356' column= =3D'1' > id=3D'type-id-1842'/> > + filepath=3D'/usr/include/c++/4.9/bits/atomic_base.h' line=3D'356' column= =3D'1' > id=3D'type-id-1842'/> > > > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/atomic_base.= h' > line=3D'358' column=3D'1'/> > @@ -6185,7 +6185,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/atomic_base.h' line=3D'362' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -6226,14 +6226,14 @@ > > mangled-name=3D'_ZNSt13__atomic_baseIjEppEi' > filepath=3D'/usr/include/c++/4.9/bits/atomic_base.h' line=3D'391' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZNSt13__atomic_baseIjEmmEi' > filepath=3D'/usr/include/c++/4.9/bits/atomic_base.h' line=3D'399' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -7014,7 +7014,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_list.h' line=3D'386' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -7033,7 +7033,7 @@ > > mangled-name=3D'_ZNSt10_List_baseIN5mongo17optionenvironment13OptionSecti= onESaIS2_EED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/stl_list.h' line=3D'386' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt10_List_baseIN5mongo17optionenvironment13OptionSect= ionESaIS2_EED1Ev'> > > - > + > > > > @@ -7062,14 +7062,14 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZNSaISt10_List_nodeIN5mongo17optionenvironment13OptionSe= ctionEEED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSaISt10_List_nodeIN5mongo17optionenvironment13OptionS= ectionEEED2Ev'> > > - > + > > > > @@ -7124,7 +7124,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -7746,7 +7746,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_list.h' line=3D'386' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -7765,7 +7765,7 @@ > > mangled-name=3D'_ZNSt10_List_baseIN5mongo17optionenvironment17OptionDescr= iptionESaIS2_EED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/stl_list.h' line=3D'386' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt10_List_baseIN5mongo17optionenvironment17OptionDesc= riptionESaIS2_EED1Ev'> > > - > + > > > > @@ -7794,14 +7794,14 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZNSaISt10_List_nodeIN5mongo17optionenvironment17OptionDe= scriptionEEED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSaISt10_List_nodeIN5mongo17optionenvironment17OptionD= escriptionEEED1Ev'> > > - > + > > > > @@ -7821,7 +7821,7 @@ > std::char_traits<char>, std::allocator<char> >, > std::allocator<std::basic_string<char, std::char_traits<char>= , > std::allocator<char> > > >' size-in-bits=3D'192' > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h= ' > line=3D'214' column=3D'1' id=3D'type-id-1446'> > type-id=3D'type-id-924'/> > > - filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'226' column= =3D'1' > id=3D'type-id-1455'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'226' column= =3D'1' > id=3D'type-id-1455'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'227' column= =3D'1' > id=3D'type-id-2342'/> > @@ -7921,7 +7921,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'423' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -8360,7 +8360,7 @@ > > mangled-name=3D'_ZNSt6vectorISsSaISsEED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'423' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt6vectorISsSaISsEED1Ev'> > > - > + > > > > @@ -8510,7 +8510,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'159' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -8545,7 +8545,7 @@ > > mangled-name=3D'_ZNSt12_Vector_baseISsSaISsEED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'159' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt12_Vector_baseISsSaISsEED1Ev'> > > - > + > > > > @@ -8566,7 +8566,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'97' column=3D'= 1' > id=3D'type-id-2357'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'101' column=3D= '1' > id=3D'type-id-2358'/> > + filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'101' column=3D= '1' > id=3D'type-id-2358'/> > > > std::char_traits<char>, std::allocator<char> > >' > size-in-bits=3D'8' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'104' column=3D= '1' > id=3D'type-id-2359'> > @@ -8598,14 +8598,14 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSaISsED1Ev'> > > - > + > > > > @@ -8641,7 +8641,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -8794,7 +8794,7 @@ > > std::allocator<std::basic_string<char> >, void>' > mangled-name=3D'_ZNSt16allocator_traitsISaISsEE11_S_max_sizeIKS0_vEEmRT_i= ' > filepath=3D'/usr/include/c++/4.9/bits/alloc_traits.h' line=3D'308' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt16allocator_traitsISaISsEE11_S_max_sizeIKS0_vEEmRT_= i'> > > - > + > > > > @@ -8807,7 +8807,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2373'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2367'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2367'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPSsE10pointer_toERSs' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -8818,7 +8818,7 @@ > > std::char_traits<char>, std::allocator<char> >, > std::basic_string<char, std::char_traits<char>, > std::allocator<char> > >' size-in-bits=3D'8' is-struct=3D'yes= ' > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h= ' > line=3D'105' column=3D'1' id=3D'type-id-2376'> > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'107' column= =3D'1' > id=3D'type-id-1901'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'107' column= =3D'1' > id=3D'type-id-1901'/> > > > name=3D'__alloctr_rebind<std::allocator<std::basic_string<char, > std::char_traits<char>, std::allocator<char> > >, > std::basic_string<char, std::char_traits<char>, > std::allocator<char> >, true>' size-in-bits=3D'8' is-struct= =3D'yes' > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/alloc_traits= .h' > line=3D'63' column=3D'1' id=3D'type-id-2377'> > @@ -8887,10 +8887,10 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'135' column=3D'1= ' > id=3D'type-id-2383'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'99' column=3D'1' > id=3D'type-id-1272'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'99' column=3D'1' > id=3D'type-id-1272'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'100' column=3D'1= ' > id=3D'type-id-1275'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'100' column=3D'1= ' > id=3D'type-id-1275'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'101' column=3D'1= ' > id=3D'type-id-1278'/> > @@ -9343,7 +9343,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'355' column=3D'= 1' > id=3D'type-id-2400'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'358' column=3D'= 1' > id=3D'type-id-799'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'358' column=3D'= 1' > id=3D'type-id-799'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'359' column=3D'= 1' > id=3D'type-id-802'/> > @@ -9719,7 +9719,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'714' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -9962,7 +9962,7 @@ > > mangled-name=3D'_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4less= ISsESaIS2_EED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'714' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4les= sISsESaIS2_EED1Ev'> > > - > + > > > > @@ -10000,14 +10000,14 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZNSaISt13_Rb_tree_nodeISt4pairIKSsSsEEED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSaISt13_Rb_tree_nodeISt4pairIKSsSsEEED1Ev'> > > - > + > > > > @@ -10108,7 +10108,7 @@ > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/stl_pair.h' > line=3D'101' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/stl_pair.h' > line=3D'102' column=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/stl_pair.h' > line=3D'102' column=3D'1'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_pair.h' line=3D'108' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -10321,7 +10321,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -10334,7 +10334,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2430'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2423'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2423'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPSt4pairIKSsSsEE10pointer_toERS2_' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -10406,7 +10406,7 @@ > > mangled-name=3D'_ZNSt17_Rb_tree_iteratorISt4pairIKSsSsEEppEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'208' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt17_Rb_tree_iteratorISt4pairIKSsSsEEppEi'> > > - > + > > > > @@ -10419,7 +10419,7 @@ > > mangled-name=3D'_ZNSt17_Rb_tree_iteratorISt4pairIKSsSsEEmmEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'223' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -10514,7 +10514,7 @@ > > mangled-name=3D'_ZNSt23_Rb_tree_const_iteratorISt4pairIKSsSsEEppEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'288' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -10527,7 +10527,7 @@ > > mangled-name=3D'_ZNSt23_Rb_tree_const_iteratorISt4pairIKSsSsEEmmEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'303' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -10761,7 +10761,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'423' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -11171,7 +11171,7 @@ > > mangled-name=3D'_ZNSt6vectorISt10shared_ptrIN5mongo17optionenvironment10C= onstraintEESaIS4_EED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'423' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt6vectorISt10shared_ptrIN5mongo17optionenvironment10= ConstraintEESaIS4_EED1Ev'> > > - > + > > > > @@ -11301,7 +11301,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'159' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -11330,7 +11330,7 @@ > > mangled-name=3D'_ZNSt12_Vector_baseISt10shared_ptrIN5mongo17optionenviron= ment10ConstraintEESaIS4_EED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'159' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt12_Vector_baseISt10shared_ptrIN5mongo17optionenviro= nment10ConstraintEESaIS4_EED1Ev'> > > - > + > > > > @@ -11369,14 +11369,14 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZNSaISt10shared_ptrIN5mongo17optionenvironment10Constrai= ntEEED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSaISt10shared_ptrIN5mongo17optionenvironment10Constra= intEEED1Ev'> > > - > + > > > > @@ -11456,7 +11456,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'914' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > @@ -11513,7 +11513,7 @@ > > mangled-name=3D'_ZNKSt12__shared_ptrIN5mongo17optionenvironment10Constrai= ntELN9__gnu_cxx12_Lock_policyE2EE9use_countEv' > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'1063' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > @@ -11535,13 +11535,13 @@ > mangled-name=3D'_ZNKSt12__shared_ptrIN5mongo17optionenvironment10Constrai= ntELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info' > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'1155' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > > - > + > > > > mangled-name=3D'_ZNSt12__shared_ptrIN5mongo17optionenvironment10Constrain= tELN9__gnu_cxx12_Lock_policyE2EED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'914' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= ' > elf-symbol-id=3D'_ZNSt12__shared_ptrIN5mongo17optionenvironment10Constrai= ntELN9__gnu_cxx12_Lock_policyE2EED1Ev'> > > - > + > > > > @@ -11649,7 +11649,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'423' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -12182,7 +12182,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'159' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -12243,7 +12243,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -12371,7 +12371,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2506'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2500'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2500'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPPN5mongo17optionenvironment10Const= raintEE10pointer_toERS3_' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -12496,7 +12496,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'423' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -13029,7 +13029,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'159' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -13090,7 +13090,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -13218,7 +13218,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2544'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2538'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2538'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPPN5mongo17optionenvironment13KeyCo= nstraintEE10pointer_toERS3_' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -13245,7 +13245,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'135' column=3D'1= ' > id=3D'type-id-2549'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'99' column=3D'1' > id=3D'type-id-1256'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'99' column=3D'1' > id=3D'type-id-1256'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'100' column=3D'1= ' > id=3D'type-id-1259'/> > @@ -13689,7 +13689,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'355' column=3D'= 1' > id=3D'type-id-2567'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'358' column=3D'= 1' > id=3D'type-id-783'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'358' column=3D'= 1' > id=3D'type-id-783'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'359' column=3D'= 1' > id=3D'type-id-786'/> > @@ -14065,7 +14065,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'714' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -14324,7 +14324,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -14568,7 +14568,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -14581,7 +14581,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2591'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2584'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2584'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPSt4pairIKSsN5mongo17optionenvironm= ent5ValueEEE10pointer_toERS5_' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -14613,10 +14613,10 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_set.h' line=3D'115' column=3D'1= ' > id=3D'type-id-2598'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_set.h' line=3D'103' column=3D'1= ' > id=3D'type-id-1324'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_set.h' line=3D'103' column=3D'1= ' > id=3D'type-id-1324'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_set.h' line=3D'104' column=3D'1= ' > id=3D'type-id-1327'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_set.h' line=3D'104' column=3D'1= ' > id=3D'type-id-1327'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_set.h' line=3D'105' column=3D'1= ' > id=3D'type-id-2599'/> > @@ -15007,10 +15007,10 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'355' column=3D'= 1' > id=3D'type-id-2611'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'358' column=3D'= 1' > id=3D'type-id-751'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'358' column=3D'= 1' > id=3D'type-id-751'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'359' column=3D'= 1' > id=3D'type-id-754'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'359' column=3D'= 1' > id=3D'type-id-754'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'363' column=3D'= 1' > id=3D'type-id-2612'/> > @@ -15383,7 +15383,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'714' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -15860,7 +15860,7 @@ > > size-in-bits=3D'32' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/tuple' line=3D'129' column=3D'1' > id=3D'type-id-718'> > > - visibility=3D'default' filepath=3D'/usr/include/c++/4.9/tuple' line=3D'17= 4' > column=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/c++/4.9/tuple' line=3D'17= 4' > column=3D'1'/> > > > filepath=3D'/usr/include/c++/4.9/tuple' line=3D'131' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -15931,7 +15931,7 @@ > is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/uses_allocator.h' line=3D'68' colum= n=3D'1' > id=3D'type-id-2624'/> > size-in-bits=3D'32' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/tuple' line=3D'129' column=3D'1' > id=3D'type-id-709'> > > - visibility=3D'default' filepath=3D'/usr/include/c++/4.9/tuple' line=3D'17= 4' > column=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/c++/4.9/tuple' line=3D'17= 4' > column=3D'1'/> > > > filepath=3D'/usr/include/c++/4.9/tuple' line=3D'131' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -16012,7 +16012,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'663' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > @@ -16040,7 +16040,7 @@ > > mangled-name=3D'_ZNKSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EE16_M= _get_use_countEv' > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'700' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > @@ -16053,7 +16053,7 @@ > mangled-name=3D'_ZNKSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EE14_M= _get_deleterERKSt9type_info' > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'708' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > > - > + > > > > @@ -16073,7 +16073,7 @@ > > mangled-name=3D'_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'663' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= ' > elf-symbol-id=3D'_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EED1Ev= '> > > - > + > > > > @@ -16131,7 +16131,7 @@ > > mangled-name=3D'_ZNKSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE16= _M_get_use_countEv' > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'195' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > @@ -16151,7 +16151,7 @@ > vtable-offset=3D'-1'> > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'115' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > @@ -16171,7 +16171,7 @@ > mangled-name=3D'_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE14_= M_get_deleterERKSt9type_info' > filepath=3D'/usr/include/c++/4.9/bits/shared_ptr_base.h' line=3D'129' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > > - > + > > > > @@ -16315,7 +16315,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2640'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2634'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2634'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPSt10shared_ptrIN5mongo17optionenvi= ronment10ConstraintEEE10pointer_toERS4_' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -16375,7 +16375,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -16488,7 +16488,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'423' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -17021,7 +17021,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'159' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -17082,7 +17082,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -17210,7 +17210,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2680'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2674'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2674'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPN5boost10shared_ptrINS0_15program_= options18option_descriptionEEEE10pointer_toERS4_' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -17319,7 +17319,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.h' line=3D'629' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -17790,7 +17790,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.h' line=3D'473' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -17832,7 +17832,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -17858,7 +17858,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.h' line=3D'222' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -17883,7 +17883,7 @@ > > mangled-name=3D'_ZNSt13_Bit_iteratorppEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.h' line=3D'241' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -17896,7 +17896,7 @@ > > mangled-name=3D'_ZNSt13_Bit_iteratormmEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.h' line=3D'256' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -17942,13 +17942,13 @@ > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.= h' > line=3D'139' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.= h' > line=3D'140' column=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.= h' > line=3D'140' column=3D'1'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.h' line=3D'142' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -18016,7 +18016,7 @@ > > bool, long int, bool*, bool&>' size-in-bits=3D'8' is-struct=3D'yes= ' > visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator_base_types.h' line=3D'= 118' > column=3D'1' id=3D'type-id-2696'> > > - filepath=3D'/usr/include/c++/4.9/bits/stl_iterator_base_types.h' line=3D'= 125' > column=3D'1' id=3D'type-id-2695'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_iterator_base_types.h' line=3D'= 125' > column=3D'1' id=3D'type-id-2695'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.h' line=3D'67' column= =3D'1' > id=3D'type-id-1655'/> > @@ -18107,7 +18107,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -18136,7 +18136,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.h' line=3D'309' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -18168,7 +18168,7 @@ > > mangled-name=3D'_ZNSt19_Bit_const_iteratorppEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.h' line=3D'331' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -18181,7 +18181,7 @@ > > mangled-name=3D'_ZNSt19_Bit_const_iteratormmEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_bvector.h' line=3D'346' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -18285,7 +18285,7 @@ > > mangled-name=3D'_ZNSt16reverse_iteratorISt19_Bit_const_iteratorEppEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'194' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -18298,7 +18298,7 @@ > > mangled-name=3D'_ZNSt16reverse_iteratorISt19_Bit_const_iteratorEmmEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'219' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -18414,7 +18414,7 @@ > > mangled-name=3D'_ZNSt16reverse_iteratorISt13_Bit_iteratorEppEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'194' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -18427,7 +18427,7 @@ > > mangled-name=3D'_ZNSt16reverse_iteratorISt13_Bit_iteratorEmmEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'219' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -18631,7 +18631,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'423' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -19164,7 +19164,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_vector.h' line=3D'159' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -19225,7 +19225,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -19353,7 +19353,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2755'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2749'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2749'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPN5boost10shared_ptrINS0_15program_= options19options_descriptionEEEE10pointer_toERS4_' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -19437,7 +19437,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/unique_ptr.h' line=3D'232' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -19527,7 +19527,7 @@ > > mangled-name=3D'_ZNSt10unique_ptrIN5mongo14BSONObjBuilderESt14default_del= eteIS1_EED2Ev' > filepath=3D'/usr/include/c++/4.9/bits/unique_ptr.h' line=3D'232' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt10unique_ptrIN5mongo14BSONObjBuilderESt14default_de= leteIS1_EED1Ev'> > > - > + > > > > @@ -19885,7 +19885,7 @@ > > std::char_traits<char>, std::allocator<char> > >' > size-in-bits=3D'8' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'1500' column=3D'1' > id=3D'type-id-2770'> > > - filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'1501' column=3D'1' > id=3D'type-id-2082'/> > + filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'1501' column=3D'1' > id=3D'type-id-2082'/> > > > mangled-name=3D'_ZSt7forwardISsEOT_RNSt16remove_referenceIS0_E4typeE' > filepath=3D'/usr/include/c++/4.9/bits/move.h' line=3D'76' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZSt7forwardISsEOT_RNSt16remove_referenceIS0_E4typeE'> > @@ -20431,7 +20431,7 @@ > > mangled-name=3D'_ZNSt13move_iteratorIPSsEppEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'994' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -20444,7 +20444,7 @@ > > mangled-name=3D'_ZNSt13move_iteratorIPSsEmmEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'1009' colum= n=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -20709,13 +20709,13 @@ > > mangled-name=3D'_ZNSt9_Any_data9_M_accessEv' > filepath=3D'/usr/include/c++/4.9/functional' line=3D'1766' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt9_Any_data9_M_accessEv'> > > - > + > > > > mangled-name=3D'_ZNKSt9_Any_data9_M_accessEv' > filepath=3D'/usr/include/c++/4.9/functional' line=3D'1767' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNKSt9_Any_data9_M_accessEv'> > > - > + > > > > @@ -20745,16 +20745,16 @@ > > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/functional' line= =3D'1756' > column=3D'1' id=3D'type-id-2794'> > > - visibility=3D'default' filepath=3D'/usr/include/c++/4.9/functional' line= =3D'1758' > column=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/c++/4.9/functional' line= =3D'1758' > column=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/c++/4.9/functional' line= =3D'1759' > column=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/c++/4.9/functional' line= =3D'1759' > column=3D'1'/> > > > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/functional' line= =3D'1760' > column=3D'1'/> > > > - visibility=3D'default' filepath=3D'/usr/include/c++/4.9/functional' line= =3D'1761' > column=3D'1'/> > + visibility=3D'default' filepath=3D'/usr/include/c++/4.9/functional' line= =3D'1761' > column=3D'1'/> > > > is-declaration-only=3D'yes' id=3D'type-id-1789'/> > @@ -20863,7 +20863,7 @@ > > filepath=3D'/usr/include/c++/4.9/functional' line=3D'1995' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -20882,7 +20882,7 @@ > > mangled-name=3D'_ZNSt14_Function_baseD2Ev' > filepath=3D'/usr/include/c++/4.9/functional' line=3D'1995' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNSt14_Function_baseD1Ev'> > > - > + > > > > @@ -21283,19 +21283,19 @@ > > mangled-name=3D'_ZNKSt13unordered_mapISsPN5mongo6logger9LogDomainINS1_21M= essageEventEphemeralEEESt4hashISsESt8equal_toISsESaISt4pairIKSsS5_EEE11load= _factorEv' > filepath=3D'/usr/include/c++/4.9/bits/unordered_map.h' line=3D'737' colum= n=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNKSt13unordered_mapISsPN5mongo6logger9LogDomainINS1_21M= essageEventEphemeralEEESt4hashISsESt8equal_toISsESaISt4pairIKSsS5_EEE15max_= load_factorEv' > filepath=3D'/usr/include/c++/4.9/bits/unordered_map.h' line=3D'743' colum= n=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNSt13unordered_mapISsPN5mongo6logger9LogDomainINS1_21Me= ssageEventEphemeralEEESt4hashISsESt8equal_toISsESaISt4pairIKSsS5_EEE15max_l= oad_factorEf' > filepath=3D'/usr/include/c++/4.9/bits/unordered_map.h' line=3D'751' colum= n=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -21337,7 +21337,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/hashtable.h' line=3D'192' column=3D= '1' > id=3D'type-id-1669'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/hashtable.h' line=3D'202' column=3D= '1' > id=3D'type-id-700'/> > + filepath=3D'/usr/include/c++/4.9/bits/hashtable.h' line=3D'202' column=3D= '1' > id=3D'type-id-700'/> > > > filepath=3D'/usr/include/c++/4.9/bits/hashtable.h' line=3D'203' column=3D= '1' > id=3D'type-id-2800'/> > @@ -21554,7 +21554,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/hashtable.h' line=3D'1216' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -21702,7 +21702,7 @@ > > mangled-name=3D'_ZNKSt10_HashtableISsSt4pairIKSsPN5mongo6logger9LogDomain= INS3_21MessageEventEphemeralEEEESaIS8_ENSt8__detail10_Select1stESt8equal_to= ISsESt4hashISsENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_P= rime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE11load_factorEv' > filepath=3D'/usr/include/c++/4.9/bits/hashtable.h' line=3D'573' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -22033,7 +22033,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -22113,7 +22113,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -22180,7 +22180,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/unique_ptr.h' line=3D'232' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -22301,7 +22301,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/ios_base.h' line=3D'538' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -22551,7 +22551,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'135' column=3D'1= ' > id=3D'type-id-2834'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'99' column=3D'1' > id=3D'type-id-1240'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'99' column=3D'1' > id=3D'type-id-1240'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_map.h' line=3D'100' column=3D'1= ' > id=3D'type-id-1243'/> > @@ -22995,7 +22995,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'355' column=3D'= 1' > id=3D'type-id-2852'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'358' column=3D'= 1' > id=3D'type-id-767'/> > + filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'358' column=3D'= 1' > id=3D'type-id-767'/> > > > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'359' column=3D'= 1' > id=3D'type-id-770'/> > @@ -23371,7 +23371,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/stl_tree.h' line=3D'714' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -23630,7 +23630,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -23785,7 +23785,7 @@ > > filepath=3D'/usr/include/c++/4.9/bits/allocator.h' line=3D'121' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -23799,7 +23799,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2873'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2866'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2866'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPSt4pairIKSsPN5mongo15ServerParamet= erEEE10pointer_toERS5_' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -23993,7 +23993,7 @@ > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'157' column= =3D'1' > id=3D'type-id-2890'/> > > > - filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2886'/> > + filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'160' column= =3D'1' > id=3D'type-id-2886'/> > > > mangled-name=3D'_ZNSt14pointer_traitsIPSt13_Rb_tree_nodeISt4pairIKSsSsEEE= 10pointer_toERS4_' > filepath=3D'/usr/include/c++/4.9/bits/ptr_traits.h' line=3D'168' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -24144,7 +24144,7 @@ > > mangled-name=3D'_ZNSt23mersenne_twister_engineImLm32ELm624ELm397ELm31ELm2= 567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm18124= 33253EE7discardEy' > filepath=3D'/usr/include/c++/4.9/bits/random.h' line=3D'543' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24171,7 +24171,7 @@ > > size-in-bits=3D'8' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'69' column=3D'1' > id=3D'type-id-1192'> > > - filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'72' column=3D'1' > id=3D'type-id-2898'/> > + filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'72' column=3D'1' > id=3D'type-id-2898'/> > > > mangled-name=3D'_ZNSt17integral_constantIlLl1EE5valueE' visibility=3D'def= ault' > filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'71' column=3D'1'/> > @@ -24185,7 +24185,7 @@ > > filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'69' column=3D'1' > id=3D'type-id-1183'> > > - filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'72' column=3D'1' > id=3D'type-id-2899'/> > + filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'72' column=3D'1' > id=3D'type-id-2899'/> > > > mangled-name=3D'_ZNSt17integral_constantIlLl1000000000EE5valueE' > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/type_traits' line= =3D'71' > column=3D'1'/> > @@ -24223,7 +24223,7 @@ > > size-in-bits=3D'8' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'69' column=3D'1' > id=3D'type-id-1189'> > > - filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'72' column=3D'1' > id=3D'type-id-2903'/> > + filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'72' column=3D'1' > id=3D'type-id-2903'/> > > > mangled-name=3D'_ZNSt17integral_constantIlLl1000EE5valueE' > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/type_traits' line= =3D'71' > column=3D'1'/> > @@ -24267,7 +24267,7 @@ > > size-in-bits=3D'8' is-struct=3D'yes' visibility=3D'default' > filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'69' column=3D'1' > id=3D'type-id-1186'> > > - filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'72' column=3D'1' > id=3D'type-id-2907'/> > + filepath=3D'/usr/include/c++/4.9/type_traits' line=3D'72' column=3D'1' > id=3D'type-id-2907'/> > > > mangled-name=3D'_ZNSt17integral_constantIlLl1000000EE5valueE' > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/type_traits' line= =3D'71' > column=3D'1'/> > @@ -24282,8 +24282,8 @@ > > > filepath=3D'/usr/include/c++/4.9/cstdlib' line=3D'214' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > - > - > + > + > > > std::basic_string<char, std::char_traits<char>, > std::allocator<char> >*, std::vector<std::basic_string<cha= r, > std::char_traits<char>, std::allocator<char> >, > std::allocator<std::basic_string<char, std::char_traits<char>= , > std::allocator<char> > > > >' size-in-bits=3D'64' > visibility=3D'default' filepath=3D'/usr/include/c++/4.9/bits/stl_iterator= .h' > line=3D'709' column=3D'1' id=3D'type-id-132'> > @@ -24336,7 +24336,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx17__normal_iteratorIPKSsSt6vectorISsSaISsEEE= ppEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'756' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24349,7 +24349,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx17__normal_iteratorIPKSsSt6vectorISsSaISsEEE= mmEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'768' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24457,7 +24457,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEp= pEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'756' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24470,7 +24470,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEm= mEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'768' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24560,7 +24560,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24582,7 +24582,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -24648,7 +24648,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx17__normal_iteratorIPcSsEppEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'756' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24661,7 +24661,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx17__normal_iteratorIPcSsEmmEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'768' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24754,7 +24754,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx17__normal_iteratorIPKcSsEppEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'756' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24767,7 +24767,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx17__normal_iteratorIPKcSsEmmEi' > filepath=3D'/usr/include/c++/4.9/bits/stl_iterator.h' line=3D'768' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24845,7 +24845,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -24867,7 +24867,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorIPN5mongo6logger8AppenderINS2= _21MessageEventEphemeralEEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -24985,7 +24985,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25007,7 +25007,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIN5mongo17opti= onenvironment13OptionSectionEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -25035,7 +25035,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIN5mongo17opti= onenvironment13OptionSectionEEED2Ev' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIN5mongo17opt= ionenvironment13OptionSectionEEED1Ev'> > > - > + > > > > @@ -25078,7 +25078,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25100,7 +25100,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorIN5mongo17optionenvironment13= OptionSectionEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -25151,7 +25151,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25173,7 +25173,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIN5mongo17opti= onenvironment17OptionDescriptionEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -25201,7 +25201,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIN5mongo17opti= onenvironment17OptionDescriptionEEED2Ev' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIN5mongo17opt= ionenvironment17OptionDescriptionEEED1Ev'> > > - > + > > > > @@ -25244,7 +25244,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25266,7 +25266,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISsE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN9__gnu_cxx13new_allocatorISsE8allocateEmPKv'> > > > - > + > > > > @@ -25302,7 +25302,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISsED2Ev' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN9__gnu_cxx13new_allocatorISsED1Ev'> > > - > + > > > > @@ -25352,7 +25352,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25374,7 +25374,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISsEE8alloc= ateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -25497,7 +25497,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25519,7 +25519,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKS= sSsEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -25547,7 +25547,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKS= sSsEEED2Ev' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIK= SsSsEEED1Ev'> > > - > + > > > > @@ -25566,13 +25566,13 @@ > > mangled-name=3D'_ZN9__gnu_cxx16__aligned_bufferISt4pairIKSsSsEE7_M_addrEv= ' > filepath=3D'/usr/include/c++/4.9/ext/aligned_buffer.h' line=3D'51' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN9__gnu_cxx16__aligned_bufferISt4pairIKSsSsEE7_M_addrE= v'> > > - > + > > > > mangled-name=3D'_ZNK9__gnu_cxx16__aligned_bufferISt4pairIKSsSsEE7_M_addrE= v' > filepath=3D'/usr/include/c++/4.9/ext/aligned_buffer.h' line=3D'57' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25673,7 +25673,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25695,7 +25695,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt4pairIKSsSsEE8allocateEmPK= v' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -25746,7 +25746,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25768,7 +25768,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt10shared_ptrIN5mongo17opti= onenvironment10ConstraintEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -25789,7 +25789,7 @@ > > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt10shared_ptrIN5mongo17opti= onenvironment10ConstraintEEED2Ev' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN9__gnu_cxx13new_allocatorISt10shared_ptrIN5mongo17opt= ionenvironment10ConstraintEEED2Ev'> > > - > + > > > > @@ -25826,7 +25826,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25848,7 +25848,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorIPN5mongo17optionenvironment1= 0ConstraintEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -25966,7 +25966,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -25988,7 +25988,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorIPN5mongo17optionenvironment1= 3KeyConstraintEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -26106,7 +26106,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -26128,7 +26128,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKS= sN5mongo17optionenvironment5ValueEEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -26155,13 +26155,13 @@ > > mangled-name=3D'_ZN9__gnu_cxx16__aligned_bufferISt4pairIKSsN5mongo17optio= nenvironment5ValueEEE7_M_addrEv' > filepath=3D'/usr/include/c++/4.9/ext/aligned_buffer.h' line=3D'51' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK9__gnu_cxx16__aligned_bufferISt4pairIKSsN5mongo17opti= onenvironment5ValueEEE7_M_addrEv' > filepath=3D'/usr/include/c++/4.9/ext/aligned_buffer.h' line=3D'57' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -26262,7 +26262,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -26284,7 +26284,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt4pairIKSsN5mongo17optionen= vironment5ValueEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -26402,7 +26402,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -26424,7 +26424,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorIN5mongo17optionenvironment17= OptionDescriptionEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -26475,7 +26475,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -26497,7 +26497,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_15pr= ogram_options18option_descriptionEEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -26615,7 +26615,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -26637,7 +26637,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorImE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -26688,7 +26688,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -26710,7 +26710,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorIbE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -26761,7 +26761,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -26783,7 +26783,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_15pr= ogram_options19options_descriptionEEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -26877,13 +26877,13 @@ > > mangled-name=3D'_ZN9__gnu_cxx16__aligned_bufferISt4pairIKSsPN5mongo6logge= r9LogDomainINS4_21MessageEventEphemeralEEEEE7_M_addrEv' > filepath=3D'/usr/include/c++/4.9/ext/aligned_buffer.h' line=3D'51' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK9__gnu_cxx16__aligned_bufferISt4pairIKSsPN5mongo6logg= er9LogDomainINS4_21MessageEventEphemeralEEEEE7_M_addrEv' > filepath=3D'/usr/include/c++/4.9/ext/aligned_buffer.h' line=3D'57' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -26931,7 +26931,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -26953,7 +26953,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorINSt8__detail10_Hash_nodeISt4= pairIKSsPN5mongo6logger9LogDomainINS6_21MessageEventEphemeralEEEELb1EEEE8al= locateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -27004,7 +27004,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -27026,7 +27026,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt4pairIKSsPN5mongo6logger9L= ogDomainINS4_21MessageEventEphemeralEEEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -27077,7 +27077,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -27099,7 +27099,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKS= sPN5mongo15ServerParameterEEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -27203,7 +27203,7 @@ > > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'86' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -27225,7 +27225,7 @@ > mangled-name=3D'_ZN9__gnu_cxx13new_allocatorISt4pairIKSsPN5mongo15ServerP= arameterEEE8allocateEmPKv' > filepath=3D'/usr/include/c++/4.9/ext/new_allocator.h' line=3D'99' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -27525,10 +27525,10 @@ > visibility=3D'default' > filepath=3D'src/mongo/util/options_parser/option_description.h' line=3D'2= 16' > column=3D'1'/> > > > - visibility=3D'default' > filepath=3D'src/mongo/util/options_parser/option_description.h' line=3D'2= 18' > column=3D'1'/> > + visibility=3D'default' > filepath=3D'src/mongo/util/options_parser/option_description.h' line=3D'2= 18' > column=3D'1'/> > > > - visibility=3D'default' > filepath=3D'src/mongo/util/options_parser/option_description.h' line=3D'2= 19' > column=3D'1'/> > + visibility=3D'default' > filepath=3D'src/mongo/util/options_parser/option_description.h' line=3D'2= 19' > column=3D'1'/> > > > visibility=3D'default' > filepath=3D'src/mongo/util/options_parser/option_description.h' line=3D'2= 28' > column=3D'1'/> > @@ -27593,16 +27593,16 @@ > > mangled-name=3D'_ZN5mongo17optionenvironment17OptionDescription10position= alEii' > filepath=3D'src/mongo/util/options_parser/option_description.h' line=3D'1= 60' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > - > + > + > > > > > mangled-name=3D'_ZN5mongo17optionenvironment17OptionDescription10validRan= geEll' > filepath=3D'src/mongo/util/options_parser/option_description.h' line=3D'1= 73' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > - > + > + > > > > @@ -27656,19 +27656,19 @@ > visibility=3D'default' filepath=3D'src/mongo/util/options_parser/value.h' > line=3D'141' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/util/options_parser/value.h' > line=3D'142' column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/util/options_parser/value.h' > line=3D'142' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/util/options_parser/value.h' > line=3D'143' column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/util/options_parser/value.h' > line=3D'143' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/util/options_parser/value.h' > line=3D'144' column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/util/options_parser/value.h' > line=3D'144' column=3D'1'/> > > > - type-id=3D'type-id-34' visibility=3D'default' > filepath=3D'src/mongo/util/options_parser/value.h' line=3D'145' column=3D= '1'/> > + type-id=3D'type-id-32' visibility=3D'default' > filepath=3D'src/mongo/util/options_parser/value.h' line=3D'145' column=3D= '1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/util/options_parser/value.h' > line=3D'146' column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/util/options_parser/value.h' > line=3D'146' column=3D'1'/> > > > > @@ -27732,21 +27732,21 @@ > > filepath=3D'src/mongo/util/options_parser/value.h' line=3D'74' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > filepath=3D'src/mongo/util/options_parser/value.h' line=3D'75' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > filepath=3D'src/mongo/util/options_parser/value.h' line=3D'76' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -27767,14 +27767,14 @@ > > filepath=3D'src/mongo/util/options_parser/value.h' line=3D'79' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > filepath=3D'src/mongo/util/options_parser/value.h' line=3D'80' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -27887,13 +27887,13 @@ > > >' mangled-name=3D'_ZNK5mongo17optionenvironment5Value2asISsEET_v' > filepath=3D'src/mongo/util/options_parser/value.h' line=3D'167' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNK5mongo17optionenvironment5Value2asISsEET_v'> > > - > + > > > > mangled-name=3D'_ZNK5mongo17optionenvironment5Value2asIiEET_v' > filepath=3D'src/mongo/util/options_parser/value.h' line=3D'167' column=3D= '1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNK5mongo17optionenvironment5Value2asIiEET_v'> > > - > + > > > > @@ -27919,7 +27919,7 @@ > vtable-offset=3D'-1'> > filepath=3D'src/mongo/util/options_parser/constraints.h' line=3D'50' colu= mn=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -27956,7 +27956,7 @@ > > filepath=3D'src/mongo/util/options_parser/environment.h' line=3D'112' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > @@ -28061,7 +28061,7 @@ > vtable-offset=3D'-1'> > filepath=3D'src/mongo/util/options_parser/constraints.h' line=3D'64' colu= mn=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -28070,12 +28070,12 @@ > > > mangled-name=3D'_ZN5mongo6endian14nativeToLittleIiEET_S2_' > filepath=3D'src/mongo/platform/endian.h' line=3D'499' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo6endian14nativeToLittleIiEET_S2_'> > - > - > + > + > > mangled-name=3D'_ZN5mongo6endian14littleToNativeIiEET_S2_' > filepath=3D'src/mongo/platform/endian.h' line=3D'504' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo6endian14littleToNativeIiEET_S2_'> > - > - > + > + > > mangled-name=3D'_ZN5mongo6endian14nativeToLittleIcEET_S2_' > filepath=3D'src/mongo/platform/endian.h' line=3D'499' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo6endian14nativeToLittleIcEET_S2_'> > > @@ -28169,7 +28169,7 @@ > > filepath=3D'src/mongo/logger/component_message_log_domain.h' line=3D'45' > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > > > @@ -28285,7 +28285,7 @@ > > filepath=3D'src/mongo/logger/log_domain.h' line=3D'88' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -28401,7 +28401,7 @@ > > visibility=3D'default' filepath=3D'src/mongo/logger/log_severity.h' line= =3D'44' > column=3D'1' id=3D'type-id-565'> > > - visibility=3D'default' filepath=3D'src/mongo/logger/log_severity.h' line= =3D'135' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/logger/log_severity.h' line= =3D'135' > column=3D'1'/> > > > mangled-name=3D'_ZN5mongo6logger11LogSeverity6SevereEv' > filepath=3D'src/mongo/logger/log_severity.h' line=3D'50' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -28430,20 +28430,20 @@ > > > mangled-name=3D'_ZN5mongo6logger11LogSeverity5DebugEi' > filepath=3D'src/mongo/logger/log_severity.h' line=3D'55' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > - > + > > > > > mangled-name=3D'_ZN5mongo6logger11LogSeverity4castEi' > filepath=3D'src/mongo/logger/log_severity.h' line=3D'63' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > - > + > > > > > mangled-name=3D'_ZNK5mongo6logger11LogSeverity5toIntEv' > filepath=3D'src/mongo/logger/log_severity.h' line=3D'65' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -28521,14 +28521,14 @@ > > filepath=3D'src/mongo/logger/log_severity.h' line=3D'123' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo6logger11LogSeverityC2Ei' > filepath=3D'src/mongo/logger/log_severity.h' line=3D'123' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo6logger11LogSeverityC2Ei'> > > - > + > > > > @@ -28638,7 +28638,7 @@ > > filepath=3D'src/mongo/logger/log_component_settings.h' line=3D'47' column= =3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -28716,7 +28716,7 @@ > > filepath=3D'src/mongo/logger/log_manager.h' line=3D'50' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -28759,7 +28759,7 @@ > > > mangled-name=3D'_ZN5mongo6logger16LogstreamBuilder12severityCastEi' > filepath=3D'src/mongo/logger/logstream_builder.h' line=3D'51' column=3D'1= ' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > - > + > > > > @@ -28820,7 +28820,7 @@ > > filepath=3D'src/mongo/logger/logstream_builder.h' line=3D'107' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -28875,7 +28875,7 @@ > > mangled-name=3D'_ZN5mongo6logger16LogstreamBuilderlsEi' > filepath=3D'src/mongo/logger/logstream_builder.h' line=3D'144' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -28889,7 +28889,7 @@ > > mangled-name=3D'_ZN5mongo6logger16LogstreamBuilderlsEl' > filepath=3D'src/mongo/logger/logstream_builder.h' line=3D'152' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -28903,7 +28903,7 @@ > > mangled-name=3D'_ZN5mongo6logger16LogstreamBuilderlsEj' > filepath=3D'src/mongo/logger/logstream_builder.h' line=3D'160' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -28917,28 +28917,28 @@ > > mangled-name=3D'_ZN5mongo6logger16LogstreamBuilderlsEd' > filepath=3D'src/mongo/logger/logstream_builder.h' line=3D'168' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo6logger16LogstreamBuilderlsEPv' > filepath=3D'src/mongo/logger/logstream_builder.h' line=3D'172' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo6logger16LogstreamBuilderlsEx' > filepath=3D'src/mongo/logger/logstream_builder.h' line=3D'180' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo6logger16LogstreamBuilderlsEy' > filepath=3D'src/mongo/logger/logstream_builder.h' line=3D'184' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -28981,7 +28981,7 @@ > vtable-offset=3D'-1'> > line=3D'37' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -28998,12 +28998,12 @@ > visibility=3D'default' filepath=3D'src/mongo/logger/labeled_level.h' line= =3D'66' > column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/logger/labeled_level.h' line= =3D'67' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/logger/labeled_level.h' line= =3D'67' > column=3D'1'/> > > > filepath=3D'src/mongo/logger/labeled_level.h' line=3D'42' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -29011,7 +29011,7 @@ > filepath=3D'src/mongo/logger/labeled_level.h' line=3D'43' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -29019,21 +29019,21 @@ > filepath=3D'src/mongo/logger/labeled_level.h' line=3D'44' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > > mangled-name=3D'_ZNK5mongo6logger12LabeledLevelplEi' > filepath=3D'src/mongo/logger/labeled_level.h' line=3D'46' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZNK5mongo6logger12LabeledLevelmiEi' > filepath=3D'src/mongo/logger/labeled_level.h' line=3D'50' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -29046,7 +29046,7 @@ > > mangled-name=3D'_ZNK5mongo6logger12LabeledLevel8getLevelEv' > filepath=3D'src/mongo/logger/labeled_level.h' line=3D'57' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -29059,7 +29059,7 @@ > > filepath=3D'src/mongo/util/time_support.h' line=3D'95' column=3D'1' > id=3D'type-id-443'> > > - visibility=3D'default' filepath=3D'src/mongo/util/time_support.h' line=3D= '259' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/util/time_support.h' line=3D= '259' > column=3D'1'/> > > > filepath=3D'src/mongo/util/time_support.h' line=3D'102' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -29073,7 +29073,7 @@ > > > mangled-name=3D'_ZN5mongo6Date_t20fromMillisSinceEpochEx' > filepath=3D'src/mongo/util/time_support.h' line=3D'112' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > - > + > > > > @@ -29111,7 +29111,7 @@ > > mangled-name=3D'_ZNK5mongo6Date_t5toULLEv' > filepath=3D'src/mongo/util/time_support.h' line=3D'164' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -29123,7 +29123,7 @@ > > mangled-name=3D'_ZNK5mongo6Date_t18toMillisSinceEpochEv' > filepath=3D'src/mongo/util/time_support.h' line=3D'178' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -29196,7 +29196,7 @@ > > filepath=3D'src/mongo/util/time_support.h' line=3D'257' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -29244,7 +29244,7 @@ > mangled-name=3D'_ZNK5mongo10StringData7compareES0_' > filepath=3D'src/mongo/base/string_data.h' line=3D'87' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -29334,7 +29334,7 @@ > > mangled-name=3D'_ZNK5mongo10StringDataixEj' > filepath=3D'src/mongo/base/string_data.h' line=3D'140' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -29390,7 +29390,7 @@ > mangled-name=3D'_ZN5mongo6Status9ErrorInfo6createENS_10ErrorCodes5ErrorES= si' > filepath=3D'src/mongo/base/status.h' line=3D'129' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -29399,7 +29399,7 @@ > > > > - > + > > > > @@ -29418,7 +29418,7 @@ > > > > - > + > > > > @@ -29453,7 +29453,7 @@ > > filepath=3D'src/mongo/base/status.h' line=3D'80' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -29526,7 +29526,7 @@ > > mangled-name=3D'_ZNK5mongo6Status8locationEv' > filepath=3D'src/mongo/base/status.h' line=3D'110' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -29569,7 +29569,7 @@ > > mangled-name=3D'_ZN5mongo6StatusD2Ev' filepath=3D'src/mongo/base/status.h= ' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64' elf-symbol-id=3D'_ZN5mongo6StatusD1Ev'> > > - > + > > > > @@ -29582,7 +29582,7 @@ > > visibility=3D'default' filepath=3D'src/mongo/platform/atomic_word.h' line= =3D'40' > column=3D'1' id=3D'type-id-379'> > > - filepath=3D'src/mongo/platform/atomic_word.h' line=3D'45' column=3D'1' > id=3D'type-id-3081'/> > + filepath=3D'src/mongo/platform/atomic_word.h' line=3D'45' column=3D'1' > id=3D'type-id-3081'/> > > > visibility=3D'default' filepath=3D'src/mongo/platform/atomic_word.h' line= =3D'149' > column=3D'1'/> > @@ -29837,7 +29837,7 @@ > > > mangled-name=3D'_ZN5mongo10ErrorCodes7fromIntEi' > filepath=3D'build/debug/mongo/base/error_codes.h' line=3D'223' column=3D'= 1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > - > + > > > > @@ -30060,7 +30060,7 @@ > > > > - > + > > > > @@ -30068,7 +30068,7 @@ > mangled-name=3D'_ZNK5mongo7BSONObj10jsonStringENS_16JsonStringFormatEib' > filepath=3D'src/mongo/bson/bsonobj.h' line=3D'198' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -30078,7 +30078,7 @@ > > > > - > + > > > > @@ -30091,14 +30091,14 @@ > > mangled-name=3D'_ZNK5mongo7BSONObj7nFieldsEv' > filepath=3D'src/mongo/bson/bsonobj.h' line=3D'213' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo7BSONObj13getFieldNamesERSt3setISsSt4lessISsESa= ISsEE' > filepath=3D'src/mongo/bson/bsonobj.h' line=3D'216' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -30143,7 +30143,7 @@ > > mangled-name=3D'_ZNK5mongo7BSONObj9getFieldsEjPPKcPNS_11BSONElementE' > filepath=3D'src/mongo/bson/bsonobj.h' line=3D'247' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -30159,7 +30159,7 @@ > > mangled-name=3D'_ZNK5mongo7BSONObjixEi' filepath=3D'src/mongo/bson/bsonob= j.h' > line=3D'256' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -30195,7 +30195,7 @@ > mangled-name=3D'_ZNK5mongo7BSONObj11getIntFieldENS_10StringDataE' > filepath=3D'src/mongo/bson/bsonobj.h' line=3D'279' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -30251,7 +30251,7 @@ > > mangled-name=3D'_ZNK5mongo7BSONObj7objsizeEv' > filepath=3D'src/mongo/bson/bsonobj.h' line=3D'322' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNK5mongo7BSONObj7objsizeEv'> > > - > + > > > > @@ -30310,7 +30310,7 @@ > > > > - > + > > > > @@ -30319,7 +30319,7 @@ > > > > - > + > > > > @@ -30356,7 +30356,7 @@ > > > > - > + > > > > @@ -30501,7 +30501,7 @@ > > mangled-name=3D'_ZNK5mongo7BSONObj17memUsageForSorterEv' > filepath=3D'src/mongo/bson/bsonobj.h' line=3D'578' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -30567,28 +30567,28 @@ > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEElsEd' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'356' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEElsEi' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'359' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEElsEi= '> > > - > + > > > > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEElsEj' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'362' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEElsEl' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'365' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -30602,28 +30602,28 @@ > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEElsEx' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'371' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEElsEy' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'374' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEElsEs' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'377' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEElsEPK= v' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'380' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -30651,7 +30651,7 @@ > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEE16app= endDoubleNiceEd' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'399' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -30659,7 +30659,7 @@ > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEE5writ= eEPKci' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'412' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -30673,7 +30673,7 @@ > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEE5rese= tEi' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'420' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -30686,7 +30686,7 @@ > > mangled-name=3D'_ZNK5mongo17StringBuilderImplINS_16TrivialAllocatorEE3len= Ev' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'429' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -30706,8 +30706,8 @@ > > mangled-name=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEE5SBNU= MIiEERS2_T_iPKc' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'441' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo17StringBuilderImplINS_16TrivialAllocatorEE5SBN= UMIiEERS2_T_iPKc'> > > - > - > + > + > > > > @@ -30727,13 +30727,13 @@ > filepath=3D'src/mongo/bson/util/builder.h' line=3D'313' column=3D'1'/> > > > - filepath=3D'src/mongo/bson/util/builder.h' line=3D'314' column=3D'1'/> > + filepath=3D'src/mongo/bson/util/builder.h' line=3D'314' column=3D'1'/> > > > - filepath=3D'src/mongo/bson/util/builder.h' line=3D'315' column=3D'1'/> > + filepath=3D'src/mongo/bson/util/builder.h' line=3D'315' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/bson/util/builder.h' line=3D= '316' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/bson/util/builder.h' line=3D= '316' > column=3D'1'/> > > > filepath=3D'src/mongo/bson/util/builder.h' line=3D'122' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -30752,14 +30752,14 @@ > > filepath=3D'src/mongo/bson/util/builder.h' line=3D'127' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > filepath=3D'src/mongo/bson/util/builder.h' line=3D'138' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -30778,14 +30778,14 @@ > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE5resetEi' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'153' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE4skipEi' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'169' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE4skipEi'> > > - > + > > > > @@ -30831,21 +30831,21 @@ > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE9appendNumE= s' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'196' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE9appendNumE= i' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'200' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE9appendNum= Ei'> > > - > + > > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE9appendNumE= j' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'204' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -30859,21 +30859,21 @@ > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE9appendNumE= d' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'211' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE9appendNumE= x' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'215' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE9appendNumE= y' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'219' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -30887,7 +30887,7 @@ > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE9appendBufE= PKvm' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'227' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE9appendBuf= EPKvm'> > > - > + > > > > @@ -30903,47 +30903,47 @@ > > mangled-name=3D'_ZNK5mongo11_BufBuilderINS_16TrivialAllocatorEE3lenEv' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'242' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNK5mongo11_BufBuilderINS_16TrivialAllocatorEE3lenEv'> > > - > + > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE6setlenEi' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'245' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZNK5mongo11_BufBuilderINS_16TrivialAllocatorEE7getSizeEv= ' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'249' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNK5mongo11_BufBuilderINS_16TrivialAllocatorEE7getSizeE= v'> > > - > + > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE4growEi' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'254' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE4growEi'> > > - > + > > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE12reserveBy= tesEi' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'268' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE12reserveB= ytesEi'> > > - > + > > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE18claimRese= rvedBytesEi' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'282' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE18claimRes= ervedBytesEi'> > > - > + > > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE15grow_real= locateEi' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'297' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE15grow_rea= llocateEi'> > > - > + > > > > @@ -30957,21 +30957,21 @@ > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE13appendNum= ImplIiEEvT_' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'289' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE13appendNu= mImplIiEEvT_'> > > - > + > > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEED2Ev' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'138' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEED1Ev'> > > - > + > > > > > mangled-name=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEEC2Ei' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'127' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEEC1Ei'> > > - > + > > > > @@ -30981,21 +30981,21 @@ > mangled-name=3D'_ZN5mongo16TrivialAllocator6MallocEm' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'79' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo16TrivialAllocator6MallocEm'> > > > - > + > > > > mangled-name=3D'_ZN5mongo16TrivialAllocator7ReallocEPvm' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'82' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo16TrivialAllocator7ReallocEPvm'> > > - > + > > - > + > > > > mangled-name=3D'_ZN5mongo16TrivialAllocator4FreeEPv' > filepath=3D'src/mongo/bson/util/builder.h' line=3D'85' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo16TrivialAllocator4FreeEPv'> > > - > + > > > > @@ -31095,14 +31095,14 @@ > > filepath=3D'src/mongo/platform/decimal128.h' line=3D'131' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > filepath=3D'src/mongo/platform/decimal128.h' line=3D'142' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31191,7 +31191,7 @@ > mangled-name=3D'_ZNK5mongo10Decimal1288toDoubleENS0_12RoundingModeE' > filepath=3D'src/mongo/platform/decimal128.h' line=3D'211' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -31199,7 +31199,7 @@ > > > > - > + > > > > @@ -31381,10 +31381,10 @@ > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'617' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/bson/bsonelement.h' line=3D'= 618' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/bson/bsonelement.h' line=3D'= 618' > column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/bson/bsonelement.h' line=3D'= 620' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/bson/bsonelement.h' line=3D'= 620' > column=3D'1'/> > > > mangled-name=3D'_ZNK5mongo11BSONElement6StringEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'79' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -31407,7 +31407,7 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement6NumberEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'88' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31419,19 +31419,19 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement6DoubleEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'94' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo11BSONElement4LongEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'97' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo11BSONElement3IntEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'100' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31559,7 +31559,7 @@ > > > > - > + > > > > @@ -31568,7 +31568,7 @@ > > > > - > + > > > > @@ -31594,7 +31594,7 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement13canonicalTypeEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'200' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31606,14 +31606,14 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement4sizeEi' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'214' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > - > + > + > > > > mangled-name=3D'_ZNK5mongo11BSONElement4sizeEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'215' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31638,7 +31638,7 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement13fieldNameSizeEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'236' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31656,7 +31656,7 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement9valuesizeEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'251' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31704,13 +31704,13 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement13_numberDoubleEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'290' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo11BSONElement10_numberIntEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'295' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31722,25 +31722,25 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement11_numberLongEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'305' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo11BSONElement9numberIntEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'310' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo11BSONElement10numberLongEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'314' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo11BSONElement14safeNumberLongEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'321' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31752,13 +31752,13 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement12numberDoubleEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'329' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo11BSONElement6numberEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'333' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31776,7 +31776,7 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement12valuestrsizeEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'352' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31818,7 +31818,7 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement17codeWScopeCodeLenEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'394' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31909,7 +31909,7 @@ > > > > - > + > > > > @@ -31921,8 +31921,8 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement9getGtLtOpEi' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'504' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > - > + > + > > > > @@ -31958,13 +31958,13 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement12timestampIncEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'543' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo11BSONElement14timestampValueEv' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'547' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -31990,7 +31990,7 @@ > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'574' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -32005,7 +32005,7 @@ > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'605' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -32019,7 +32019,7 @@ > > mangled-name=3D'_ZNK5mongo11BSONElement3chkEi' > filepath=3D'src/mongo/bson/bsonelement.h' line=3D'624' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -32103,7 +32103,7 @@ > mangled-name=3D'_ZNK5mongo3OID7compareERKS0_' filepath=3D'src/mongo/bson/= oid.h' > line=3D'108' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > > > @@ -32188,7 +32188,7 @@ > > > mangled-name=3D'_ZN5mongo3OID12getMachineIdEv' > filepath=3D'src/mongo/bson/oid.h' line=3D'169' column=3D'1' visibility=3D= 'default' > binding=3D'global' size-in-bits=3D'64'> > - > + > > > > @@ -32302,7 +32302,7 @@ > > is-struct=3D'yes' visibility=3D'default' > filepath=3D'src/mongo/base/data_type_endian.h' line=3D'56' column=3D'1' > id=3D'type-id-483'> > > - visibility=3D'default' filepath=3D'src/mongo/base/data_type_endian.h' lin= e=3D'59' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/base/data_type_endian.h' lin= e=3D'59' > column=3D'1'/> > > > filepath=3D'src/mongo/base/data_type_endian.h' line=3D'57' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -32313,20 +32313,20 @@ > > filepath=3D'src/mongo/base/data_type_endian.h' line=3D'58' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZNK5mongo12LittleEndianIiEcviEv' > filepath=3D'src/mongo/base/data_type_endian.h' line=3D'61' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNK5mongo12LittleEndianIiEcviEv'> > > - > + > > > > mangled-name=3D'_ZN5mongo12LittleEndianIiEC2Ei' > filepath=3D'src/mongo/base/data_type_endian.h' line=3D'58' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo12LittleEndianIiEC1Ei'> > > - > + > > > > @@ -32443,10 +32443,10 @@ > > filepath=3D'src/mongo/bson/timestamp.h' line=3D'40' column=3D'1' id=3D'ty= pe-id-529'> > > - filepath=3D'src/mongo/bson/timestamp.h' line=3D'123' column=3D'1'/> > + filepath=3D'src/mongo/bson/timestamp.h' line=3D'123' column=3D'1'/> > > > - filepath=3D'src/mongo/bson/timestamp.h' line=3D'124' column=3D'1'/> > + filepath=3D'src/mongo/bson/timestamp.h' line=3D'124' column=3D'1'/> > > > mangled-name=3D'_ZN5mongo9Timestamp3maxEv' > filepath=3D'src/mongo/bson/timestamp.h' line=3D'43' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -32463,7 +32463,7 @@ > > filepath=3D'src/mongo/bson/timestamp.h' line=3D'57' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -32471,15 +32471,15 @@ > filepath=3D'src/mongo/bson/timestamp.h' line=3D'59' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > > filepath=3D'src/mongo/bson/timestamp.h' line=3D'61' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > - > + > + > > > > @@ -32492,25 +32492,25 @@ > > mangled-name=3D'_ZNK5mongo9Timestamp7getSecsEv' > filepath=3D'src/mongo/bson/timestamp.h' line=3D'67' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo9Timestamp6getIncEv' > filepath=3D'src/mongo/bson/timestamp.h' line=3D'71' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo9Timestamp5asULLEv' > filepath=3D'src/mongo/bson/timestamp.h' line=3D'75' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo9Timestamp4asLLEv' > filepath=3D'src/mongo/bson/timestamp.h' line=3D'81' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -32600,12 +32600,12 @@ > filepath=3D'src/mongo/bson/bsonobj.h' line=3D'53' column=3D'1' id=3D'type= -id-1506'/> > filepath=3D'src/mongo/bson/ordering.h' line=3D'43' column=3D'1' id=3D'typ= e-id-500'> > > - filepath=3D'src/mongo/bson/ordering.h' line=3D'44' column=3D'1'/> > + filepath=3D'src/mongo/bson/ordering.h' line=3D'44' column=3D'1'/> > > > filepath=3D'src/mongo/bson/ordering.h' line=3D'45' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -32626,15 +32626,15 @@ > > mangled-name=3D'_ZNK5mongo8Ordering3getEi' > filepath=3D'src/mongo/bson/ordering.h' line=3D'57' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > - > + > + > > > > mangled-name=3D'_ZNK5mongo8Ordering10descendingEj' > filepath=3D'src/mongo/bson/ordering.h' line=3D'62' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > - > + > + > > > > @@ -32706,7 +32706,7 @@ > > mangled-name=3D'_ZN5mongo15BSONObjIteratorppEi' > filepath=3D'src/mongo/bson/bsonobj.h' line=3D'702' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -32733,13 +32733,13 @@ > > visibility=3D'default' filepath=3D'src/mongo/util/bufreader.h' line=3D'42= ' > column=3D'1' id=3D'type-id-426'> > > - visibility=3D'default' filepath=3D'src/mongo/util/bufreader.h' line=3D'14= 5' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/util/bufreader.h' line=3D'14= 5' > column=3D'1'/> > > > - filepath=3D'src/mongo/util/bufreader.h' line=3D'146' column=3D'1'/> > + filepath=3D'src/mongo/util/bufreader.h' line=3D'146' column=3D'1'/> > > > - filepath=3D'src/mongo/util/bufreader.h' line=3D'147' column=3D'1'/> > + filepath=3D'src/mongo/util/bufreader.h' line=3D'147' column=3D'1'/> > > > filepath=3D'src/mongo/util/bufreader.h' line=3D'43' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -32758,8 +32758,8 @@ > > filepath=3D'src/mongo/util/bufreader.h' line=3D'54' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > - > + > + > > > > @@ -32772,27 +32772,27 @@ > > mangled-name=3D'_ZNK5mongo9BufReader6offsetEv' > filepath=3D'src/mongo/util/bufreader.h' line=3D'98' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5mongo9BufReader9remainingEv' > filepath=3D'src/mongo/util/bufreader.h' line=3D'103' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZN5mongo9BufReader6rewindEj' > filepath=3D'src/mongo/util/bufreader.h' line=3D'108' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo9BufReader4skipEj' > filepath=3D'src/mongo/util/bufreader.h' line=3D'114' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > - > + > + > > > > @@ -32811,13 +32811,13 @@ > > mangled-name=3D'_ZN5mongo9BufReader3posEv' > filepath=3D'src/mongo/util/bufreader.h' line=3D'137' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZN5mongo9BufReader5startEv' > filepath=3D'src/mongo/util/bufreader.h' line=3D'140' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -32886,7 +32886,7 @@ > > > mangled-name=3D'_ZN5mongo15tagLittleEndianIiEENS_12LittleEndianIT_EES2_' > filepath=3D'src/mongo/base/data_type_endian.h' line=3D'67' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo15tagLittleEndianIiEENS_12LittleEndianIT_EES2_'= > > - > + > > > mangled-name=3D'_ZN5mongo15tagLittleEndianIcEENS_12LittleEndianIT_EES2_' > filepath=3D'src/mongo/base/data_type_endian.h' line=3D'67' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo15tagLittleEndianIcEENS_12LittleEndianIT_EES2_'= > > @@ -32901,7 +32901,7 @@ > visibility=3D'default' filepath=3D'src/mongo/bson/bsonobjbuilder.h' line= =3D'728' > column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/bson/bsonobjbuilder.h' line= =3D'729' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/bson/bsonobjbuilder.h' line= =3D'729' > column=3D'1'/> > > > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'730' column=3D'1'/> > @@ -32913,7 +32913,7 @@ > visibility=3D'default' filepath=3D'src/mongo/bson/bsonobjbuilder.h' line= =3D'732' > column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/bson/bsonobjbuilder.h' line= =3D'734' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/bson/bsonobjbuilder.h' line= =3D'734' > column=3D'1'/> > > > visibility=3D'default' filepath=3D'src/mongo/bson/bsonobjbuilder.h' line= =3D'735' > column=3D'1'/> > @@ -32935,7 +32935,7 @@ > > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'64' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -32956,7 +32956,7 @@ > > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'115' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -33002,7 +33002,7 @@ > > > > - > + > > > > @@ -33040,7 +33040,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder10appendBoolENS_10StringDataEi' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'211' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33056,7 +33056,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder6appendENS_10StringDataEi' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'227' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo14BSONObjBuilder6appendENS_10StringDataEi'> > > > - > + > > > > @@ -33064,7 +33064,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder6appendENS_10StringDataEj' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'235' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33080,7 +33080,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder6appendENS_10StringDataEx' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'248' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33088,7 +33088,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder13appendIntOrLLENS_10StringDataE= x' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'256' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33096,7 +33096,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder12appendNumberENS_10StringDataEi= ' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'272' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33104,7 +33104,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder12appendNumberENS_10StringDataEd= ' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'276' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33128,7 +33128,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder12appendNumberENS_10StringDataEx= ' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'293' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33136,7 +33136,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder6appendENS_10StringDataEd' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'311' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33225,7 +33225,7 @@ > > > > - > + > > > > @@ -33307,7 +33307,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder15appendTimestampENS_10StringDat= aEy' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'471' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33340,9 +33340,9 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder13appendBinDataENS_10StringDataE= iNS_11BinDataTypeEPKv' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'503' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > - > > + > + > > > > @@ -33358,8 +33358,8 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder28appendBinDataArrayDeprecatedEP= KcPKvi' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'525' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > + > > - > > > > @@ -33399,7 +33399,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder16appendMinForTypeENS_10StringDa= taEi' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'565' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33407,7 +33407,7 @@ > mangled-name=3D'_ZN5mongo14BSONObjBuilder16appendMaxForTypeENS_10StringDa= taEi' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'566' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33457,7 +33457,7 @@ > > > mangled-name=3D'_ZN5mongo14BSONObjBuilder6numStrEi' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'642' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo14BSONObjBuilder6numStrEi'> > - > + > > > > @@ -33517,7 +33517,7 @@ > > mangled-name=3D'_ZNK5mongo14BSONObjBuilder3lenEv' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'697' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -33543,14 +33543,14 @@ > > mangled-name=3D'_ZN5mongo14BSONObjBuilderC2Ei' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'64' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo14BSONObjBuilderC1Ei'> > > - > + > > > > > mangled-name=3D'_ZN5mongo14BSONObjBuilderD2Ev' > filepath=3D'src/mongo/bson/bsonobjbuilder.h' line=3D'115' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo14BSONObjBuilderD1Ev'> > > - > + > > > > @@ -33729,10 +33729,10 @@ > > > > - filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'300' column=3D'1'/> > + filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'300' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'301= ' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'301= ' > column=3D'1'/> > > > filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'273' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -33743,21 +33743,21 @@ > > filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'279' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > > mangled-name=3D'_ZN5mongo15BSONSizeTracker3gotEi' > filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'281' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo15BSONSizeTracker3gotEi'> > > - > + > > > > > mangled-name=3D'_ZNK5mongo15BSONSizeTracker7getSizeEv' > filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'289' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -33835,10 +33835,10 @@ > > visibility=3D'default' filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'179= ' > column=3D'1' id=3D'type-id-382'> > > - filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'181' column=3D'1'/> > + filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'181' column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'182= ' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'182= ' > column=3D'1'/> > > > visibility=3D'default' filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'183= ' > column=3D'1'/> > @@ -33846,8 +33846,8 @@ > > filepath=3D'src/mongo/bson/bsonmisc.h' line=3D'180' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > + > > - > > > > @@ -33896,7 +33896,7 @@ > visibility=3D'default' filepath=3D'src/mongo/util/assert_util.h' line=3D'= 89' > column=3D'1'/> > > > - filepath=3D'src/mongo/util/assert_util.h' line=3D'90' column=3D'1'/> > + filepath=3D'src/mongo/util/assert_util.h' line=3D'90' column=3D'1'/> > > > filepath=3D'src/mongo/util/assert_util.h' line=3D'77' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -33908,7 +33908,7 @@ > filepath=3D'src/mongo/util/assert_util.h' line=3D'78' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33916,7 +33916,7 @@ > filepath=3D'src/mongo/util/assert_util.h' line=3D'79' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33951,7 +33951,7 @@ > mangled-name=3D'_ZN5mongo13ExceptionInfoC2ERKSsi' > filepath=3D'src/mongo/util/assert_util.h' line=3D'79' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo13ExceptionInfoC1ERKSsi'> > > > - > + > > > > @@ -33961,7 +33961,7 @@ > filepath=3D'src/mongo/util/assert_util.h' line=3D'106' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -33969,28 +33969,28 @@ > mangled-name=3D'_ZN5mongo11DBExceptionC2ERKSsi' > filepath=3D'src/mongo/util/assert_util.h' line=3D'106' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11DBExceptionC2ERKSsi'> > > > - > + > > > > vtable-offset=3D'-1'> > filepath=3D'src/mongo/util/assert_util.h' line=3D'109' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > vtable-offset=3D'-1'> > mangled-name=3D'_ZN5mongo11DBExceptionD0Ev' > filepath=3D'src/mongo/util/assert_util.h' line=3D'109' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11DBExceptionD0Ev'> > > - > + > > > > vtable-offset=3D'-1'> > mangled-name=3D'_ZN5mongo11DBExceptionD2Ev' > filepath=3D'src/mongo/util/assert_util.h' line=3D'109' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo11DBExceptionD1Ev'> > > - > + > > > > @@ -34003,7 +34003,7 @@ > > mangled-name=3D'_ZNK5mongo11DBException7getCodeEv' > filepath=3D'src/mongo/util/assert_util.h' line=3D'114' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZNK5mongo11DBException7getCodeEv'> > > - > + > > > > @@ -34034,7 +34034,7 @@ > filepath=3D'src/mongo/util/assert_util.h' line=3D'154' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -34042,7 +34042,7 @@ > filepath=3D'src/mongo/util/assert_util.h' line=3D'155' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > > - > + > > > > @@ -34050,28 +34050,28 @@ > mangled-name=3D'_ZN5mongo18AssertionExceptionC2ERKSsi' > filepath=3D'src/mongo/util/assert_util.h' line=3D'155' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo18AssertionExceptionC1ERKSsi'> > > > - > + > > > > vtable-offset=3D'-1'> > filepath=3D'src/mongo/util/assert_util.h' line=3D'157' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > vtable-offset=3D'-1'> > mangled-name=3D'_ZN5mongo18AssertionExceptionD0Ev' > filepath=3D'src/mongo/util/assert_util.h' line=3D'157' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo18AssertionExceptionD0Ev'> > > - > + > > > > vtable-offset=3D'-1'> > mangled-name=3D'_ZN5mongo18AssertionExceptionD2Ev' > filepath=3D'src/mongo/util/assert_util.h' line=3D'157' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo18AssertionExceptionD1Ev'> > > - > + > > > > @@ -34092,7 +34092,7 @@ > > filepath=3D'src/mongo/util/assert_util.h' line=3D'183' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -34100,7 +34100,7 @@ > > mangled-name=3D'_ZN5mongo21MsgAssertionExceptionC2EiRKSs' > filepath=3D'src/mongo/util/assert_util.h' line=3D'183' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo21MsgAssertionExceptionC2EiRKSs'> > > - > + > > > > @@ -34120,7 +34120,7 @@ > visibility=3D'default' filepath=3D'src/mongo/db/auth/sasl_options.h' line= =3D'49' > column=3D'1'/> > > > - visibility=3D'default' filepath=3D'src/mongo/db/auth/sasl_options.h' line= =3D'50' > column=3D'1'/> > + visibility=3D'default' filepath=3D'src/mongo/db/auth/sasl_options.h' line= =3D'50' > column=3D'1'/> > > > filepath=3D'src/mongo/db/auth/sasl_options.h' line=3D'52' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > @@ -34187,21 +34187,21 @@ > vtable-offset=3D'-1'> > filepath=3D'src/mongo/db/server_parameters.h' line=3D'128' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > vtable-offset=3D'-1'> > mangled-name=3D'_ZN5mongo23ExportedServerParameterIiED0Ev' > filepath=3D'src/mongo/db/server_parameters.h' line=3D'128' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo23ExportedServerParameterIiED0Ev'> > > - > + > > > > vtable-offset=3D'-1'> > mangled-name=3D'_ZN5mongo23ExportedServerParameterIiED2Ev' > filepath=3D'src/mongo/db/server_parameters.h' line=3D'128' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo23ExportedServerParameterIiED2Ev'> > > - > + > > > > @@ -34307,21 +34307,21 @@ > vtable-offset=3D'-1'> > filepath=3D'src/mongo/db/server_parameters.h' line=3D'128' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > vtable-offset=3D'-1'> > mangled-name=3D'_ZN5mongo23ExportedServerParameterISt6vectorISsSaISsEEED0= Ev' > filepath=3D'src/mongo/db/server_parameters.h' line=3D'128' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo23ExportedServerParameterISt6vectorISsSaISsEEED= 0Ev'> > > - > + > > > > vtable-offset=3D'-1'> > mangled-name=3D'_ZN5mongo23ExportedServerParameterISt6vectorISsSaISsEEED2= Ev' > filepath=3D'src/mongo/db/server_parameters.h' line=3D'128' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo23ExportedServerParameterISt6vectorISsSaISsEEED= 1Ev'> > > - > + > > > > @@ -34399,21 +34399,21 @@ > vtable-offset=3D'-1'> > filepath=3D'src/mongo/db/server_parameters.h' line=3D'128' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > vtable-offset=3D'-1'> > mangled-name=3D'_ZN5mongo23ExportedServerParameterISsED0Ev' > filepath=3D'src/mongo/db/server_parameters.h' line=3D'128' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo23ExportedServerParameterISsED0Ev'> > > - > + > > > > vtable-offset=3D'-1'> > mangled-name=3D'_ZN5mongo23ExportedServerParameterISsED2Ev' > filepath=3D'src/mongo/db/server_parameters.h' line=3D'128' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo23ExportedServerParameterISsED1Ev'> > > - > + > > > > @@ -34547,7 +34547,7 @@ > > > mangled-name=3D'_ZN5mongo8DataType7HandlerIivE16defaultConstructEv' > filepath=3D'src/mongo/base/data_type.h' line=3D'120' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo8DataType7HandlerIivE16defaultConstructEv'> > - > + > > > > @@ -34681,7 +34681,7 @@ > > > mangled-name=3D'_ZN5mongo8DataType16defaultConstructIiEET_v' > filepath=3D'src/mongo/base/data_type.h' line=3D'159' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5mongo8DataType16defaultConstructIiEET_v'> > - > + > > > > @@ -34870,8 +34870,8 @@ > > filepath=3D'src/third_party/boost-1.56.0/boost/program_options/options_de= scription.hpp' > line=3D'178' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > - > + > + > > > > @@ -34879,8 +34879,8 @@ > filepath=3D'src/third_party/boost-1.56.0/boost/program_options/options_de= scription.hpp' > line=3D'187' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > - > + > + > > > > @@ -34901,7 +34901,7 @@ > > mangled-name=3D'_ZNK5boost15program_options19options_description23get_opt= ion_column_widthEv' > filepath=3D'src/third_party/boost-1.56.0/boost/program_options/options_de= scription.hpp' > line=3D'204' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -34940,7 +34940,7 @@ > mangled-name=3D'_ZNK5boost15program_options19options_description5printERS= oj' > filepath=3D'src/third_party/boost-1.56.0/boost/program_options/options_de= scription.hpp' > line=3D'236' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > > > @@ -34986,7 +34986,7 @@ > vtable-offset=3D'-1'> > filepath=3D'src/third_party/boost-1.56.0/boost/program_options/value_sema= ntic.hpp' > line=3D'71' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -34999,13 +34999,13 @@ > > mangled-name=3D'_ZNK5boost15program_options14value_semantic10min_tokensEv= ' > filepath=3D'src/third_party/boost-1.56.0/boost/program_options/value_sema= ntic.hpp' > line=3D'35' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5boost15program_options14value_semantic10max_tokensEv= ' > filepath=3D'src/third_party/boost-1.56.0/boost/program_options/value_sema= ntic.hpp' > line=3D'39' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -35062,20 +35062,20 @@ > mangled-name=3D'_ZN5boost15program_options30positional_options_descriptio= n3addEPKci' > filepath=3D'src/third_party/boost-1.56.0/boost/program_options/positional= _options.hpp' > line=3D'46' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > > > > mangled-name=3D'_ZNK5boost15program_options30positional_options_descripti= on15max_total_countEv' > filepath=3D'src/third_party/boost-1.56.0/boost/program_options/positional= _options.hpp' > line=3D'51' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > mangled-name=3D'_ZNK5boost15program_options30positional_options_descripti= on17name_for_positionEj' > filepath=3D'src/third_party/boost-1.56.0/boost/program_options/positional= _options.hpp' > line=3D'57' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -35109,7 +35109,7 @@ > > filepath=3D'src/third_party/boost-1.56.0/boost/smart_ptr/intrusive_ptr.hp= p' > line=3D'95' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -35214,7 +35214,7 @@ > > mangled-name=3D'_ZN5boost13intrusive_ptrIN5mongo12SharedBuffer6HolderEED2= Ev' > filepath=3D'src/third_party/boost-1.56.0/boost/smart_ptr/intrusive_ptr.hp= p' > line=3D'95' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64' > elf-symbol-id=3D'_ZN5boost13intrusive_ptrIN5mongo12SharedBuffer6HolderEED= 1Ev'> > > - > + > > > > @@ -35227,7 +35227,7 @@ > vtable-offset=3D'-1'> > filepath=3D'src/third_party/boost-1.56.0/boost/any.hpp' line=3D'162' colu= mn=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -35271,7 +35271,7 @@ > > filepath=3D'src/third_party/boost-1.56.0/boost/any.hpp' line=3D'83' colum= n=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> > > - > + > > > > @@ -35317,7 +35317,7 @@ > > > line=3D'353' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > > line=3D'745' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -35326,7 +35326,7 @@ > > line=3D'774' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -35338,24 +35338,24 @@ > line=3D'781' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'587' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > - > + > + > > line=3D'594' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'635' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'746' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35379,7 +35379,7 @@ > > line=3D'361' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'408' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35402,13 +35402,13 @@ > > > > - > + > > line=3D'645' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'789' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35419,36 +35419,36 @@ > > > > - > + > > line=3D'689' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'625' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > > - > + > > line=3D'701' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'620' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'697' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'370' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35464,12 +35464,12 @@ > line=3D'163' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'192' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'147' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35502,7 +35502,7 @@ > > > > - > + > > line=3D'150' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35525,12 +35525,12 @@ > line=3D'450' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'457' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'282' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35541,13 +35541,13 @@ > line=3D'468' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > - > + > + > > line=3D'473' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > > line=3D'196' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -35558,13 +35558,13 @@ > > line=3D'357' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'325' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > > - > + > > line=3D'329' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35587,12 +35587,12 @@ > line=3D'601' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'642' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > filepath=3D'/usr/include/wchar.h' line=3D'224' column=3D'1' visibility=3D= 'default' > binding=3D'global' size-in-bits=3D'64'> > > @@ -35623,22 +35623,22 @@ > line=3D'459' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'483' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > - > + > + > > line=3D'490' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > - > + > + > > line=3D'124' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > > > @@ -35647,35 +35647,35 @@ > > line=3D'519' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > filepath=3D'/usr/include/stdlib.h' line=3D'524' column=3D'1' visibility= =3D'default' > binding=3D'global' size-in-bits=3D'64'> > > - > + > > line=3D'144' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'147' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'150' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'754' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > - > + > + > > > > - > + > > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > - > - > + > + > > > line=3D'564' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -35683,14 +35683,14 @@ > > > line=3D'790' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > - > + > + > > > line=3D'862' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'873' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35702,46 +35702,46 @@ > > > > - > + > > line=3D'764' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > > > > > line=3D'549' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > > line=3D'374' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > line=3D'376' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > > line=3D'164' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'183' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > - > + > + > > line=3D'187' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > > line=3D'716' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'876' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35752,38 +35752,38 @@ > line=3D'869' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'796' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > - > + > + > > > line=3D'157' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'209' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > - > + > + > > line=3D'214' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > - > + > + > > line=3D'172' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'175' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'826' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35791,32 +35791,32 @@ > > line=3D'237' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > line=3D'830' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'242' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'531' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'798' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'622' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -35826,7 +35826,7 @@ > > > line=3D'709' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > > > @@ -35840,25 +35840,25 @@ > > line=3D'749' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > - > - > + > + > + > > line=3D'803' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'754' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > - > + > > line=3D'538' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64= '> > > @@ -35870,12 +35870,12 @@ > > line=3D'178' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > line=3D'180' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'759' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35889,9 +35889,9 @@ > line=3D'336' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > - > + > > line=3D'195' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -35901,29 +35901,29 @@ > > > line=3D'702' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > - > + > > filepath=3D'/usr/include/string.h' line=3D'78' column=3D'1' visibility=3D= 'default' > binding=3D'global' size-in-bits=3D'64'> > + > > - > > - > + > > line=3D'69' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > - > + > + > > - > + > > line=3D'151' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'412' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > - > + > > > line=3D'347' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > @@ -35939,7 +35939,7 @@ > > filepath=3D'/usr/include/string.h' line=3D'217' column=3D'1' visibility= =3D'default' > binding=3D'global' size-in-bits=3D'64'> > > - > + > > > filepath=3D'/usr/include/string.h' line=3D'296' column=3D'1' visibility= =3D'default' > binding=3D'global' size-in-bits=3D'64'> > @@ -35949,7 +35949,7 @@ > > filepath=3D'/usr/include/string.h' line=3D'244' column=3D'1' visibility= =3D'default' > binding=3D'global' size-in-bits=3D'64'> > > - > + > > > filepath=3D'/usr/include/string.h' line=3D'323' column=3D'1' visibility= =3D'default' > binding=3D'global' size-in-bits=3D'64'> > @@ -35960,7 +35960,7 @@ > line=3D'175' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'221' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -36016,7 +36016,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi3EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36027,7 +36027,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILin1EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36038,7 +36038,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi1EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36071,7 +36071,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi2EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36082,7 +36082,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi5EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36093,7 +36093,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi4EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36104,7 +36104,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi6EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36115,7 +36115,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi7EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36126,7 +36126,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi8EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36137,7 +36137,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi9EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36148,7 +36148,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi10EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36159,7 +36159,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi11EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36170,7 +36170,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi12EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36181,7 +36181,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi13EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36192,7 +36192,7 @@ > > mangled-name=3D'_ZNK4mpl_4int_ILi0EEcviEv' > filepath=3D'src/third_party/boost-1.56.0/boost/mpl/aux_/integral_wrapper.= hpp' > line=3D'80' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > - > + > > > > @@ -36203,7 +36203,7 @@ > line=3D'195' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > > - > + > > line=3D'199' column=3D'1' visibility=3D'default' binding=3D'global' > size-in-bits=3D'64'> > > @@ -36274,12 +36274,12 @@ > > filepath=3D'/usr/include/c++/4.9/new' line=3D'146' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZnwmPv'> > > - filepath=3D'/usr/include/c++/4.9/new' line=3D'146' column=3D'1'/> > - > + filepath=3D'/usr/include/c++/4.9/new' line=3D'146' column=3D'1'/> > + > > filepath=3D'/usr/include/c++/4.9/new' line=3D'152' column=3D'1' > visibility=3D'default' binding=3D'global' size-in-bits=3D'64' > elf-symbol-id=3D'_ZdlPvS_'> > - > - > + > + > > > > @@ -36298,9 +36298,9 @@ > > > > - > - > - > + > + > + > > > > -- > 1.8.3.1 > > > -- > Dodji > >