Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DInputSection.cpp963 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { in relocate() argument
965 adjustSplitStackFunctionPrologues<ELFT>(buf, bufEnd); in relocate()
1115 uint8_t *bufEnd = buf + size; in writeTo() local
1116 relocate<ELFT>(buf, bufEnd); in writeTo()
H A DInputSection.h203 template <class ELFT> void relocate(uint8_t *buf, uint8_t *bufEnd);
/openbsd/lib/libexpat/lib/
H A Dxmlparse.c314 char *bufEnd; /* end of the buffer */ member
2677 if (bufSize > tag->bufEnd - tag->buf) { in storeRawNames()
2693 tag->bufEnd = temp + bufSize; in storeRawNames()
3006 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE; in doContent()
3025 (ICHAR *)tag->bufEnd - 1); in doContent()
3032 bufSize = (int)(tag->bufEnd - tag->buf) << 1; in doContent()
3038 tag->bufEnd = temp + bufSize; in doContent()