Home | History | Annotate | Download | only in libctf

Lines Matching defs:target_fp

1601   ctf_dict_t *target_fp = *dst_fp;
1611 if (target_fp->ctf_link_type_mapping)
1612 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping,
1617 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type,
1618 target_fp->ctf_parent != NULL);
1619 *dst_fp = target_fp;
1623 if (target_fp->ctf_parent)
1624 target_fp = target_fp->ctf_parent;
1628 if (target_fp->ctf_link_type_mapping)
1629 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping,
1633 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type,
1634 target_fp->ctf_parent != NULL);
1636 *dst_fp = target_fp;