Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp1120 return (exportThunks.size() + 1) * sizeof(chpe_redirection_entry); in getSize()
1124 auto entries = reinterpret_cast<chpe_redirection_entry *>(buf); in writeTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h781 struct chpe_redirection_entry { struct
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp797 sizeof(chpe_redirection_entry))) in initLoadConfigPtr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp909 reinterpret_cast<const chpe_redirection_entry *>(RedirMetadataInt); in printCOFFLoadConfig()