HomeSort by relevance Sort by last modified time
    Searched refs:relocations (Results 1 - 25 of 358) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
gc-thumb.d 2 There are no relocations in this file\.
unresolved-2.d 1 #name: SB relocations failure test
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
reloc-bad.d 1 #name: Invalid relocations
group-reloc-alu-parsing-bad.s 1 @ Tests that should fail for ALU group relocations.
9 @ Some nonexistent relocations:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
reloc-bad-1.d 1 #name: C6X bad relocations 1
reloc-bad-2.d 1 #name: C6X bad relocations 2
reloc-bad-3.d 1 #name: C6X bad relocations 3
reloc-bad-4.d 1 #name: C6X bad relocations 4
reloc-bad-5.d 1 #name: C6X bad relocations 5
reloc-bad-6.d 1 #name: C6X bad relocations 6
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
reloc16.s 1 # Simple relocations against 16-bit extern symbols.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
pcrel16.s 1 # Test for pc-relative relocations
  /bionic/tools/relocation_packer/src/
packer.h 5 // Pack relative relocations into a more compact form.
17 // A RelocationPacker packs vectors of relocations into more
22 // Pack relocations into a more compact form.
23 // |relocations| is a vector of relocation structs.
24 // |packed| is the vector of packed bytes into which relocations are packed.
25 static void PackRelocations(const std::vector<typename ELF::Rela>& relocations,
28 // Unpack relocations from their more compact form.
29 // |packed| is the vector of packed relocations.
30 // |relocations| is a vector of unpacked relocation structs.
32 std::vector<typename ELF::Rela>* relocations);
    [all...]
delta_encoder_unittest.cc 17 std::vector<T>* relocations) {
22 relocations->push_back(relocation);
41 std::vector<typename ELF::Rela> relocations; local
46 codec.Encode(relocations, &packed);
51 AddRelocation(0xf00d0000, 11U, 10000, &relocations);
53 codec.Encode(relocations, &packed);
70 AddRelocation(0xf00d0004, 11U, 10012, &relocations);
73 codec.Encode(relocations, &packed);
90 AddRelocation(0xf00d0008, 41U, 10024, &relocations);
92 // Add three more relocations, 8 byte offset deltas, -24 byte addend deltas
160 std::vector<typename ELF::Rela> relocations; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-10.d 5 There are no relocations in this file.
ifunc-11.d 5 There are no relocations in this file.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
comm-data4.d 6 There are no relocations in this file.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
protected4.d 5 There are no relocations in this file.
protected5.d 5 There are no relocations in this file.
tlspie1.d 6 There are no relocations in this file.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
protected4.d 5 There are no relocations in this file.
protected5.d 5 There are no relocations in this file.
tlspie1.d 6 There are no relocations in this file.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
call26.s 1 # Test for Nios II 32-bit relocations
call26_noat.s 1 # Test for Nios II 32-bit relocations

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 91011>>