Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.h376 void relocateNonAlloc(uint8_t *buf, llvm::ArrayRef<RelTy> rels);
DInputSection.cpp862 void InputSection::relocateNonAlloc(uint8_t *buf, ArrayRef<RelTy> rels) { in relocateNonAlloc() function in InputSection
1000 sec->relocateNonAlloc<ELFT>(buf, sec->template relas<ELFT>()); in relocate()
1002 sec->relocateNonAlloc<ELFT>(buf, sec->template rels<ELFT>()); in relocate()