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

/external/elfutils/libelf/
H A Dgelf_getsym.c77 COPY (st_other);
H A Dgelf_update_sym.c89 COPY (st_other);
H A Dgelf_getsymshndx.c97 COPY (st_other);
H A Dgelf_update_symshndx.c115 COPY (st_other);
H A Dabstract.h106 TYPE_EXTRA (unsigned char st_other;) \
107 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
115 TYPE_EXTRA (unsigned char st_other;) \
116 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
H A Delf.h378 unsigned char st_other; /* Symbol visibility */ member in struct:__anon4199
386 unsigned char st_other; /* Symbol visibility */ member in struct:__anon4200
469 /* How to extract and insert information held in the st_other field. */
476 /* Symbol visibility specification encoded in the st_other field. */
1349 /* MIPS specific values for `st_other'. */
1796 /* Legal values for st_other field of Elf64_Sym. */
/external/kernel-headers/original/linux/
H A Delf.h157 unsigned char st_other; member in struct:elf32_sym
164 unsigned char st_other; /* No defined meaning, 0 */ member in struct:elf64_sym
/external/grub/stage2/
H A Di386-elf.h125 unsigned char st_other; member in struct:__anon4482
/external/elfutils/tests/
H A Dasm-tst3.c281 if (sym->st_other != 0)
/external/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/libvpx/build/make/
H A Dobj_int_extract.c469 ENDIAN_ASSIGN_IN_PLACE(sym32->st_other);
479 ENDIAN_ASSIGN_IN_PLACE(sym64->st_other);
/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
/external/elfutils/libasm/
H A Dasm_end.c184 syment.st_other = 0;
/external/llvm/lib/Object/
H A DELFObjectFile.cpp150 unsigned char st_other; // Must be zero; reserved member in struct:__anon6764::Elf_Sym_Base
159 unsigned char st_other; // Must be zero; reserved member in struct:__anon6764::Elf_Sym_Base
/external/elfutils/src/
H A Dldgeneric.c3484 sym->st_other = 0;
4031 sym->st_other = 0;
4827 sym->st_other = STV_DEFAULT;
5151 || XELF_ST_VISIBILITY (sym->st_other) == STV_INTERNAL
5152 || XELF_ST_VISIBILITY (sym->st_other) == STV_HIDDEN
H A Delflint.c658 if (sym->st_other != 0)
660 idx, section_name (ebl, ehdr, idx), "st_other");
H A Dreadelf.c1735 get_visibility_type (GELF_ST_VISIBILITY (sym->st_other)),
/external/valgrind/main/perf/
H A Dtinycc.c382 unsigned char st_other; /* No defined meaning, 0 */ member in struct:__anon11495
390 unsigned char st_other; /* No defined meaning, 0 */ member in struct:__anon11496
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;
18220 sym->st_other = other;
18338 esym->st_other = other;
20041 sym->st_info, sym->st_other,
[all...]

Completed in 140 milliseconds