Searched refs:OBJS (Results 1 – 2 of 2) sorted by relevance
113 OBJS=$(CPPSRCS:.cpp=.o) macro118 rm -f $(OBJS) $(DEPS) $(BINARIES) $(GCOV) \
1256 binder_size_t* const OBJS = mObjects; in readObject() local1267 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()1273 if (OBJS[opos] == DPOS) { in readObject()1286 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()1289 if (OBJS[opos] == DPOS) { in readObject()1659 const binder_size_t* OBJS = objects(); in print() local1663 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()1666 = reinterpret_cast<const binder_buffer_object*>(DATA+OBJS[i]); in print()1669 …to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << " (buffer size " << buffer->length << … in print()1672 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()