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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c356 int sym_off; member in struct:reloc_desc::__anon168::__anon169
4441 reloc_desc->sym_off = sym->st_value;
4464 reloc_desc->sym_off = sym->st_value;
4476 reloc_desc->sym_off = sym->st_value;
4506 reloc_desc->sym_off = 0; /* sym->st_value determines map_idx */
4534 reloc_desc->sym_off = sym->st_value;
5972 insn[1].imm = insn[0].imm + relo->sym_off;
6298 * for subprog addr relocation, the relo->sym_off + insn->imm is
6302 sub_insn_idx = relo->sym_off / BPF_INSN_SZ + insn->imm + 1;
6304 sub_insn_idx = (relo->sym_off
11903 long sym_off; local
[all...]

Completed in 313 milliseconds