Lines Matching refs:object
180 my ($object, $output_dir) = @_;
194 if (is_statically_linked($object)) {
196 } elsif (! is_elf($object)) {
218 $object);
233 if (open($elfdump_fh, "$cmd_elfdump -s -N .dynsym '$object' " .
243 $prof .= "$object|TEXT|GLOB|" .
246 $prof .= "$object|TEXT|WEAK|" .
257 foreach $line (split(/\n/, cmd_output_dump($object))) {
311 my ($object, $output_dir) = @_;
318 $profile = get_dynamic_profile($object);
349 $symlink_map{$object} = follow_symlink($object);
612 if (files_equal($from, $object)) {
665 $tmp = "$object|*DIRECT*|$to|$sym";
667 $tmp = "$object|$from|$to|$sym";
669 $tmp = "$object|*REVERSE*|$from|$sym";
673 "$object|*DIRECT*|*UNBOUND*|$sym";
675 $tmp = "$object|$from|*UNBOUND*|$sym";
919 my ($object, $caller, $callee, $sym, $profile);
951 ($object, $caller, $callee, $sym) =
962 "$object|$sym\n";
1004 ($object, $caller, $callee, $sym) =
1029 my ($object) = @_;
1034 if (! is_elf($object)) {
1036 } elsif (is_statically_linked($object)) {
1037 $str = cmd_output_file($object);
1042 my $ldd_output = get_ldd_output($object);
1069 push(@bindings, ldd_binding_line($1, $object));
1085 ldd_needed_line($tmp, $object);
1148 my ($line, $object) = @_;
1220 } elsif (files_equal($object, $from, 0)) {
1223 } elsif (files_equal($object, $to, 0)) {
1305 my ($line, $object) = @_;
1342 if (files_equal($object, $file)) {
1389 my ($object) = @_;
1393 if (! -f $object) {
1394 exiter(nopathexist($object));
1433 "cannot fork for command: ldd -r %s: %s\n"), $object, $!));
1459 exec($cmd_ldd, '-r', $object);
1495 emsg("%s", norunprog("$cmd_ldd -r $object", "$msg\n"));
1587 index($_, " file=$object; analyzing");
1624 my $suid = is_suid($object);