Home
last modified time | relevance | path

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

/scripts/
Dfaddr2line99 local func_offset=${func_addr#*+}
100 func_offset=${func_offset%/*}
106 if [[ -z $sym_name ]] || [[ -z $func_offset ]] || [[ $sym_name = $func_addr ]]; then
202 local addr=$(($sym_addr + $func_offset))
204 warn "bad address: $sym_addr + $func_offset"
218 if [[ $func_offset -gt $sym_size ]]; then
220 echo "skipping $sym_name address at $addr due to size mismatch ($func_offset > $sym_size)"
229 echo "$sym_name+$func_offset/$sym_size:"
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");