Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/vdso/
H A Dvma.c130 osym->st_other = nsym->st_other; in patchsym64()
198 osym->st_other = nsym->st_other; in patchsym32()
/openbmc/linux/include/uapi/linux/
H A Delf.h193 unsigned char st_other; member
200 unsigned char st_other; /* No defined meaning, 0 */ member
/openbmc/linux/tools/perf/arch/powerpc/util/
H A Dsym-handling.c72 s->arch_sym = sym->st_other; in arch__sym_update()
/openbmc/linux/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.c113 return GELF_ST_VISIBILITY(sym->st_other); in elf_sym__visibility()
/openbmc/linux/tools/lib/bpf/
H A Dlinker.c434 init_sym->st_other = 0; in init_output_elf()
787 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()
791 || sym->st_other != 0 || sym->st_shndx != 0 in linker_sanity_check_elf_symtab()
1803 sym->st_other &= ~0x03; in sym_update_visibility()
1804 sym->st_other |= sym_vis; in sym_update_visibility()
1821 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()
1916 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()
1970 dst_sym->st_other = sym->st_other; in linker_append_elf_sym()
H A Dlibbpf.c881 && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs()
882 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()
2994 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in btf_fixup_datasec()
2995 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL) in btf_fixup_datasec()
/openbmc/linux/arch/alpha/kernel/
H A Dmodule.c209 if ((sym->st_other & STO_ALPHA_STD_GPLOAD) == in apply_relocate_add()
/openbmc/qemu/include/
H A Delf.h1478 unsigned char st_other; member
1485 unsigned char st_other; /* No defined meaning, 0 */ member
/openbmc/u-boot/include/
H A Delf.h359 unsigned char st_other; /* 0 - no defined meaning */ member
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_64.c66 return PPC64_LOCAL_ENTRY_OFFSET(sym->st_other); in local_entry_offset()
/openbmc/linux/arch/x86/tools/
H A Drelocs.c625 sym_visibility(ELF_ST_VISIBILITY(sym->st_other)), in print_absolute_symbols()
/openbmc/qemu/disas/
H A Dmips.c5071 && ((*(elf_symbol_type **) info->symbols)->internal_elf_sym.st_other in _print_insn_mips()