Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3743 template <typename ELFT> void elf::writeEhdr(uint8_t *buf, Partition &part) { in writeEhdr() function in elf
3792 writeEhdr<ELFT>(buf, getPartition()); in writeTo()
4055 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part);
4056 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part);
4057 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part);
4058 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part);
H A DSyntheticSections.h1291 template <typename ELFT> void writeEhdr(uint8_t *buf, Partition &part);
H A DWriter.cpp2910 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h330 void writeEhdr();
H A DELFObject.cpp1982 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr() function in ELFWriter
2490 writeEhdr(); in write()