Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp3714 template <typename ELFT> void elf::writeEhdr(uint8_t *buf, Partition &part) { in writeEhdr() function in elf
3763 writeEhdr<ELFT>(buf, getPartition()); in writeTo()
3953 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part);
3954 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part);
3955 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part);
3956 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part);
H A DSyntheticSections.h1228 template <typename ELFT> void writeEhdr(uint8_t *buf, Partition &part);
H A DWriter.cpp2820 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h330 void writeEhdr();
H A DELFObject.cpp1963 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr() function in ELFWriter
2470 writeEhdr(); in write()