Searched refs:bufEnd (Results 1 – 2 of 2) sorted by relevance
950 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { in relocate() argument952 adjustSplitStackFunctionPrologues<ELFT>(buf, bufEnd); in relocate()955 relocateAlloc(buf, bufEnd); in relocate()971 void InputSectionBase::relocateAlloc(uint8_t *buf, uint8_t *bufEnd) { in relocateAlloc() argument1070 if ((bufLoc + 8 > bufEnd || read32(bufLoc + 4) != 0x60000000) && in relocateAlloc()1224 uint8_t *bufEnd = buf + size; in writeTo() local1225 relocate<ELFT>(buf, bufEnd); in writeTo()
196 template <class ELFT> void relocate(uint8_t *buf, uint8_t *bufEnd);197 void relocateAlloc(uint8_t *buf, uint8_t *bufEnd);