Home | History | Annotate | Download | only in bfd

Lines Matching full:ptrp

40   unsigned char *ptrp;
2646 int value = output_ptr - buf->ptrp + 3;
2647 buf->ptrp[0] = value >> 24;
2648 buf->ptrp[1] = value >> 16;
2649 buf->ptrp[2] = value >> 8;
2650 buf->ptrp[3] = value >> 0;
2683 buf->ptrp = output_ptr;