Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3755 template <typename ELFT> void elf::writeEhdr(uint8_t *buf, Partition &part) { in writeEhdr() function in elf
3808 writeEhdr<ELFT>(buf, getPartition()); in writeTo()
3925 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part);
3926 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part);
3927 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part);
3928 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part);
H A DSyntheticSections.h1202 template <typename ELFT> void writeEhdr(uint8_t *buf, Partition &part);
H A DWriter.cpp2871 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h330 void writeEhdr();
H A DObject.cpp1986 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr() function in ELFWriter
2420 writeEhdr(); in write()