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

/linux-master/tools/perf/arch/powerpc/util/
H A Dsym-handling.c72 s->arch_sym = sym->st_other;
/linux-master/arch/sparc/vdso/
H A Dvma.c130 osym->st_other = nsym->st_other;
198 osym->st_other = nsym->st_other;
/linux-master/include/uapi/linux/
H A Delf.h193 unsigned char st_other; member in struct:elf32_sym
200 unsigned char st_other; /* No defined meaning, 0 */ member in struct:elf64_sym
/linux-master/tools/perf/util/
H A Dgenelf.c88 .st_other = ELF_ST_VIS(STV_DEFAULT),
95 .st_other = ELF_ST_VIS(STV_DEFAULT),
H A Dsymbol-elf.c59 /* How to extract information held in the st_other field. */
114 return GELF_ST_VISIBILITY(sym->st_other);
/linux-master/arch/alpha/kernel/
H A Dmodule.c209 if ((sym->st_other & STO_ALPHA_STD_GPLOAD) ==
/linux-master/tools/lib/bpf/
H A Dlinker.c432 init_sym->st_other = 0;
810 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
814 || sym->st_other != 0 || sym->st_shndx != 0
1824 * but it is stored in the lower 2 bits of st_other
1826 sym->st_other &= ~0x03;
1827 sym->st_other |= sym_vis;
1844 sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
1939 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other))
1993 dst_sym->st_other = sym->st_other;
[all...]
H A Dlibbpf.c908 if (prog->sym_global && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN
909 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL))
3304 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN
3305 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c55 /* PowerPC64 specific values for the Elf64_Sym st_other field. */
63 /* sym->st_other indicates offset to local entry point
66 return PPC64_LOCAL_ENTRY_OFFSET(sym->st_other);
/linux-master/arch/x86/tools/
H A Drelocs.c625 sym_visibility(ELF_ST_VISIBILITY(sym->st_other)),

Completed in 166 milliseconds