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

/linux-master/tools/lib/bpf/
H A Dlinker.c1839 Elf64_Sym *dst_sym; local
1918 dst_sym = get_sym_by_idx(linker, glob_sym->sym_idx);
1920 /* If new symbol is strong, then force dst_sym to be strong as
1929 sym_update_bind(dst_sym, STB_GLOBAL);
1939 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other))
1940 sym_update_visibility(dst_sym, sym_vis);
1962 sym_update_type(dst_sym, sym_type);
1963 dst_sym->st_shndx = dst_sec->sec_idx;
1964 dst_sym->st_value = src_sec->dst_off + sym->st_value;
1965 dst_sym
[all...]

Completed in 98 milliseconds