Lines Matching refs:Packer
5 #include "packer.h"
53 RelocationPacker<ELF> packer;
56 packer.PackRelocations(relocations, &packed);
87 TEST(Packer, PackNoAddend32) {
91 TEST(Packer, PackNoAddend64) {
123 RelocationPacker<ELF> packer;
124 packer.UnpackRelocations(packed, &relocations);
139 TEST(Packer, UnpackNoAddend32) {
143 TEST(Packer, UnpackNoAddend64) {
163 RelocationPacker<ELF> packer;
166 packer.PackRelocations(relocations, &packed);
219 TEST(Packer, PackWithAddend) {
275 RelocationPacker<ELF> packer;
278 packer.UnpackRelocations(packed, &relocations);
295 TEST(Packer, UnpackWithAddend) {