Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp291 std::vector<std::vector<uint8_t>> nopFiller = *target->nopInstrs; in nopInstrFill() local
292 unsigned num = size / nopFiller.back().size(); in nopInstrFill()
294 memcpy(buf + i, nopFiller.back().data(), nopFiller.back().size()); in nopInstrFill()
295 i += nopFiller.back().size(); in nopInstrFill()
300 assert(nopFiller[remaining - 1].size() == remaining); in nopInstrFill()
301 memcpy(buf + i, nopFiller[remaining - 1].data(), remaining); in nopInstrFill()
553 if (isec->nopFiller) { in writeTo()
H A DInputSection.h185 bool nopFiller = false; variable
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp269 is.nopFiller = true; in deleteFallThruJmpInsn()
307 is.nopFiller = true; in deleteFallThruJmpInsn()