Searched refs:elf_path (Results 1 – 5 of 5) sorted by relevance
39 local elf_path="$1"42 local basename=$(basename "$elf_path")43 local maps_path=$(dirname "$elf_path")"/maps.txt"44 local build_id=$(readelf -n "$elf_path" | grep -oP 'Build ID: \K([\w\d]+)')50 git rm "$elf_path"54 git mv "$elf_path" "${common_dir}${new_elf_name}"62 local elf_dir_path=$(dirname "$elf_path")102 for elf_path in "${path}"*; do103 if [[ $(is_an_elf $elf_path) == true ]]; then104 update_elf $elf_path $move_if_not_in_common
412 elf_path = TestHelper.testdata_path(elf_name)414 build_id = readelf.get_build_id(elf_path)
209 std::string elf_path = GetTestData("libsgmainso-6.4.36.so"); in TEST() local212 auto elf = ElfFile::Open(elf_path, &status); in TEST()
204 std::string elf_path = path; in GetPathInSymFsDir() local205 std::replace(elf_path.begin(), elf_path.end(), '/', OS_PATH_SEPARATOR); in GetPathInSymFsDir()206 return add_symfs_prefix(elf_path); in GetPathInSymFsDir()
458 elf_path = self.binary_finder.find_binary(dso_name, build_id)459 if elf_path:460 binary_path = str(elf_path)