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

1 2 3 4 5 6

  /external/llvm/test/MC/ELF/
tls-i386.s 25 // CHECK-NEXT: ('st_other', 0x00)
34 // CHECK-NEXT: ('st_other', 0x00)
43 // CHECK-NEXT: ('st_other', 0x00)
52 // CHECK-NEXT: ('st_other', 0x00)
61 // CHECK-NEXT: ('st_other', 0x00)
70 // CHECK-NEXT: ('st_other', 0x00)
79 // CHECK-NEXT: ('st_other', 0x00)
88 // CHECK-NEXT: ('st_other', 0x00)
97 // CHECK-NEXT: ('st_other', 0x00)
106 // CHECK-NEXT: ('st_other', 0x00
    [all...]
weakref.s 76 // CHECK-NEXT: ('st_other', 0x00)
85 // CHECK-NEXT: ('st_other', 0x00)
94 // CHECK-NEXT: ('st_other', 0x00)
103 // CHECK-NEXT: ('st_other', 0x00)
112 // CHECK-NEXT: ('st_other', 0x00)
121 // CHECK-NEXT: ('st_other', 0x00)
130 // CHECK-NEXT: ('st_other', 0x00)
139 // CHECK-NEXT: ('st_other', 0x00)
148 // CHECK-NEXT: ('st_other', 0x00)
157 // CHECK-NEXT: ('st_other', 0x00
    [all...]
file.s 11 // CHECK-NEXT: ('st_other', 0x00)
20 // CHECK-NEXT: ('st_other', 0x00)
pr9292.s 13 // CHECK-NEXT: ('st_other', 0x00)
22 // CHECK-NEXT: ('st_other', 0x00)
symref.s 61 // CHECK-NEXT: ('st_other', 0x00)
70 // CHECK-NEXT: ('st_other', 0x00)
79 // CHECK-NEXT: ('st_other', 0x00)
88 // CHECK-NEXT: ('st_other', 0x00)
97 // CHECK-NEXT: ('st_other', 0x00)
106 // CHECK-NEXT: ('st_other', 0x00)
115 // CHECK-NEXT: ('st_other', 0x00)
124 // CHECK-NEXT: ('st_other', 0x00)
133 // CHECK-NEXT: ('st_other', 0x00)
142 // CHECK-NEXT: ('st_other', 0x00
    [all...]
alias.s 23 // CHECK-NEXT: ('st_other', 0x00)
32 // CHECK-NEXT: ('st_other', 0x00)
41 // CHECK-NEXT: ('st_other', 0x00)
50 // CHECK-NEXT: ('st_other', 0x00)
59 // CHECK-NEXT: ('st_other', 0x00)
74 // CHECK-NEXT: ('st_other', 0x00)
82 // CHECK-NEXT: ('st_other', 0x00)
tls.s 18 // CHECK-NEXT: ('st_other', 0x00)
28 // CHECK-NEXT: ('st_other', 0x00)
37 // CHECK-NEXT: ('st_other', 0x00)
46 // CHECK-NEXT: ('st_other', 0x00)
55 // CHECK-NEXT: ('st_other', 0x00)
64 // CHECK-NEXT: ('st_other', 0x00)
73 // CHECK-NEXT: ('st_other', 0x00)
common.s 14 // CHECK-NEXT: ('st_other', 0x00)
28 // CHECK-NEXT: ('st_other', 0x00)
40 // CHECK-NEXT: ('st_other', 0x00)
53 // CHECK-NEXT: ('st_other', 0x00)
73 // CHECK-NEXT: ('st_other', 0x00)
84 // CHECK-NEXT: ('st_other', 0x00)
type.s 23 // CHECK-NEXT: ('st_other', 0x00)
32 // CHECK-NEXT: ('st_other', 0x00)
41 // CHECK-NEXT: ('st_other', 0x00)
weakref-reloc.s 27 // CHECK-NEXT: ('st_other', 0x00)
36 // CHECK-NEXT: ('st_other', 0x00)
45 // CHECK-NEXT: ('st_other', 0x00)
abs.s 13 // CHECK-NEXT: ('st_other', 0x00)
set.s 10 // CHECK-NEXT: ('st_other', 0x00)
30 // CHECK-NEXT: ('st_other', 0x00)
weak.s 16 //CHECK-NEXT: ('st_other', 0x00)
25 //CHECK-NEXT: ('st_other', 0x00)
pic-diff.s 16 // CHECK-NEXT: ('st_other', 0x00)
alias-reloc.s 38 // CHECK-NEXT: ('st_other', 0x00)
48 // CHECK-NEXT: ('st_other', 0x00)
comdat.s 49 // CHECK-NEXT: ('st_other', 0x00)
58 // CHECK-NEXT: ('st_other', 0x00)
68 // CHECK-NEXT: ('st_other', 0x00)
gen-dwarf.s 57 // CHECK-NEXT: ('st_other', 0x00)
68 // CHECK-NEXT: ('st_other', 0x00)
local-reloc.s 28 // CHECK-NEXT: ('st_other', 0x00)
noexec.s 20 // CHECK-NEXT: ('st_other', 0x00)
undef.s 41 // CHECK-NEXT: ('st_other', 0x00)
rename.s 43 // CHECK-NEXT: ('st_other', 0x00)
  /frameworks/compile/linkloader/include/
ELFSymbol.h 50 byte_t st_other; member in class:ELFSymbol_CRTP
98 return ELF_ST_VISIBILITY(st_other);
165 AR & st_other; local
187 AR & st_other; local
  /external/llvm/test/CodeGen/ARM/
2010-12-15-elf-lcomm.ll 26 ; OBJ-NEXT: 'st_other', 0x00
  /external/elfutils/libelf/
abstract.h 139 TYPE_EXTRA (unsigned char st_other;) \
140 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
148 TYPE_EXTRA (unsigned char st_other;) \
149 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.tcc 264 uint8_t st_other = 0x0;
271 st_other = symtab[idx].st_other;
305 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
317 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
371 uint8_t st_other = 0x0;
374 st_other = entry->st_other;
401 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
404 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
    [all...]

Completed in 297 milliseconds

1 2 3 4 5 6