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

12

/external/elfutils/0.153/libebl/
H A Deblstother.c1 /* Check st_other flag.
58 ebl_check_st_other_bits (ebl, st_other)
60 unsigned char st_other;
62 return ((st_other ^ GELF_ST_VISIBILITY (st_other)) == 0
63 || ebl->check_st_other_bits (st_other ^ GELF_ST_VISIBILITY (st_other)));
H A Debl-hooks.h148 /* Check whether only valid bits are set on the st_other symbol flag.
150 bool EBLHOOK(check_st_other_bits) (unsigned char st_other);
H A Dlibebl.h171 /* Check whether only valid bits are set on the st_other symbol flag. */
172 extern bool ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other);
H A Deblopenbackend.c210 static bool default_check_st_other_bits (unsigned char st_other);
711 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/0.153/backends/
H A Dalpha_symbol.c145 /* Check whether only valid bits are set on the st_other symbol flag.
148 alpha_check_st_other_bits (unsigned char st_other) argument
150 return ((((st_other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_NOPV)
151 || ((st_other & STO_ALPHA_STD_GPLOAD) == STO_ALPHA_STD_GPLOAD))
152 && (st_other &~ STO_ALPHA_STD_GPLOAD) == 0);
/external/elfutils/0.153/libelf/
H A Dgelf_getsym.c110 COPY (st_other);
H A Dgelf_update_sym.c122 COPY (st_other);
H A Dgelf_getsymshndx.c130 COPY (st_other);
H A Dgelf_update_symshndx.c148 COPY (st_other);
H A Dabstract.h139 TYPE_EXTRA (unsigned char st_other;) \
140 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
148 TYPE_EXTRA (unsigned char st_other;) \
149 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
H A Delf.h388 unsigned char st_other; /* Symbol visibility */ member in struct:__anon21222
396 unsigned char st_other; /* Symbol visibility */ member in struct:__anon21223
481 /* How to extract and insert information held in the st_other field. */
488 /* Symbol visibility specification encoded in the st_other field. */
1454 /* MIPS specific values for `st_other'. */
1946 /* Legal values for st_other field of Elf64_Sym. */
/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/chromium_org/third_party/libvpx/include/
H A Delf.h208 unsigned char st_other; member in struct:elf32_sym
216 unsigned char st_other; member in struct:elf64_sym
/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/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c371 ENDIAN_ASSIGN_IN_PLACE(sym32->st_other);
379 ENDIAN_ASSIGN_IN_PLACE(sym64->st_other);
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c371 ENDIAN_ASSIGN_IN_PLACE(sym32->st_other);
379 ENDIAN_ASSIGN_IN_PLACE(sym64->st_other);
/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
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp136 S.Visibility = Sym->st_other & 0x3;
/external/elfutils/0.153/src/
H A Delfcmp.c371 || sym1->st_other != sym2->st_other
/external/qemu/include/
H A Delf.h1228 unsigned char st_other; member in struct:elf32_sym
1235 unsigned char st_other; /* No defined meaning, 0 */ member in struct:elf64_sym
/external/elfutils/0.153/libasm/
H A Dasm_end.c196 syment.st_other = 0;
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp307 Symbol.st_other = Sym.Visibility;
/external/llvm/include/llvm/Support/
H A DELF.h936 // Special values for the st_other field in the symbol table entry for MIPS.
1414 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf32_Sym
1432 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf64_Sym

Completed in 4498 milliseconds

12