Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h428 void relocateNonAlloc(uint8_t *buf, Relocs<RelTy> rels);
H A DInputSection.cpp949 void InputSection::relocateNonAlloc(uint8_t *buf, Relocs<RelTy> rels) { in relocateNonAlloc() function in InputSection
1111 invokeOnRelocs(*sec, sec->relocateNonAlloc<ELFT>, buf); in relocate()