Searched refs:OBJS (Results 1 – 4 of 4) sorted by relevance
114 OBJS=$(CPPSRCS:.cpp=.o) macro119 rm -f $(OBJS) $(DEPS) $(BINARIES) $(GCOV) \
1475 binder_size_t* const OBJS = mObjects; in readObject() local1486 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()1492 if (OBJS[opos] == DPOS) { in readObject()1505 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()1508 if (OBJS[opos] == DPOS) { in readObject()1882 const binder_size_t* OBJS = objects(); in print() local1886 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()1889 = reinterpret_cast<const binder_buffer_object*>(DATA+OBJS[i]); in print()1893 …to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << " (buffer size " << buffer->length << … in print()1896 to << endl << "Object #" << i << " @ " << (void*)OBJS[i]; in print()[all …]
96 OBJS=$(CPPSRCS:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o) macro192 rm -f $(OBJS) $(DEPS) $(GCDA) $(GCNO) $(BINARIES) \
142 OBJS=$(CPPSRCS:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o) macro435 rm -f $(OBJS) $(DEPS) $(BINARIES) \