| /external/llvm/test/MC/ARM/ |
| thumb-st_other.s | 1 @ Check the value of st_other for thumb function. 3 @ ARM does not define any st_other flags for thumb function. The value 4 @ for st_other should always be 0.
|
| /external/elfutils/libebl/ |
| eblstother.c | 1 /* Check st_other flag. 37 ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other) 39 return ((st_other ^ GELF_ST_VISIBILITY (st_other)) == 0 40 || ebl->check_st_other_bits (st_other ^ GELF_ST_VISIBILITY (st_other)));
|
| /external/swiftshader/third_party/LLVM/test/MC/ELF/ |
| 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)
|
| tls.s | 16 // CHECK-NEXT: ('st_other', 0x00) 26 // CHECK-NEXT: ('st_other', 0x00) 35 // CHECK-NEXT: ('st_other', 0x00) 44 // 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-i386.s | 18 // CHECK-NEXT: ('st_other', 0x00) 27 // CHECK-NEXT: ('st_other', 0x00) 36 // CHECK-NEXT: ('st_other', 0x00) 45 // CHECK-NEXT: ('st_other', 0x00) 54 // CHECK-NEXT: ('st_other', 0x00) 63 // CHECK-NEXT: ('st_other', 0x00) 72 // 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)
|
| 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)
|
| type.s | 19 // CHECK-NEXT: ('st_other', 0x00) 28 // 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)
|
| 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)
|
| /external/elfutils/backends/ |
| alpha_symbol.c | 148 /* Check whether only valid bits are set on the st_other symbol flag. 151 alpha_check_st_other_bits (unsigned char st_other) 153 return ((((st_other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_NOPV) 154 || ((st_other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_STD_GPLOAD)) 155 && (st_other &~ STO_ALPHA_STD_GPLOAD) == 0);
|
| /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
| 2010-12-15-elf-lcomm.ll | 26 ; OBJ-NEXT: 'st_other', 0x00
|
| /external/syslinux/com32/include/sys/ |
| elf32.h | 55 unsigned char st_other; member in struct:elf32_sym
|
| elf64.h | 53 unsigned char st_other; member in struct:elf64_sym
|