Searched refs:ctn_readonly (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-open.c | 721 if ((fp->ctf_structs.ctn_readonly in init_types() 726 if ((fp->ctf_unions.ctn_readonly in init_types() 731 if ((fp->ctf_enums.ctn_readonly in init_types() 736 if ((fp->ctf_names.ctn_readonly in init_types() 788 if (((ctf_hash_lookup_type (fp->ctf_names.ctn_readonly, in init_types() 792 err = ctf_hash_define_type (fp->ctf_names.ctn_readonly, fp, in init_types() 807 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types() 815 err = ctf_hash_define_type (fp->ctf_structs.ctn_readonly, fp, in init_types() 827 err = ctf_hash_define_type (fp->ctf_unions.ctn_readonly, fp, in init_types() 839 err = ctf_hash_define_type (fp->ctf_enums.ctn_readonly, fp, in init_types() [all …]
|
H A D | ctf-impl.h | 94 ctf_hash_t *ctn_readonly; /* Hash table when readonly. */ member
|
H A D | ctf-types.c | 315 id = ctf_hash_lookup_type (np->ctn_readonly, fp, name); in ctf_lookup_by_rawhash()
|