Searched refs:OBJS (Results 1 – 3 of 3) sorted by relevance
113 OBJS=$(CPPSRCS:.cpp=.o) macro118 rm -f $(OBJS) $(DEPS) $(BINARIES) $(GCOV) \
1251 binder_size_t* const OBJS = mObjects; in readObject() local1262 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()1268 if (OBJS[opos] == DPOS) { in readObject()1281 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()1284 if (OBJS[opos] == DPOS) { in readObject()1615 const binder_size_t* OBJS = objects(); in print() local1619 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()1622 = reinterpret_cast<const binder_buffer_object*>(DATA+OBJS[i]); in print()1625 …to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << " (buffer size " << buffer->length << … in print()1628 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()
141 OBJS=$(CPPSRCS:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o) macro434 rm -f $(OBJS) $(DEPS) $(BINARIES) \