Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3765 template <typename ELFT> void elf::writePhdrs(uint8_t *buf, Partition &part) { in writePhdrs() function in elf
3810 writePhdrs<ELFT>(buf, getPartition()); in writeTo()
4060 template void elf::writePhdrs<ELF32LE>(uint8_t *Buf, Partition &Part);
4061 template void elf::writePhdrs<ELF32BE>(uint8_t *Buf, Partition &Part);
4062 template void elf::writePhdrs<ELF64LE>(uint8_t *Buf, Partition &Part);
4063 template void elf::writePhdrs<ELF64BE>(uint8_t *Buf, Partition &Part);
H A DSyntheticSections.h1292 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part);
H A DWriter.cpp2911 writePhdrs<ELFT>(Out::bufferStart + sizeof(Elf_Ehdr), *mainPart); in writeHeader()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h334 void writePhdrs();
H A DELFObject.cpp2040 template <class ELFT> void ELFWriter<ELFT>::writePhdrs() { in writePhdrs() function in ELFWriter
2491 writePhdrs(); in write()