Lines Matching refs:Partition
1323 elf::Partition &part = getPartition(); in computeContents()
3735 template <typename ELFT> void elf::writeEhdr(uint8_t *buf, Partition &part) { in writeEhdr()
3757 template <typename ELFT> void elf::writePhdrs(uint8_t *buf, Partition &part) { in writePhdrs()
3906 std::vector<Partition> elf::partitions;
3907 Partition *elf::mainPart;
3973 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part);
3974 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part);
3975 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part);
3976 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part);
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);