Home
last modified time | relevance | path

Searched defs:bufEnd (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/
H A DInputSection.cpp963 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { in relocate()
1115 uint8_t *bufEnd = buf + size; in writeTo() local
/openbsd/lib/libexpat/lib/
H A Dxmlparse.c312 char *bufEnd; /* end of the buffer */ member