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

123

/linux-master/kernel/module/
H A Dmain.c1391 /* Change all symbols so that st_value encodes the pointer directly. */
1423 (long)sym[i].st_value, name);
1434 sym[i].st_value = kernel_symbol_value(ksym);
1455 sym[i].st_value += secbase;
2937 /* Fix up syms, so that st_value is a pointer to location. */
/linux-master/tools/lib/bpf/
H A Dlibbpf.c859 sec_off = sym->st_value;
3342 vsi->offset = sym->st_value;
4481 if (sym->st_value % BPF_INSN_SZ) {
4483 prog->name, sym_name, (size_t)sym->st_value);
4488 reloc_desc->sym_off = sym->st_value;
4500 /* global_func: sym->st_value = offset in the section, insn->imm = 0.
4501 * local_func: sym->st_value = 0, insn->imm = offset in the section.
4503 if ((sym->st_value % BPF_INSN_SZ) || (insn->imm % BPF_INSN_SZ)) {
4505 prog->name, sym_name, (size_t)sym->st_value, insn->imm);
4511 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.c542 eaddr = sym.st_value;
/linux-master/tools/objtool/
H A Dcheck.c1587 dest_off = reloc->sym->sym.st_value +

Completed in 193 milliseconds

123