Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp3735 template <typename ELFT> void elf::writeEhdr(uint8_t *buf, Partition &part) { in writeEhdr() function in elf
3784 writeEhdr<ELFT>(buf, getPartition()); in writeTo()
3973 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part);
3974 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part);
3975 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part);
3976 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part);
H A DSyntheticSections.h1215 template <typename ELFT> void writeEhdr(uint8_t *buf, Partition &part);
H A DWriter.cpp2797 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h330 void writeEhdr();
H A DELFObject.cpp1941 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr() function in ELFWriter
2448 writeEhdr(); in write()