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

/external/elfutils/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.h391 unsigned char st_other; /* Symbol visibility */ member in struct:__anon17538
399 unsigned char st_other; /* Symbol visibility */ member in struct:__anon17539
482 /* How to extract and insert information held in the st_other field. */
489 /* Symbol visibility specification encoded in the st_other field. */
1405 /* MIPS specific values for `st_other'. */
1897 /* Legal values for st_other field of Elf64_Sym. */
/external/grub/stage2/
H A Di386-elf.h125 unsigned char st_other; member in struct:__anon17855
/external/elfutils/tests/
H A Dasm-tst3.c304 if (sym->st_other != 0)
/external/elfutils/src/
H A Delfcmp.c315 || sym1->st_other != sym2->st_other
H A Dunstrip.c780 s->info.other = sym->st_other;
1706 sym.st_other = s->info.other;
H A Dldgeneric.c3714 sym->st_other = symst->hidden ? STV_HIDDEN : STV_DEFAULT;
4718 sym->st_other = 0;
5541 sym->st_other = STV_DEFAULT;
5865 || XELF_ST_VISIBILITY (sym->st_other) == STV_INTERNAL
5866 || XELF_ST_VISIBILITY (sym->st_other) == STV_HIDDEN
H A Delflint.c642 if (sym->st_other != 0)
644 idx, section_name (ebl, idx), "st_other");
H A Dreadelf.c1862 get_visibility_type (GELF_ST_VISIBILITY (sym->st_other)),
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c355 ENDIAN_ASSIGN_IN_PLACE(sym32->st_other);
363 ENDIAN_ASSIGN_IN_PLACE(sym64->st_other);
/external/llvm/include/llvm/Support/
H A DELF.h886 // Special values for the st_other field in the symbol table entry for MIPS.
1246 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf32_Sym
1264 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf64_Sym
/external/qemu/
H A Delf.h985 unsigned char st_other; member in struct:elf32_sym
992 unsigned char st_other; /* No defined meaning, 0 */ member in struct:elf64_sym
H A Dmips-dis.c4102 && ((*(elf_symbol_type **) info->symbols)->internal_elf_sym.st_other
/external/elfutils/libasm/
H A Dasm_end.c196 syment.st_other = 0;
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp661 W.printNumber("Other", Symbol->st_other);
/external/llvm/include/llvm/Object/
H A DELF.h185 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
194 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
/external/valgrind/main/perf/
H A Dtinycc.c382 unsigned char st_other; /* No defined meaning, 0 */ member in struct:__anon27938
390 unsigned char st_other; /* No defined meaning, 0 */ member in struct:__anon27939
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 535 milliseconds