Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c239 check_for_weak(GElf_Sym *weak, char const *weakfile, in check_for_weak() argument
280 (curfile == NULL || weakfile == NULL || in check_for_weak()
281 strcmp(curfile, weakfile) != 0)) { in check_for_weak()
310 const char *weakname, const char *weakfile) in copy_from_strong() argument
312 iidesc_t *new = iidesc_dup_rename(strongdesc, weakname, weakfile); in copy_from_strong()