Searched refs:func_offset (Results 1 – 6 of 6) sorted by relevance
/linux/scripts/ |
H A D | faddr2line | 180 local func_offset=${func_addr#*+} 181 func_offset=${func_offset%/*} 185 if [[ -z $sym_name ]] || [[ -z $func_offset ]] || [[ $sym_name = $func_addr ]]; then 276 local addr=$(($sym_addr + $func_offset)) 278 warn "bad address: $sym_addr + $func_offset" 292 if [[ $func_offset -gt $sym_size ]]; then 294 echo "skipping $sym_name address at $addr due to size mismatch ($func_offset > $sym_size)" 303 echo "$sym_name+$func_offset/$sym_size:"
|
H A D | markup_oops.pl | 40 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/drivers/pci/controller/dwc/ |
H A D | pci-layerscape-ep.c | 38 u32 func_offset; member 192 WARN_ON(func_no && !pcie->drvdata->func_offset); in ls_pcie_ep_get_dbi_offset() 193 return pcie->drvdata->func_offset * func_no; in ls_pcie_ep_get_dbi_offset() 208 .func_offset = 0x20000, 213 .func_offset = 0x8000,
|
/linux/include/misc/ |
H A D | ocxl.h | 367 void ocxl_config_set_actag(struct pci_dev *dev, int func_offset,
|
/linux/tools/lib/bpf/ |
H A D | libbpf.h | 706 size_t func_offset); 724 const char *binary_path, size_t func_offset,
|
H A D | libbpf.c | 12057 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts() argument 12112 func_offset += sym_off; in bpf_program__attach_uprobe_opts() 12138 func_offset, pid, ref_ctr_off); in bpf_program__attach_uprobe_opts() 12146 binary_path, func_offset); in bpf_program__attach_uprobe_opts() 12153 binary_path, func_offset, pid); in bpf_program__attach_uprobe_opts() 12159 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 12170 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 12259 size_t func_offset) in bpf_program__attach_uprobe() argument 12263 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts); in bpf_program__attach_uprobe()
|