Searched refs:st_other (Results 1 - 25 of 32) sorted by relevance

12

/external/elfutils/src/libebl/
H A Deblstother.c1 /* Check st_other flag.
37 ebl_check_st_other_bits (ebl, st_other)
39 unsigned char st_other;
41 return ((st_other ^ GELF_ST_VISIBILITY (st_other)) == 0
42 || ebl->check_st_other_bits (st_other ^ GELF_ST_VISIBILITY (st_other)));
H A Debl-hooks.h130 /* Check whether only valid bits are set on the st_other symbol flag.
132 bool EBLHOOK(check_st_other_bits) (unsigned char st_other);
H A Dlibebl.h150 /* Check whether only valid bits are set on the st_other symbol flag. */
151 extern bool ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other);
H A Deblopenbackend.c186 static bool default_check_st_other_bits (unsigned char st_other);
689 default_check_st_other_bits (unsigned char st_other __attribute__ ((unused)))
/external/llvm/test/MC/ARM/
H A 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/src/backends/
H A Dalpha_symbol.c148 /* Check whether only valid bits are set on the st_other symbol flag.
151 alpha_check_st_other_bits (unsigned char st_other) argument
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);
H A Dppc64_symbol.c127 ppc64_check_st_other_bits (unsigned char st_other) argument
129 return (PPC64_LOCAL_ENTRY_OFFSET (st_other) != 0);
/external/elfutils/src/libelf/
H A Dgelf_getsym.c89 COPY (st_other);
H A Dgelf_update_sym.c95 COPY (st_other);
H A Dgelf_getsymshndx.c109 COPY (st_other);
H A Dgelf_update_symshndx.c121 COPY (st_other);
H A 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;) \
H A Delf.h387 unsigned char st_other; /* Symbol visibility */ member in struct:__anon4634
395 unsigned char st_other; /* Symbol visibility */ member in struct:__anon4635
480 /* How to extract and insert information held in the st_other field. */
487 /* Symbol visibility specification encoded in the st_other field. */
1475 /* MIPS specific values for `st_other'. */
1967 /* Legal values for st_other field of Elf64_Sym. */
2292 /* PowerPC64 specific values for the Elf64_Sym st_other field. */
/external/llvm/include/llvm/Object/
H A DELFTypes.h161 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
170 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
179 using Elf_Sym_Base<ELFT>::st_other;
191 /// Access to the STV_xxx flag stored in the first two bits of st_other.
196 unsigned char getVisibility() const { return st_other & 0x3; }
199 st_other = (st_other & ~0x3) | v;
H A DELFObjectFile.h347 Result = toELFSymIter(Symb)->st_other;
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h231 unsigned char st_other; ///< Reserved for future use. member in struct:elf::ELFSymbol
H A DELFHeader.cpp314 st_other,
336 // Read st_info and st_other.
346 // Read st_info and st_other.
/external/kernel-headers/original/uapi/linux/
H A Delf.h187 unsigned char st_other; member in struct:elf32_sym
194 unsigned char st_other; /* No defined meaning, 0 */ member in struct:elf64_sym
/external/elfutils/src/tests/
H A Dasm-tst3.c296 if (sym->st_other != 0)
/external/llvm/include/llvm/Support/
H A DELF.h380 // Special values for the st_other field in the symbol table entry for PPC64.
470 // Special values for the st_other field in the symbol table entry for MIPS.
736 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf32_Sym
754 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf64_Sym
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp145 S.Other = Sym->st_other;
/external/elfutils/src/src/
H A Delfcmp.c364 || sym1->st_other != sym2->st_other
H A Dunstrip.c786 s->info.other = sym->st_other;
1713 sym.st_other = s->info.other;
/external/elfutils/src/libasm/
H A Dasm_end.c199 syment.st_other = 0;
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp315 Symbol.st_other = Sym.Other;

Completed in 593 milliseconds

12