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.cpp4463 void elf::writeEhdr(Ctx &ctx, uint8_t *buf, Partition &part) { in writeEhdr() function in elf
4513 writeEhdr<ELFT>(ctx, buf, getPartition(ctx)); in writeTo()
5023 template void elf::writeEhdr<ELF32LE>(Ctx &, uint8_t *Buf, Partition &Part);
5024 template void elf::writeEhdr<ELF32BE>(Ctx &, uint8_t *Buf, Partition &Part);
5025 template void elf::writeEhdr<ELF64LE>(Ctx &, uint8_t *Buf, Partition &Part);
5026 template void elf::writeEhdr<ELF64BE>(Ctx &, uint8_t *Buf, Partition &Part);
H A DSyntheticSections.h1465 template <typename ELFT> void writeEhdr(Ctx &, uint8_t *buf, Partition &part);
H A DWriter.cpp2875 writeEhdr<ELFT>(ctx, ctx.bufferStart, *ctx.mainPart); in writeHeader()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h333 void writeEhdr();
H A DELFObject.cpp2019 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr() function in ELFWriter
2544 writeEhdr(); in write()