Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c761 fp->ctf_lookups[0].ctl_prefix = "struct"; in ctf_bufopen()
762 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix); in ctf_bufopen()
763 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_bufopen()
764 fp->ctf_lookups[1].ctl_prefix = "union"; in ctf_bufopen()
765 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix); in ctf_bufopen()
766 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_bufopen()
767 fp->ctf_lookups[2].ctl_prefix = "enum"; in ctf_bufopen()
768 fp->ctf_lookups[2].ctl_len = strlen(fp->ctf_lookups[2].ctl_prefix); in ctf_bufopen()
769 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_bufopen()
770 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR; in ctf_bufopen()
[all …]
H A Dctf_impl.h189 ctf_lookup_t ctf_lookups[5]; /* pointers to hashes for name lookup */ member
H A Dctf_lookup.c135 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) { in ctf_lookup_by_name()
H A Dctf_create.c465 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_update()
466 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_update()
467 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_update()
468 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_update()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c1236 fp->ctf_lookups[0].ctl_prefix = "struct"; in ctf_set_ctl_hashes()
1237 fp->ctf_lookups[0].ctl_len = strlen (fp->ctf_lookups[0].ctl_prefix); in ctf_set_ctl_hashes()
1238 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_set_ctl_hashes()
1239 fp->ctf_lookups[1].ctl_prefix = "union"; in ctf_set_ctl_hashes()
1240 fp->ctf_lookups[1].ctl_len = strlen (fp->ctf_lookups[1].ctl_prefix); in ctf_set_ctl_hashes()
1241 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_set_ctl_hashes()
1242 fp->ctf_lookups[2].ctl_prefix = "enum"; in ctf_set_ctl_hashes()
1243 fp->ctf_lookups[2].ctl_len = strlen (fp->ctf_lookups[2].ctl_prefix); in ctf_set_ctl_hashes()
1244 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_set_ctl_hashes()
1245 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR; in ctf_set_ctl_hashes()
[all …]
H A Dctf-serialize.c1166 memcpy (&nfp->ctf_lookups, fp->ctf_lookups, sizeof (fp->ctf_lookups)); in ctf_serialize()
1205 memset (fp->ctf_lookups, 0, sizeof (fp->ctf_lookups)); in ctf_serialize()
H A Dctf-impl.h389 ctf_lookup_t ctf_lookups[5]; /* Pointers to nametabs for name lookup. */ member
H A Dctf-lookup.c247 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) in ctf_lookup_by_name_internal()
H A DChangeLog-20201122 <ctf_lookups>: Improve comment.
1226 ctf_lookups initialization into...
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c1236 fp->ctf_lookups[0].ctl_prefix = "struct"; in ctf_set_ctl_hashes()
1237 fp->ctf_lookups[0].ctl_len = strlen (fp->ctf_lookups[0].ctl_prefix); in ctf_set_ctl_hashes()
1238 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_set_ctl_hashes()
1239 fp->ctf_lookups[1].ctl_prefix = "union"; in ctf_set_ctl_hashes()
1240 fp->ctf_lookups[1].ctl_len = strlen (fp->ctf_lookups[1].ctl_prefix); in ctf_set_ctl_hashes()
1241 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_set_ctl_hashes()
1242 fp->ctf_lookups[2].ctl_prefix = "enum"; in ctf_set_ctl_hashes()
1243 fp->ctf_lookups[2].ctl_len = strlen (fp->ctf_lookups[2].ctl_prefix); in ctf_set_ctl_hashes()
1244 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_set_ctl_hashes()
1245 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR; in ctf_set_ctl_hashes()
[all …]
H A Dctf-serialize.c1166 memcpy (&nfp->ctf_lookups, fp->ctf_lookups, sizeof (fp->ctf_lookups)); in ctf_serialize()
1205 memset (fp->ctf_lookups, 0, sizeof (fp->ctf_lookups)); in ctf_serialize()
H A Dctf-impl.h389 ctf_lookup_t ctf_lookups[5]; /* Pointers to nametabs for name lookup. */ member
H A Dctf-lookup.c247 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) in ctf_lookup_by_name_internal()
H A DChangeLog-20201122 <ctf_lookups>: Improve comment.
1226 ctf_lookups initialization into...
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201122 <ctf_lookups>: Improve comment.
1226 ctf_lookups initialization into...