Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp586 static void writeRel(const RelRange &Relocations, T *Buf) { in writeRel() function
599 writeRel(Sec.Relocations, reinterpret_cast<Elf_Rel *>(Buf)); in visit()
601 writeRel(Sec.Relocations, reinterpret_cast<Elf_Rela *>(Buf)); in visit()