/external/elfutils/libebl/ |
D | eblstother.c | 37 ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other) in ebl_check_st_other_bits() argument 39 return ((st_other ^ GELF_ST_VISIBILITY (st_other)) == 0 in ebl_check_st_other_bits() 40 || ebl->check_st_other_bits (st_other ^ GELF_ST_VISIBILITY (st_other))); in ebl_check_st_other_bits()
|
D | ebl-hooks.h | 129 bool EBLHOOK(check_st_other_bits) (unsigned char st_other);
|
D | libebl.h | 162 extern bool ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other);
|
D | eblopenbackend.c | 205 static bool default_check_st_other_bits (unsigned char st_other); 653 default_check_st_other_bits (unsigned char st_other __attribute__ ((unused))) in default_check_st_other_bits() argument
|
/external/elfutils/backends/ |
D | alpha_symbol.c | 151 alpha_check_st_other_bits (unsigned char st_other) in alpha_check_st_other_bits() argument 153 return ((((st_other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_NOPV) in alpha_check_st_other_bits() 154 || ((st_other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_STD_GPLOAD)) in alpha_check_st_other_bits() 155 && (st_other &~ STO_ALPHA_STD_GPLOAD) == 0); in alpha_check_st_other_bits()
|
D | ppc64_symbol.c | 131 ppc64_check_st_other_bits (unsigned char st_other) in ppc64_check_st_other_bits() argument 133 return (PPC64_LOCAL_ENTRY_OFFSET (st_other) != 0); in ppc64_check_st_other_bits()
|
/external/llvm/test/MC/ARM/ |
D | 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/llvm-project/llvm/test/MC/ARM/ |
D | 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/libelf/ |
D | abstract.h | 118 TYPE_EXTRA (unsigned char st_other;) \ 119 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \ 127 TYPE_EXTRA (unsigned char st_other;) \ 128 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
|
D | gelf_getsym.c | 86 COPY (st_other); in gelf_getsym()
|
D | gelf_update_sym.c | 92 COPY (st_other); in gelf_update_sym()
|
D | gelf_getsymshndx.c | 105 COPY (st_other); in gelf_getsymshndx()
|
D | gelf_update_symshndx.c | 117 COPY (st_other); in gelf_update_symshndx()
|
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 197 unsigned char st_other; // Must be zero; reserved 206 unsigned char st_other; // Must be zero; reserved 216 using Elf_Sym_Base<ELFT>::st_other; 235 unsigned char getVisibility() const { return st_other & 0x3; } 238 st_other = (st_other & ~0x3) | v;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ELFTypes.h | 171 unsigned char st_other; // Must be zero; reserved 180 unsigned char st_other; // Must be zero; reserved 190 using Elf_Sym_Base<ELFT>::st_other; 210 unsigned char getVisibility() const { return st_other & 0x3; } 213 st_other = (st_other & ~0x3) | v;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 171 unsigned char st_other; // Must be zero; reserved 180 unsigned char st_other; // Must be zero; reserved 190 using Elf_Sym_Base<ELFT>::st_other; 210 unsigned char getVisibility() const { return st_other & 0x3; } 213 st_other = (st_other & ~0x3) | v;
|
/external/llvm-project/lld/test/ELF/ |
D | ppc64-error-toc-local-call.s | 9 ## after a local call to a callee with st_other=1.
|
D | ppc64-toc-call-to-pcrel.s | 18 # a local function with st_other=1, a TOC save stub is inserted.
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 189 unsigned char st_other; member 196 unsigned char st_other; /* No defined meaning, 0 */ member
|
/external/toybox/toys/pending/ |
D | readelf.c | 254 unsigned char st_info, st_other; in show_symbols() local 261 st_other = *symtab++; in show_symbols() 269 st_other = *symtab++; in show_symbols() 284 stv_type(st_other & 3), ndx, name); in show_symbols()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.h | 338 Str.write8(SymInfo.st_other); in writeSymbolMap() 350 Str.write8(SymInfo.st_other); in writeSymbolMap()
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | symbol-visibility.test | 4 ## Check how we dump symbols when they have only STV_* bits set for st_other.
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.h | 229 unsigned char st_other; ///< Reserved for future use. member
|
/external/llvm-project/lld/ELF/ |
D | InputFiles.cpp | 1126 make<Undefined>(this, name, STB_LOCAL, eSym.st_other, type); in initializeSymbols() 1129 make<Undefined>(this, name, STB_LOCAL, eSym.st_other, type, in initializeSymbols() 1132 this->symbols[i] = make<Defined>(this, name, STB_LOCAL, eSym.st_other, in initializeSymbols() 1145 uint8_t stOther = eSym.st_other; in initializeSymbols() 1556 Undefined{this, name, sym.getBinding(), sym.st_other, sym.getType()}); in parse() 1571 sym.st_other, sym.getType(), sym.st_value, in parse() 1593 sym.st_other, sym.getType(), sym.st_value, in parse()
|
/external/elfutils/tests/ |
D | asm-tst3.c | 297 if (sym->st_other != 0) in main()
|