Home
last modified time | relevance | path

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

/Linux-v5.15/arch/sparc/vdso/
Dvma.c130 osym->st_other = nsym->st_other; in patchsym64()
198 osym->st_other = nsym->st_other; in patchsym32()
/Linux-v5.15/include/uapi/linux/
Delf.h189 unsigned char st_other; member
196 unsigned char st_other; /* No defined meaning, 0 */ member
/Linux-v5.15/tools/perf/arch/powerpc/util/
Dsym-handling.c72 s->arch_sym = sym->st_other; in arch__sym_update()
/Linux-v5.15/tools/perf/util/
Dgenelf.c87 .st_other = ELF_ST_VIS(STV_DEFAULT),
94 .st_other = ELF_ST_VIS(STV_DEFAULT),
Dsymbol-elf.c124 return GELF_ST_VISIBILITY(sym->st_other); in elf_sym__visibility()
/Linux-v5.15/tools/lib/bpf/
Dlinker.c432 init_sym->st_other = 0; in init_output_elf()
796 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()
800 || sym->st_other != 0 || sym->st_shndx != 0 in linker_sanity_check_elf_symtab()
1798 sym->st_other &= ~0x03; in sym_update_visibility()
1799 sym->st_other |= sym_vis; in sym_update_visibility()
1816 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()
1911 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()
1965 dst_sym->st_other = sym->st_other; in linker_append_elf_sym()
Dlibbpf.c735 && (GELF_ST_VISIBILITY(sym.st_other) == STV_HIDDEN in bpf_object__add_programs()
736 || GELF_ST_VISIBILITY(sym.st_other) == STV_INTERNAL)) in bpf_object__add_programs()
/Linux-v5.15/arch/alpha/kernel/
Dmodule.c211 if ((sym->st_other & STO_ALPHA_STD_GPLOAD) == in apply_relocate_add()
/Linux-v5.15/arch/powerpc/kernel/
Dmodule_64.c62 return PPC64_LOCAL_ENTRY_OFFSET(sym->st_other); in local_entry_offset()
/Linux-v5.15/arch/x86/tools/
Drelocs.c571 sym_visibility(ELF_ST_VISIBILITY(sym->st_other)), in print_absolute_symbols()