Searched refs:bufEnd (Results 1 – 4 of 4) sorted by relevance
578 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument621 if (*bufStart + *pos + pathLength >= *bufEnd) { in UTIL_prepareFileList()625 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()627 if (*bufStart + *pos + pathLength < *bufEnd) { in UTIL_prepareFileList()643 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument682 if (*bufStart + *pos + pathLength >= *bufEnd) { in UTIL_prepareFileList()683 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList()686 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()689 if (*bufStart + *pos + pathLength < *bufEnd) { in UTIL_prepareFileList()711 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument[all …]
1046 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { in relocate() argument1048 adjustSplitStackFunctionPrologues<ELFT>(buf, bufEnd); in relocate()1196 uint8_t *bufEnd = buf + size; in writeTo() local1197 relocate<ELFT>(buf, bufEnd); in writeTo()
224 template <class ELFT> void relocate(uint8_t *buf, uint8_t *bufEnd);
314 char *bufEnd; /* end of the buffer */ member2783 if (bufSize > tag->bufEnd - tag->buf) { in storeRawNames()2799 tag->bufEnd = temp + bufSize; in storeRawNames()3118 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE; in doContent()3137 (ICHAR *)tag->bufEnd - 1); in doContent()3144 bufSize = (int)(tag->bufEnd - tag->buf) << 1; in doContent()3150 tag->bufEnd = temp + bufSize; in doContent()