Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp976 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel() function
993 writeRel(Sec.Relocations, reinterpret_cast<Elf_Rel *>(Buf), in visit()
996 writeRel(Sec.Relocations, reinterpret_cast<Elf_Rela *>(Buf), in visit()