Lines Matching refs:bindings
35 # LD_DEBUG=files,bindings and parsing the linker debug output.
354 # it before any bindings processing. that is why we iterate
484 # header, and before the bindings (if any). See
508 # Now collect the bindings info:
522 # There are exactly four(4) types of bindings that will be
680 "bindings line: %s\n"), $line));
687 # ignore no bindings warning for non-ELF
737 # the dynamic bindings and we get "unbound symbols".
828 # to augment the bindings of the binary with unbounds
849 # try using the bindings of these executables:
880 # find one, we use those bindings.
946 # try to find bindings that involve us ($dir)
1051 my ($tmp, $tmp2, @bindings);
1069 push(@bindings, ldd_binding_line($1, $object));
1124 push(@bindings,
1135 $ret .= join('', @bindings);
1447 $ENV{'LD_DEBUG'} = "files,bindings";