Searched refs:relocateNonAlloc (Results 1 – 2 of 2) sorted by relevance
377 void relocateNonAlloc(uint8_t *buf, llvm::ArrayRef<RelTy> rels);
874 void InputSection::relocateNonAlloc(uint8_t *buf, ArrayRef<RelTy> rels) { in relocateNonAlloc() function in InputSection1015 sec->relocateNonAlloc<ELFT>(buf, sec->template relas<ELFT>()); in relocate()1017 sec->relocateNonAlloc<ELFT>(buf, sec->template rels<ELFT>()); in relocate()