Lines Matching refs:objects
522 # to name both possible libc.so objects.
526 # Pattern rule to build a shared object from an archive of PIC objects.
530 # on other shared objects. The linking with libc and ld.so is intended
553 # not for shared objects
602 # not for shared objects
636 # Pre-link the objects of libc_pic.a for .gnu.glibc-stub.* processing.
676 # filter ld.so out of the list of linked objects.
721 override objects := $(addprefix $(objpfx),$(sources:.c=.o))
728 # to build it, and to add its objects to the various variables.
829 # For object-suffix $o, the list of objects with that suffix.
831 o-objects = $(patsubst %.o,%$o,$(filter-out $(patsubst %,$(objpfx)%.o,\
833 $(objects))) \
834 $(addprefix $(objpfx),$(o-objects$o))
838 ifndef objects
849 # object suffix) write a list of objects to update in the stamp file.
853 $(objpfx)stamp$o: $(o-objects); $$(do-stamp)
885 .PHONY: objects objs libobjs extra-objs
886 objects objs: libobjs extra-objs
1455 -rm -f $(objpfx)stamp$o $(o-objects))
1473 objs-for-stubs := $(foreach o,$(object-suffixes-for-libc),$(o-objects)) \