Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-link.c82 ctf_file_t *target_fp = *dst_fp; in ctf_type_mapping() local
92 if (target_fp->ctf_link_type_mapping) in ctf_type_mapping()
98 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type, in ctf_type_mapping()
99 target_fp->ctf_parent != NULL); in ctf_type_mapping()
100 *dst_fp = target_fp; in ctf_type_mapping()
104 if (target_fp->ctf_parent) in ctf_type_mapping()
105 target_fp = target_fp->ctf_parent; in ctf_type_mapping()
109 if (target_fp->ctf_link_type_mapping) in ctf_type_mapping()
114 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type, in ctf_type_mapping()
115 target_fp->ctf_parent != NULL); in ctf_type_mapping()
[all …]