Searched refs:st_value (Results 51 - 57 of 57) sorted by relevance

123

/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c517 id->addr[id->addr_cnt++] = sym.st_value;
/linux-master/kernel/module/
H A Dmain.c1366 /* Change all symbols so that st_value encodes the pointer directly. */
1398 (long)sym[i].st_value, name);
1409 sym[i].st_value = kernel_symbol_value(ksym);
1430 sym[i].st_value += secbase;
2934 /* Fix up syms, so that st_value is a pointer to location. */
/linux-master/tools/lib/bpf/
H A Dlibbpf.c857 sec_off = sym->st_value;
3295 vsi->offset = sym->st_value;
4434 if (sym->st_value % BPF_INSN_SZ) {
4436 prog->name, sym_name, (size_t)sym->st_value);
4441 reloc_desc->sym_off = sym->st_value;
4453 /* global_func: sym->st_value = offset in the section, insn->imm = 0.
4454 * local_func: sym->st_value = 0, insn->imm = offset in the section.
4456 if ((sym->st_value % BPF_INSN_SZ) || (insn->imm % BPF_INSN_SZ)) {
4458 prog->name, sym_name, (size_t)sym->st_value, insn->imm);
4464 reloc_desc->sym_off = sym->st_value;
[all...]
/linux-master/kernel/livepatch/
H A Dcore.c257 sym->st_value = addr;
/linux-master/tools/testing/selftests/sgx/
H A Dmain.c223 vdso_sgx_enter_enclave = addr + sgx_enter_enclave_sym->st_value;
/linux-master/tools/perf/util/
H A Dprobe-finder.c544 eaddr = sym.st_value;
/linux-master/tools/objtool/
H A Dcheck.c1587 dest_off = reloc->sym->sym.st_value +

Completed in 223 milliseconds

123