Lines Matching refs:fullname
160 my ($basename, $fullname) = @_;
166 if ($fullname !~ /\.o$/) {
167 printf STDERR "$fullname is not an object file\n";
170 ($source = $fullname) =~ s/\.o$//;
179 printf STDERR "$objdump $fullname failed $!\n";
195 printf STDERR "No source file found for $fullname\n";
200 printf STDERR "$nm $fullname failed $!\n";
228 printf STDERR "nm output for $fullname contains unknown type '$_'\n";
259 push(@{$def{$name}}, $fullname);
267 push(@{$ksymtab{$name}}, $fullname);
274 $fullname ne "lib/brlock.o"
275 && $fullname ne "lib/dec_and_lock.o"
276 && $fullname ne "fs/xfs/xfs_macros.o"
277 && $fullname ne "drivers/ide/ide-probe-mini.o"
278 && $fullname ne "usr/initramfs_data.o"
279 && $fullname ne "drivers/acpi/executer/exdump.o"
280 && $fullname ne "drivers/acpi/resources/rsdump.o"
281 && $fullname ne "drivers/acpi/namespace/nsdumpdv.o"
282 && $fullname ne "drivers/acpi/namespace/nsdump.o"
283 && $fullname ne "arch/ia64/sn/kernel/sn2/io.o"
284 && $fullname ne "arch/ia64/kernel/gate-data.o"
285 && $fullname ne "drivers/ieee1394/oui.o"
286 && $fullname ne "security/capability.o"
287 && $fullname ne "sound/core/wrappers.o"
288 && $fullname ne "fs/ntfs/sysctl.o"
289 && $fullname ne "fs/jfs/jfs_debug.o"
291 printf "No nm data for $fullname\n";
295 $nmdata{$fullname} = \@nmdata;