Home
last modified time | relevance | path

Searched refs:func_offset (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/
H A Dmarkup_oops.pl40 my $func_offset = 0;
166 $func_offset = $2;
170 $func_offset = $2;
183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");
206 …from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
/linux/include/misc/
H A Docxl.h367 void ocxl_config_set_actag(struct pci_dev *dev, int func_offset,
/linux/tools/lib/bpf/
H A Dlibbpf.c13197 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts() argument
13252 func_offset += sym_off; in bpf_program__attach_uprobe_opts()
13278 func_offset, pid, ref_ctr_off); in bpf_program__attach_uprobe_opts()
13287 func_offset); in bpf_program__attach_uprobe_opts()
13294 binary_path, func_offset, pid); in bpf_program__attach_uprobe_opts()
13300 binary_path, func_offset, in bpf_program__attach_uprobe_opts()
13311 binary_path, func_offset, in bpf_program__attach_uprobe_opts()
13400 size_t func_offset) in bpf_program__attach_uprobe() argument
13404 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts); in bpf_program__attach_uprobe()