Lines Matching full:relocations
136 text.relocations.push_back(makeReloc(0x01, false, true, X86_64_RELOC_BRANCH, 1)); in TEST()
137 text.relocations.push_back(makeReloc(0x08, false, true, X86_64_RELOC_GOT_LOAD, 1)); in TEST()
138 text.relocations.push_back(makeReloc(0x0E, false, true, X86_64_RELOC_GOT, 1)); in TEST()
139 text.relocations.push_back(makeReloc(0x14, false, true, X86_64_RELOC_SIGNED, 1)); in TEST()
140 text.relocations.push_back(makeReloc(0x1A, false, true, X86_64_RELOC_SIGNED_1, 1)); in TEST()
141 text.relocations.push_back(makeReloc(0x21, false, true, X86_64_RELOC_SIGNED_4, 1)); in TEST()
142 text.relocations.push_back(makeReloc(0x2C, false, true, X86_64_RELOC_TLV, 2)); in TEST()
184 const Relocation& call = text.relocations[0]; in TEST()
190 const Relocation& gotLoad = text.relocations[1]; in TEST()
196 const Relocation& gotUse = text.relocations[2]; in TEST()
202 const Relocation& signed0 = text.relocations[3]; in TEST()
208 const Relocation& signed1 = text.relocations[4]; in TEST()
214 const Relocation& signed4 = text.relocations[5]; in TEST()
251 text.relocations.push_back(makeReloc(0x01, true, true, GENERIC_RELOC_VANILLA, 0)); in TEST()
252 text.relocations.push_back(makeReloc(0x06, false, true, GENERIC_RELOC_VANILLA, 0)); in TEST()
253 text.relocations.push_back(makeScatReloc(0x0c, GENERIC_RELOC_LOCAL_SECTDIFF, 0)); in TEST()
254 text.relocations.push_back(makeScatReloc(0x0, GENERIC_RELOC_PAIR, 5)); in TEST()
255 text.relocations.push_back(makeReloc(0x12, true, true, GENERIC_RELOC_TLV, 1)); in TEST()
296 const Relocation& call = text.relocations[0]; in TEST()
304 const Relocation& absLoad = text.relocations[1]; in TEST()
312 const Relocation& pic1 = text.relocations[2]; in TEST()
318 const Relocation& pic2 = text.relocations[3]; in TEST()
324 const Relocation& tlv = text.relocations[4]; in TEST()
362 text.relocations.push_back(makeReloc(0x00, true, true, in TEST()
364 text.relocations.push_back(makeScatReloc(0x04, in TEST()
366 text.relocations.push_back(makeScatReloc(0x00, in TEST()
368 text.relocations.push_back(makeScatReloc(0x08, in TEST()
370 text.relocations.push_back(makeScatReloc(0x00, in TEST()
372 text.relocations.push_back(makeReloc(0x0C, false, true, in TEST()
422 const Relocation& blx = text.relocations[0]; in TEST()
430 const Relocation& movw1 = text.relocations[1]; in TEST()
436 const Relocation& movw2 = text.relocations[2]; in TEST()
442 const Relocation& movt1 = text.relocations[3]; in TEST()
448 const Relocation& movt2 = text.relocations[4]; in TEST()
454 const Relocation& absPointer = text.relocations[5]; in TEST()
495 text.relocations.push_back(makeReloc(0x00, true, true, in TEST()
497 text.relocations.push_back(makeReloc(0x04, true, true, in TEST()
499 text.relocations.push_back(makeScatReloc(0x08, in TEST()
501 text.relocations.push_back(makeScatReloc(0x24, in TEST()
503 text.relocations.push_back(makeScatReloc(0x0C, in TEST()
505 text.relocations.push_back(makeScatReloc(0x24, in TEST()
507 text.relocations.push_back(makeScatReloc(0x10, in TEST()
509 text.relocations.push_back(makeScatReloc(0x00, in TEST()
511 text.relocations.push_back(makeScatReloc(0x14, in TEST()
513 text.relocations.push_back(makeScatReloc(0x00, in TEST()
515 text.relocations.push_back(makeReloc(0x18, false, false, in TEST()
517 text.relocations.push_back(makeReloc(0x28, false, false, in TEST()
519 text.relocations.push_back(makeReloc(0x1C, false, false, in TEST()
521 text.relocations.push_back(makeReloc(0x28, false, false, in TEST()
523 text.relocations.push_back(makeReloc(0x20, false, false, in TEST()
525 text.relocations.push_back(makeReloc(0x00, false, false, in TEST()
527 text.relocations.push_back(makeReloc(0x24, false, false, in TEST()
529 text.relocations.push_back(makeReloc(0x00, false, false, in TEST()
579 const Relocation& br24 = text.relocations[0]; in TEST()
587 const Relocation& br14 = text.relocations[1]; in TEST()
595 const Relocation& pichi1 = text.relocations[2]; in TEST()
601 const Relocation& pichi2 = text.relocations[3]; in TEST()
607 const Relocation& picha1 = text.relocations[4]; in TEST()
613 const Relocation& picha2 = text.relocations[5]; in TEST()
619 const Relocation& piclo1 = text.relocations[6]; in TEST()
625 const Relocation& piclo2 = text.relocations[7]; in TEST()
631 const Relocation& picloa1 = text.relocations[8]; in TEST()
637 const Relocation& picloa2 = text.relocations[9]; in TEST()
643 const Relocation& abshi1 = text.relocations[10]; in TEST()
649 const Relocation& abshi2 = text.relocations[11]; in TEST()
655 const Relocation& absha1 = text.relocations[12]; in TEST()
661 const Relocation& absha2 = text.relocations[13]; in TEST()
667 const Relocation& abslo1 = text.relocations[14]; in TEST()
673 const Relocation& abslo2 = text.relocations[15]; in TEST()
679 const Relocation& absloa1 = text.relocations[16]; in TEST()
685 const Relocation& absloa2 = text.relocations[17]; in TEST()