Searched refs:func_offset (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/ |
| H A D | faddr2line | 189 local func_offset=${func_addr#*+} 190 func_offset=${func_offset%/*} 194 if [[ -z $sym_name ]] || [[ -z $func_offset ]] || [[ $sym_name = $func_addr ]]; then 285 local addr=$(($sym_addr + $func_offset)) 287 warn "bad address: $sym_addr + $func_offset" 301 if [[ $func_offset -gt $sym_size ]]; then 303 echo "skipping $sym_name address at $addr due to size mismatch ($func_offset > $sym_size)" 312 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 | 717 * func_offset argument to bpf_prog__attach_uprobe_opts() should be 0. To trace an 718 * offset within a function, specify func_name and use func_offset argument to specify 741 * @param func_offset Offset within the binary of the function symbol 748 size_t func_offset); 759 * @param func_offset Offset within the binary of the function symbol 766 const char *binary_path, size_t func_offset,
|
| H A D | libbpf.c | 12587 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts() argument 12642 func_offset += sym_off; in bpf_program__attach_uprobe_opts() 12668 func_offset, pid, ref_ctr_off); in bpf_program__attach_uprobe_opts() 12677 func_offset); in bpf_program__attach_uprobe_opts() 12684 binary_path, func_offset, pid); in bpf_program__attach_uprobe_opts() 12690 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 12701 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 12790 size_t func_offset) in bpf_program__attach_uprobe() argument 12794 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts); in bpf_program__attach_uprobe()
|