HomeSort by relevance Sort by last modified time
    Searched full:r_type (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/llvm/test/MC/ELF/
relocation.s 29 // CHECK-NEXT: ('r_type', 0x0000000a)
35 // CHECK-NEXT: ('r_type', 0x0000000b)
41 // CHECK-NEXT: ('r_type', 0x0000000b)
47 // CHECK-NEXT: ('r_type', 0x0000000b)
53 // CHECK-NEXT: ('r_type', 0x0000000b)
59 // CHECK-NEXT: ('r_type', 0x0000000a)
65 // CHECK-NEXT: ('r_type', 0x00000016)
71 // CHECK-NEXT: ('r_type', 0x00000013)
77 // CHECK-NEXT: ('r_type', 0x00000017)
83 // CHECK-NEXT: ('r_type', 0x00000014
    [all...]
cfi.s 244 // CHECK-NEXT: ('r_type', 0x00000002)
250 // CHECK-NEXT: ('r_type', 0x0000000a)
256 // CHECK-NEXT: ('r_type', 0x00000001)
262 // CHECK-NEXT: ('r_type', 0x00000002)
268 // CHECK-NEXT: ('r_type', 0x0000000a)
274 // CHECK-NEXT: ('r_type', 0x00000002)
280 // CHECK-NEXT: ('r_type', 0x0000000a)
286 // CHECK-NEXT: ('r_type', 0x00000001)
292 // CHECK-NEXT: ('r_type', 0x00000002)
298 // CHECK-NEXT: ('r_type', 0x0000000c
    [all...]
relocation-386.s 9 // CHECK-NEXT: ('r_type', 0x09)
14 // CHECK-NEXT: ('r_type', 0x04)
19 // CHECK-NEXT: ('r_type', 0x0a)
26 // CHECK-NEXT: ('r_type',
33 // CHECK-NEXT: ('r_type', 0x03
40 // CHECK-NEXT: ('r_type', 0x12)
47 // CHECK-NEXT: ('r_type', 0x22)
54 // CHECK-NEXT: ('r_type', 0x0f)
61 // CHECK-NEXT: ('r_type', 0x11)
68 // CHECK-NEXT: ('r_type', 0x10
    [all...]
got.s 13 // CHECK-NEXT: ('r_type', 0x00000003)
19 // CHECK-NEXT: ('r_type', 0x00000009)
diff.s 14 // CHECK-NEXT: ('r_type', 0x0000000b)
plt.s 11 // CHECK-NEXT: ('r_type', 0x00000004)
weak-relocation.s 13 //CHECK-NEXT: ('r_type', 0x00000002)
merge.s 30 // CHECK-NEXT: ('r_type', 0x00000002
38 // CHECK-NEXT: ('r_type', 0x0000000a)
46 // CHECK-NEXT: ('r_type', 0x0000000a
54 // CHECK-NEXT: ('r_type', 0x00000004
62 // CHECK-NEXT: ('r_type', 0x00000009
70 // CHECK-NEXT: ('r_type', 0x0000000b)
basic-elf-32.s 47 // CHECK: ('r_type', 0x01)
51 // CHECK: ('r_type', 0x02)
55 // CHECK: ('r_type', 0x01)
59 // CHECK: ('r_type', 0x02)
basic-elf-64.s 47 // CHECK: ('r_type', 0x0000000a)
52 // CHECK: ('r_type', 0x00000002)
57 // CHECK: ('r_type', 0x0000000a)
62 // CHECK: ('r_type', 0x00000002)
x86_64-reloc-sizetest.s 12 // CHECK-NEXT: ('r_type', 0x0000000b)
relocation-pc.s 23 // CHECK-NEXT: ('r_type', 0x0000000f)
29 // CHECK-NEXT: ('r_type', 0x00000002)
call-abs.s 22 // CHECK-NEXT: ('r_type', 0x02)
pic-diff.s 7 // CHECK-NEXT: ('r_type', 0x00000002)
alias-reloc.s 23 // CHECK-NEXT: ('r_type', 0x00000004)
30 // CHECK-NEXT: ('r_type', 0x00000001)
weakref-reloc.s 13 // CHECK-NEXT: ('r_type', 0x00000004)
19 // CHECK-NEXT: ('r_type', 0x00000002)
symref.s 28 // CHECK-NEXT: ('r_type', 0x0000000a)
34 // CHECK-NEXT: ('r_type', 0x0000000a)
40 // CHECK-NEXT: ('r_type', 0x0000000a)
46 // CHECK-NEXT: ('r_type', 0x0000000a)
52 // CHECK-NEXT: ('r_type', 0x0000000a)
local-reloc.s 18 // CHECK-NEXT: ('r_type',
cfi-adjust-cfa-offset.s 42 // CHECK-NEXT: ('r_type', 0x00000002)
cfi-advance-loc2.s 41 // CHECK-NEXT: ('r_type', 0x00000002)
cfi-def-cfa-offset.s 42 // CHECK-NEXT: ('r_type', 0x00000002)
  /external/llvm/test/CodeGen/ARM/
2010-11-30-reloc-movt.ll 27 ; OBJ-NEXT: 'r_type', 0x2b
32 ; OBJ-NEXT: 'r_type', 0x2c
37 ; OBJ-NEXT: 'r_type', 0x1c
  /external/llvm/include/llvm/CodeGen/
MachORelocation.h 31 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation
39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF);
42 (r_extern << 4) | (r_type & 15);
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /external/llvm/test/MC/ARM/
elf-movt.s 33 @ OBJ-NEXT: 'r_type', 0x2d
38 @ OBJ-NEXT: 'r_type', 0x2e
elf-thumbfunc-reloc.ll 32 ; CHECK-NEXT: 'r_type', 0x0a

Completed in 309 milliseconds

1 2 3 4