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

12

/external/elfutils/libebl/
H A Deblstother.c1 /* Check st_other flag.
37 ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other) argument
39 return ((st_other ^ GELF_ST_VISIBILITY (st_other)) == 0
40 || 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.h163 /* Check whether only valid bits are set on the st_other symbol flag. */
164 extern bool ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other);
H A Deblopenbackend.c188 static bool default_check_st_other_bits (unsigned char st_other);
692 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/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/libelf/
H A Dgelf_getsym.c86 COPY (st_other);
H A Dgelf_update_sym.c92 COPY (st_other);
H A Dgelf_getsymshndx.c105 COPY (st_other);
H A Dgelf_update_symshndx.c117 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;) \
/external/syslinux/com32/include/sys/
H A Delf32.h55 unsigned char st_other; member in struct:elf32_sym
H A Delf64.h53 unsigned char st_other; member in struct:elf64_sym
/external/llvm/include/llvm/Object/
H A DELFTypes.h197 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
206 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
216 using Elf_Sym_Base<ELFT>::st_other;
230 /// Access to the STV_xxx flag stored in the first two bits of st_other.
235 unsigned char getVisibility() const { return st_other & 0x3; }
238 st_other = (st_other & ~0x3) | v;
/external/syslinux/core/fs/pxe/
H A Dhttp_readdir.c43 uint8_t st_other; /* anything else */ member in struct:machine
47 /* xchar st_xchar st_left st_right st_space st_other */
415 state = sm->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/swiftshader/third_party/subzero/src/
H A DIceELFSection.h338 Str.write8(SymInfo.st_other);
350 Str.write8(SymInfo.st_other);
/external/elfutils/tests/
H A Dasm-tst3.c296 if (sym->st_other != 0)
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h812 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf32_Sym
830 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf64_Sym
/external/elfutils/src/
H A Delfcmp.c370 || sym1->st_other != sym2->st_other
/external/llvm/include/llvm/Support/
H A DELF.h388 // Special values for the st_other field in the symbol table entry for PPC64.
534 // Special values for the st_other field in the symbol table entry for MIPS.
825 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf32_Sym
843 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf64_Sym
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h387 // Special values for the st_other field in the symbol table entry for PPC64.
525 // Special values for the st_other field in the symbol table entry for MIPS.
829 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf32_Sym
847 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf64_Sym
/external/elfutils/libasm/
H A Dasm_end.c199 syment.st_other = 0;
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp180 S.Other = Sym->st_other;

Completed in 2169 milliseconds

12