Home
last modified time | relevance | path

Searched refs:st_other (Results 1 – 25 of 70) sorted by relevance

123

/external/elfutils/libebl/
Deblstother.c37 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()
Debl-hooks.h129 bool EBLHOOK(check_st_other_bits) (unsigned char st_other);
Dlibebl.h162 extern bool ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other);
Deblopenbackend.c205 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/
Dalpha_symbol.c151 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()
Dppc64_symbol.c131 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/
Dthumb-st_other.s1 @ 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/
Dthumb-st_other.s1 @ 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/
Dabstract.h118 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;) \
Dgelf_getsym.c86 COPY (st_other); in gelf_getsym()
Dgelf_update_sym.c92 COPY (st_other); in gelf_update_sym()
Dgelf_getsymshndx.c105 COPY (st_other); in gelf_getsymshndx()
Dgelf_update_symshndx.c117 COPY (st_other); in gelf_update_symshndx()
/external/llvm/include/llvm/Object/
DELFTypes.h197 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/
DELFTypes.h171 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/
DELFTypes.h171 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/
Dppc64-error-toc-local-call.s9 ## after a local call to a callee with st_other=1.
Dppc64-toc-call-to-pcrel.s18 # a local function with st_other=1, a TOC save stub is inserted.
/external/kernel-headers/original/uapi/linux/
Delf.h189 unsigned char st_other; member
196 unsigned char st_other; /* No defined meaning, 0 */ member
/external/toybox/toys/pending/
Dreadelf.c254 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/
DIceELFSection.h338 Str.write8(SymInfo.st_other); in writeSymbolMap()
350 Str.write8(SymInfo.st_other); in writeSymbolMap()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsymbol-visibility.test4 ## Check how we dump symbols when they have only STV_* bits set for st_other.
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h229 unsigned char st_other; ///< Reserved for future use. member
/external/llvm-project/lld/ELF/
DInputFiles.cpp1126 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/
Dasm-tst3.c297 if (sym->st_other != 0) in main()

123