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

/linux-master/tools/lib/bpf/
H A Dlinker.c810 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); local
826 if (sym_vis != STV_DEFAULT && sym_vis != STV_HIDDEN) {
828 i, sec->sec_idx, sym_vis);
1821 static void sym_update_visibility(Elf64_Sym *sym, int sym_vis) argument
1827 sym->st_other |= sym_vis;
1836 int name_off, sym_type, sym_bind, sym_vis, err; local
1844 sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
1939 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other))
1940 sym_update_visibility(dst_sym, sym_vis);
[all...]

Completed in 266 milliseconds