Home
last modified time | relevance | path

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

/external/gwp_asan/gwp_asan/scripts/
Dsymbolize.sh43 binary_offset="$(printf "0x%X" "$((function_addr+function_offset))")"
44 symbolized="$(echo $binary_offset | addr2line -e $binary_name)"
/external/llvm-project/compiler-rt/lib/gwp_asan/scripts/
Dsymbolize.sh43 binary_offset="$(printf "0x%X" "$((function_addr+function_offset))")"
44 symbolized="$(echo $binary_offset | addr2line -e $binary_name)"
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dprogram_cache.cc129 auto binary_offset = builder.CreateVector(binary); in GetSerializedCache() local
132 program_builder.add_binary(binary_offset); in GetSerializedCache()