Searched refs:st_other (Results 1 – 6 of 6) sorted by relevance
72 s->arch_sym = sym->st_other; in arch__sym_update()
63 .st_other = ELF_ST_VIS(STV_DEFAULT),70 .st_other = ELF_ST_VIS(STV_DEFAULT),
111 return GELF_ST_VISIBILITY(sym->st_other); in elf_sym__visibility()
201 unsigned char st_other; member208 unsigned char st_other; /* No defined meaning, 0 */ member
483 init_sym->st_other = 0; in init_output_elf()940 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()944 || sym->st_other != 0 || sym->st_shndx != 0 in linker_sanity_check_elf_symtab()1992 sym->st_other &= ~0x03; in sym_update_visibility()1993 sym->st_other |= sym_vis; in sym_update_visibility()2010 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()2105 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()2159 dst_sym->st_other = sym->st_other; in linker_append_elf_sym()
943 if (prog->sym_global && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs()944 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()3407 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in btf_fixup_datasec()3408 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL) in btf_fixup_datasec()
Completed in 41 milliseconds