Searched refs:writePhdrs (Results 1 – 5 of 5) sorted by relevance
4486 template <typename ELFT> void elf::writePhdrs(uint8_t *buf, Partition &part) { in writePhdrs() function in elf4531 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);
1466 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part);
2876 writePhdrs<ELFT>(ctx.bufferStart + sizeof(Elf_Ehdr), *ctx.mainPart); in writeHeader()
337 void writePhdrs();
2076 template <class ELFT> void ELFWriter<ELFT>::writePhdrs() { in writePhdrs() function in ELFWriter2545 writePhdrs(); in write()