Searched refs:bufEnd (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp912 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { argument
914 adjustSplitStackFunctionPrologues<ELFT>(buf, bufEnd);
917 relocateAlloc(buf, bufEnd);
930 void InputSectionBase::relocateAlloc(uint8_t *buf, uint8_t *bufEnd) { argument
987 if ((bufLoc + 8 > bufEnd || read32(bufLoc + 4) != 0x60000000) &&
1145 uint8_t *bufEnd = buf + outSecOff + size; local
1146 relocate<ELFT>(buf, bufEnd);
1153 uint8_t *bufEnd = buf + outSecOff + data().size(); local
1154 relocate<ELFT>(buf, bufEnd);
H A DInputSection.h184 template <class ELFT> void relocate(uint8_t *buf, uint8_t *bufEnd);
185 void relocateAlloc(uint8_t *buf, uint8_t *bufEnd);
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c263 char *bufEnd; /* end of the buffer */ member in struct:tag
2415 if (bufSize > tag->bufEnd - tag->buf) {
2431 tag->bufEnd = temp + bufSize;
2712 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2731 (ICHAR *)tag->bufEnd - 1);
2738 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2744 tag->bufEnd = temp + bufSize;

Completed in 186 milliseconds