Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4486 template <typename ELFT> void elf::writePhdrs(uint8_t *buf, Partition &part) { in writePhdrs() function in elf
4531 writePhdrs<ELFT>(buf, getPartition(ctx)); in writeTo()
5028 template void elf::writePhdrs<ELF32LE>(uint8_t *Buf, Partition &Part);
5029 template void elf::writePhdrs<ELF32BE>(uint8_t *Buf, Partition &Part);
5030 template void elf::writePhdrs<ELF64LE>(uint8_t *Buf, Partition &Part);
5031 template void elf::writePhdrs<ELF64BE>(uint8_t *Buf, Partition &Part);
H A DSyntheticSections.h1466 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part);
H A DWriter.cpp2876 writePhdrs<ELFT>(ctx.bufferStart + sizeof(Elf_Ehdr), *ctx.mainPart); in writeHeader()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h337 void writePhdrs();
H A DELFObject.cpp2076 template <class ELFT> void ELFWriter<ELFT>::writePhdrs() { in writePhdrs() function in ELFWriter
2545 writePhdrs(); in write()