Lines Matching defs:endp

2750   char *endp;
2756 endp = stpcpy (buf, "BASE ");
2758 endp = buf;
2762 if (endp != buf)
2763 endp = stpcpy (endp, "| ");
2765 endp = stpcpy (endp, "WEAK ");
2770 strncpy (endp, _("| <unknown>"), buf + sizeof (buf) - endp);
5135 unsigned char **readp, unsigned char *endp,
5147 || p->offset >= (Dwarf_Off) (endp - *readp + offset))
5149 *readp = endp;
6204 unsigned char *const endp = (unsigned char *) data->d_buf + data->d_size;
6207 while (readp < endp)
6214 offset, &readp, endp, NULL))
6332 const unsigned char *const endp, uint64_t *res, Dwarf *dbg)
6341 get_uleb128 (*res, readp, endp);
6344 get_sleb128 (*res, readp, endp);
6347 if (readp + 2 > endp)
6352 if (readp + 4 > endp)
6357 if (readp + 8 > endp)
6362 if (readp + 2 > endp)
6367 if (readp + 4 > endp)
6372 if (readp + 8 > endp)
6394 print_cfa_program (const unsigned char *readp, const unsigned char *const endp,
6405 while (readp < endp)
6422 if ((uint64_t) (endp - readp) < 1)
6424 readp = read_encoded (encoding, readp, endp, &op1, dbg);
6429 if ((uint64_t) (endp - readp) < 1)
6436 if ((uint64_t) (endp - readp) < 2)
6443 if ((uint64_t) (endp - readp) < 4)
6450 if ((uint64_t) (endp - readp) < 1)
6452 get_uleb128 (op1, readp, endp);
6453 if ((uint64_t) (endp - readp) < 1)
6455 get_uleb128 (op2, readp, endp);
6461 if ((uint64_t) (endp - readp) < 1)
6463 get_uleb128 (op1, readp, endp);
6468 if ((uint64_t) (endp - readp) < 1)
6470 get_uleb128 (op1, readp, endp);
6475 if ((uint64_t) (endp - readp) < 1)
6477 get_uleb128 (op1, readp, endp);
6482 if ((uint64_t) (endp - readp) < 1)
6484 get_uleb128 (op1, readp, endp);
6485 if ((uint64_t) (endp - readp) < 1)
6487 get_uleb128 (op2, readp, endp);
6499 if ((uint64_t) (endp - readp) < 1)
6501 get_uleb128 (op1, readp, endp);
6502 if ((uint64_t) (endp - readp) < 1)
6504 get_uleb128 (op2, readp, endp);
6509 if ((uint64_t) (endp - readp) < 1)
6511 get_uleb128 (op1, readp, endp);
6516 if ((uint64_t) (endp - readp) < 1)
6518 get_uleb128 (op1, readp, endp);
6522 if ((uint64_t) (endp - readp) < 1)
6524 get_uleb128 (op1, readp, endp); /* Length of DW_FORM_block. */
6526 if ((uint64_t) (endp - readp) < op1)
6537 if ((uint64_t) (endp - readp) < 1)
6539 get_uleb128 (op1, readp, endp);
6540 if ((uint64_t) (endp - readp) < 1)
6542 get_uleb128 (op2, readp, endp); /* Length of DW_FORM_block. */
6545 if ((uint64_t) (endp - readp) < op2)
6552 if ((uint64_t) (endp - readp) < 1)
6554 get_uleb128 (op1, readp, endp);
6555 if ((uint64_t) (endp - readp) < 1)
6557 get_sleb128 (sop2, readp, endp);
6563 if ((uint64_t) (endp - readp) < 1)
6565 get_uleb128 (op1, readp, endp);
6566 if ((uint64_t) (endp - readp) < 1)
6568 get_sleb128 (sop2, readp, endp);
6573 if ((uint64_t) (endp - readp) < 1)
6575 get_sleb128 (sop1, readp, endp);
6579 if ((uint64_t) (endp - readp) < 1)
6581 get_uleb128 (op1, readp, endp);
6582 if ((uint64_t) (endp - readp) < 1)
6584 get_uleb128 (op2, readp, endp);
6589 if ((uint64_t) (endp - readp) < 1)
6591 get_uleb128 (op1, readp, endp);
6592 if ((uint64_t) (endp - readp) < 1)
6594 get_sleb128 (sop2, readp, endp);
6599 if ((uint64_t) (endp - readp) < 1)
6601 get_uleb128 (op1, readp, endp);
6602 if ((uint64_t) (endp - readp) < 1)
6604 get_uleb128 (op2, readp, endp); /* Length of DW_FORM_block. */
6607 if ((uint64_t) (endp - readp) < op2)
6614 if ((uint64_t) (endp - readp) < 8)
6627 if ((uint64_t) (endp - readp) < 1)
6629 get_uleb128 (op1, readp, endp);
6642 if ((uint64_t) (endp - readp) < 1)
6644 get_uleb128 (offset, readp, endp);
8319 unsigned char *endp;
8425 endp = memchr (readp, '\0', readendp - readp);
8426 if (endp == NULL)
8429 readp = endp + 1;
8815 unsigned char *endp = memchr (linep, '\0', lineendp - linep);
8816 if (unlikely (endp == NULL))
8821 linep = endp + 1;
8898 unsigned char *endp = memchr (fname, '\0', lineendp - linep);
8899 if (unlikely (endp == NULL))
8901 linep = endp + 1;
9049 unsigned char *endp = memchr (linep, '\0',
9051 if (unlikely (endp == NULL))
9053 linep = endp + 1;
9806 unsigned char *const endp = (unsigned char *) data->d_buf + data->d_size;
9808 while (readp < endp)
9816 &cu, offset, &readp, endp, &attr))
9841 || next_off > (size_t) (endp
9843 locendp = endp;
9998 if (endp - readp <= (ptrdiff_t) len)
10118 const unsigned char *endp;
10132 endp = memchr (readp, '\0', readendp - readp);
10133 if (unlikely (endp == NULL))
10150 readp = endp + 1;
10394 const unsigned char *endp;
10430 endp = memchr (readp, '\0', readendp - readp);
10431 if (endp == NULL)
10435 readp = endp + 1;
10440 endp = memchr (readp, '\0', readendp - readp);
10441 if (endp == NULL)
10445 readp = endp + 1;
10637 const char *endp = memchr (str, '\0', sh_size - offset);
10638 if (unlikely (endp == NULL))
10645 len = endp - str;
12990 char *endp = NULL;
12991 unsigned long int shndx = strtoul (a->arg, &endp, 0);
12992 if (endp != a->arg && *endp == '\0')