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

1 2 3

  /external/llvm/test/MC/ARM/
eh-directive-personality.s 35 @ CHECK: Relocations [
44 @ CHECK: Relocations [
77 @ CHECK: Relocations [
86 @ CHECK: Relocations [
eh-directive-personalityindex.s 28 @ CHECK: Relocations [
57 @ CHECK: Relocations [
90 @ CHECK: Relocations [
127 @ CHECK: Relocations [
161 @ CHECK: Relocations [
196 @ CHECK: Relocations [
elf-movt.s 32 @ OBJ-NEXT: Relocations [
51 @ OBJ-NEXT: Relocations [
directive-tlsdescseq.s 19 @ CHECK: Relocations [
eh-directive-cantunwind.s 49 @ CHECK: Relocations [
eh-directive-section.s 67 @ CHECK: Relocations [
92 @ CHECK: Relocations [
118 @ CHECK: Relocations [
144 @ CHECK: Relocations [
elf-thumbfunc-reloc.s 24 @CHECK: Relocations [
macho-relocs-with-addend.s 4 @ MachO relocations that end up expressed as internal
27 @ CHECK: Relocations [
eh-compact-pr0.s 66 @ CHECK: Relocations [
101 @ CHECK: Relocations [
eh-directive-handlerdata.s 46 @ CHECK: Relocations [
103 @ CHECK: Relocations [
  /external/llvm/test/MC/PowerPC/
ppc64-tls-relocs-01.s 18 # CHECK: Relocations [
ppc64-initial-cfa.s 28 # STATIC-NEXT: Relocations [
52 # STATIC-NEXT: Relocations [
69 # PIC-NEXT: Relocations [
93 # PIC-NEXT: Relocations [
ppc64-relocs-01.s 22 # CHECK: Relocations [
24 # The relocations in .rela.text are the 'number64' load using a
32 # The .opd entry for the 'access_int64' function creates 2 relocations:
  /external/llvm/tools/llvm-readobj/
llvm-readobj.h 34 extern llvm::cl::opt<bool> Relocations;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 69 int Relocations;
89 typedef std::vector<COFFRelocation> relocations; typedef in namespace:__anon30505
99 relocations Relocations;
197 , Relocations(0)
220 // if it has relocations pointing at it, keep it
221 if (Relocations > 0) {
222 assert(Section->Number != -1 && "Sections with relocations must be real!");
765 // Turn relocations for temporary symbols into section relocations
    [all...]
  /external/llvm/test/MC/ARM/Windows/
mov32t-range.s 2 @ RUN: | llvm-readobj -r - | FileCheck -check-prefix CHECK-RELOCATIONS %s
28 @ CHECK-RELOCATIONS: Relocations [
29 @ CHECK-RELOCATIONS: .text {
30 @ CHECK-RELOCATIONS: 0x0 IMAGE_REL_ARM_MOV32T .rdata
31 @ CHECK-RELOCATIONS-NOT: 0x4 IMAGE_REL_ARM_MOV32T .rdata
32 @ CHECK-RELOCATIONS: }
33 @ CHECK-RELOCATIONS: ]
  /external/llvm/test/MC/Mips/
micromips-jump26.s 8 # for relocations.
16 # Check that the appropriate relocations were created.
18 # CHECK-ELF: Relocations [
micromips-tailr.s 8 # for relocations.
18 # Check that the appropriate relocations were created.
20 # CHECK-ELF: Relocations [
mips-data-directives.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
24 # CHECK-OBJ: Relocations [
mips_abi_flags_xx.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
25 # CHECK-OBJ: Relocations [
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 66 std::vector<COFFYAML::Relocation> Relocations;
67 for (const auto &Reloc : Section.relocations()) {
74 Relocations.push_back(Rel);
76 Sec.Relocations = Relocations;
  /external/llvm/test/MC/Mips/mips32/
abiflags.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
25 # CHECK-OBJ: Relocations [
  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
26 # CHECK-OBJ: Relocations [
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
25 # CHECK-OBJ: Relocations [
  /external/llvm/test/MC/Mips/mips64r2/
abiflags.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
25 # CHECK-OBJ: Relocations [

Completed in 268 milliseconds

1 2 3