Lines Matching refs:objects
145 my %objects;
295 # Read all Makefiles to map the configs to the objects
319 # collect objects after obj-$(CONFIG_FOO_BAR)
336 if (defined($objects{$1})) {
337 @arr = @{$objects{$1}};
342 # The objects have a hash mapping to a reference
344 $objects{$1} = \@arr;
399 if (defined($objects{$module})) {
400 my @arr = @{$objects{$module}};
691 if (defined($objects{$module})) {
692 my @arr = @{$objects{$module}};