Searched defs:st_other (Results 1 - 9 of 9) sorted by relevance

/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/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h231 unsigned char st_other; ///< Reserved for future use. member in struct:elf::ELFSymbol
/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/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/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
/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/libelf/
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/valgrind/main/perf/
H A Dtinycc.c382 unsigned char st_other; /* No defined meaning, 0 */ member in struct:__anon33283
390 unsigned char st_other; /* No defined meaning, 0 */ member in struct:__anon33284
475 /* How to extract and insert information held in the st_other field. */
482 /* Symbol visibility specification encoded in the st_other field. */
1161 /* MIPS specific values for `st_other'. */
1502 /* Legal values for st_other field of Elf64_Sym. */
14761 ((Elf32_Sym *)symtab_section->data)[sym->c].st_other |= 1;
18221 sym->st_other = other;
18339 esym->st_other = other;
20042 sym->st_info, sym->st_other,
[all...]

Completed in 293 milliseconds