Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Darchive.c1420 const char *refp; in adjust_relative_path() local
1435 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 …]
Delfxx-mips.c4275 mips_elf_resolve_got_page_ref (void **refp, void *data) in mips_elf_resolve_got_page_ref() argument
4283 ref = (struct mips_got_page_ref *) *refp; in mips_elf_resolve_got_page_ref()