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

Lines Matching refs:ldconfig

19151     { # ldconfig default paths
21012 if(my $LdConfig = get_CmdPath("ldconfig"))
21014 foreach my $Line (split(/\n/, `$LdConfig -r 2>\"$TMP_DIR/null\"`))
21026 printMsg("WARNING", "can't find ldconfig");
21031 if(my $LdConfig = get_CmdPath("ldconfig"))
21034 { # use host (x86) ldconfig with the target (arm) ld.so.conf
21036 $LdConfig .= " -f ".$SystemRoot."/etc/ld.so.conf";
21039 foreach my $Line (split(/\n/, `$LdConfig -p 2>\"$TMP_DIR/null\"`))
21058 printMsg("WARNING", "can't find ldconfig");
21171 # 2. use host commands: ldconfig, readelf, etc.
21235 { # wrong ldconfig configuration