Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4362 template <typename ELFT> void elf::writeEhdr(uint8_t *buf, Partition &part) { in writeEhdr() function in elf
4412 writeEhdr<ELFT>(buf, getPartition()); in writeTo()
4951 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part);
4952 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part);
4953 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part);
4954 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part);
H A DSyntheticSections.h1437 template <typename ELFT> void writeEhdr(uint8_t *buf, Partition &part);
H A DWriter.cpp2709 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h333 void writeEhdr();
H A DELFObject.cpp2022 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr() function in ELFWriter
2538 writeEhdr(); in write()