Searched refs:refp (Results 1 – 2 of 2) sorted by relevance
1420 const char *refp; in adjust_relative_path() local1435 refp = rpath == NULL ? ref_path : rpath; in adjust_relative_path()1441 const char *e2 = refp; in adjust_relative_path()1447 if (*e1 == '\0' || *e2 == '\0' || e1 - pathp != e2 - refp in adjust_relative_path()1448 || filename_ncmp (pathp, refp, e1 - pathp) != 0) in adjust_relative_path()1451 refp = e2 + 1; in adjust_relative_path()1457 for (; *refp; ++refp) in adjust_relative_path()1458 if (IS_DIR_SEPARATOR (*refp)) in adjust_relative_path()1463 if (refp > ref_path + 1 in adjust_relative_path()1464 && refp[-1] == '.' in adjust_relative_path()[all …]
4275 mips_elf_resolve_got_page_ref (void **refp, void *data) in mips_elf_resolve_got_page_ref() argument4283 ref = (struct mips_got_page_ref *) *refp; in mips_elf_resolve_got_page_ref()