Home | History | Annotate | Download | only in abi-compliance-checker

Lines Matching refs:SO

101         "linux"=>"so",
105 "default"=>"so"
1030 "3std13basic_ostreamIcE"=>"So",
3015 # so trying to add such typedefs manually
5253 # in the TU dump, so taking it from the original symbol
7991 # so it sometimes cause compilation errors for unknown reason
8786 # so using the cross-platform wrapper for the native one
12832 # So, it's not a new symbol
13201 my ($SN, $SO, $SV) = separate_symbol($Symbol);
15698 $M1S=~s/(\.so|\.ko)\..+/$1/ig;
15699 $M2S=~s/(\.so|\.ko)\..+/$1/ig;
18763 { # libgnome-2.so
18764 # libxml2.so
18765 # libdbus-1.so
19218 { # libstdc++.so.6
19222 { # libc-2.11.3.so
19396 { # Unix; *.so, *.a
19474 if($LIB_EXT eq "so")
19500 # 0x00000001 (NEEDED) Shared library: [libc.so.6]
19510 if(not $IsNeededLib and $LIB_EXT eq "so")
21034 { # use host (x86) ldconfig with the target (arm) ld.so.conf
21035 if(-e $SystemRoot."/etc/ld.so.conf") {
21036 $LdConfig .= " -f ".$SystemRoot."/etc/ld.so.conf";
21048 # libstdc++.so.6 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
21049 # libstdc++.so.6 (libc6) => /usr/lib/i386-linux-gnu/libstdc++.so.6
21050 # libstdc++.so.6 (libc6) => /usr/lib32/libstdc++.so.6
21236 # check your <sysroot>/etc/ld.so.conf
21522 { # libSDL-1.2.so.0.7.1
21523 # libwbxml2.so.0.0.18
21524 # libopcodes-2.21.53-system.20110810.so
21531 { # libSDL-1.2.so
21532 # libwbxml2.so
21543 { # libc-2.5.so (=>2.5 version)
22345 printMsg("INFO", "Input ABI dumps are equal, so generating quick empty report");