Home
last modified time | relevance | path

Searched refs:relocateNonAlloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputSection.h377 void relocateNonAlloc(uint8_t *buf, llvm::ArrayRef<RelTy> rels);
DInputSection.cpp874 void InputSection::relocateNonAlloc(uint8_t *buf, ArrayRef<RelTy> rels) { in relocateNonAlloc() function in InputSection
1015 sec->relocateNonAlloc<ELFT>(buf, sec->template relas<ELFT>()); in relocate()
1017 sec->relocateNonAlloc<ELFT>(buf, sec->template rels<ELFT>()); in relocate()