Searched refs:writeEhdr (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 4463 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 D | SyntheticSections.h | 1465 template <typename ELFT> void writeEhdr(Ctx &, uint8_t *buf, Partition &part);
|
| H A D | Writer.cpp | 2875 writeEhdr<ELFT>(ctx, ctx.bufferStart, *ctx.mainPart); in writeHeader()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 333 void writeEhdr();
|
| H A D | ELFObject.cpp | 2019 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr() function in ELFWriter 2544 writeEhdr(); in write()
|