Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp3757 template <typename ELFT> void elf::writePhdrs(uint8_t *buf, Partition &part) { in writePhdrs() function in elf
3802 writePhdrs<ELFT>(buf, getPartition()); in writeTo()
3978 template void elf::writePhdrs<ELF32LE>(uint8_t *Buf, Partition &Part);
3979 template void elf::writePhdrs<ELF32BE>(uint8_t *Buf, Partition &Part);
3980 template void elf::writePhdrs<ELF64LE>(uint8_t *Buf, Partition &Part);
3981 template void elf::writePhdrs<ELF64BE>(uint8_t *Buf, Partition &Part);
H A DSyntheticSections.h1216 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part);
H A DWriter.cpp2798 writePhdrs<ELFT>(Out::bufferStart + sizeof(Elf_Ehdr), *mainPart); in writeHeader()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h334 void writePhdrs();
H A DELFObject.cpp1998 template <class ELFT> void ELFWriter<ELFT>::writePhdrs() { in writePhdrs() function in ELFWriter
2449 writePhdrs(); in write()