Lines Matching refs:Partition
1291 elf::Partition &part = getPartition(); in computeContents()
3341 Partition &part = s->getPartition(); in combineEhSections()
3714 template <typename ELFT> void elf::writeEhdr(uint8_t *buf, Partition &part) { in writeEhdr()
3736 template <typename ELFT> void elf::writePhdrs(uint8_t *buf, Partition &part) { in writePhdrs()
3886 std::vector<Partition> elf::partitions;
3887 Partition *elf::mainPart;
3953 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part);
3954 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part);
3955 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part);
3956 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part);
3958 template void elf::writePhdrs<ELF32LE>(uint8_t *Buf, Partition &Part);
3959 template void elf::writePhdrs<ELF32BE>(uint8_t *Buf, Partition &Part);
3960 template void elf::writePhdrs<ELF64LE>(uint8_t *Buf, Partition &Part);
3961 template void elf::writePhdrs<ELF64BE>(uint8_t *Buf, Partition &Part);