Searched refs:ctf_container_ref (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.h | 339 typedef ctf_container_t * ctf_container_ref; typedef 341 extern GTY (()) ctf_container_ref tu_ctfc; 343 extern void ctfc_delete_container (ctf_container_ref); 347 extern bool ctfc_is_empty_container (ctf_container_ref); 351 extern unsigned int ctfc_get_num_ctf_types (ctf_container_ref); 355 extern unsigned int ctfc_get_num_ctf_vars (ctf_container_ref); 360 extern ctf_strtable_t * ctfc_get_strtab (ctf_container_ref, int); 364 extern size_t ctfc_get_strtab_len (ctf_container_ref, int); 369 extern size_t ctfc_get_num_vlen_bytes (ctf_container_ref); 389 extern ctf_container_ref ctf_get_tu_ctfc (void); [all …]
|
H A D | ctfc.cc | 30 ctf_container_ref tu_ctfc; 32 ctf_container_ref 41 ctfc_is_empty_container (ctf_container_ref ctfc) in ctfc_is_empty_container() 49 ctfc_get_num_ctf_types (ctf_container_ref ctfc) in ctfc_get_num_ctf_types() 56 unsigned int ctfc_get_num_ctf_vars (ctf_container_ref ctfc) in ctfc_get_num_ctf_vars() 65 ctfc_get_strtab (ctf_container_ref ctfc, int aux) in ctfc_get_strtab() 73 ctfc_get_strtab_len (ctf_container_ref ctfc, int aux) in ctfc_get_strtab_len() 82 size_t ctfc_get_num_vlen_bytes (ctf_container_ref ctfc) in ctfc_get_num_vlen_bytes() 119 ctf_dtd_insert (ctf_container_ref ctfc, ctf_dtdef_ref dtd) in ctf_dtd_insert() 136 ctf_dtd_lookup (const ctf_container_ref ctfc, const dw_die_ref type) in ctf_dtd_lookup() [all …]
|
H A D | ctfout.cc | 65 ctf_container_ref dtd_arg_ctfc; 71 ctf_container_ref dvd_arg_ctfc; 174 ctf_list_add_ctf_vars (ctf_container_ref ctfc, ctf_dvdef_ref var) in ctf_list_add_ctf_vars() 199 ctf_preprocess_var (ctf_container_ref ctfc, ctf_dvdef_ref var) in ctf_preprocess_var() 213 ctf_container_ref arg_ctfc = dvd_arg->dvd_arg_ctfc; in ctf_dvd_preprocess_cb() 240 ctf_container_ref arg_ctfc = dtd_arg->dtd_arg_ctfc; in ctf_dtd_preprocess_cb() 283 ctf_preprocess (ctf_container_ref ctfc) in ctf_preprocess() 346 ctf_asm_preamble (ctf_container_ref ctfc) in ctf_asm_preamble() 452 output_ctf_header (ctf_container_ref ctfc) in output_ctf_header() 525 output_ctf_obj_info (ctf_container_ref ctfc) in output_ctf_obj_info() [all …]
|
H A D | btfout.cc | 263 btf_datasec_push_entry (ctf_container_ref ctfc, const char *secname, in btf_datasec_push_entry() 300 btf_collect_datasec (ctf_container_ref ctfc) in btf_collect_datasec() 397 btf_dtd_postprocess_cb (ctf_dtdef_ref *slot, ctf_container_ref arg_ctfc) in btf_dtd_postprocess_cb() 428 btf_dvd_emit_preprocess_cb (ctf_dvdef_ref *slot, ctf_container_ref arg_ctfc) in btf_dvd_emit_preprocess_cb() 448 btf_dtd_emit_preprocess_cb (ctf_container_ref ctfc, ctf_dtdef_ref dtd) in btf_dtd_emit_preprocess_cb() 507 btf_emit_preprocess (ctf_container_ref ctfc) in btf_emit_preprocess() 530 ctfc->ctfc_vars->traverse<ctf_container_ref, btf_dvd_emit_preprocess_cb> in btf_emit_preprocess() 543 btf_dmd_representable_bitfield_p (ctf_container_ref ctfc, ctf_dmdef_t *dmd) in btf_dmd_representable_bitfield_p() 568 btf_asm_type (ctf_container_ref ctfc, ctf_dtdef_ref dtd) in btf_asm_type() 673 btf_asm_sou_member (ctf_container_ref ctfc, ctf_dmdef_t * dmd) in btf_asm_sou_member() [all …]
|
H A D | dwarf2ctf.cc | 33 gen_ctf_type (ctf_container_ref, dw_die_ref); 160 gen_ctf_void_type (ctf_container_ref ctfc) in gen_ctf_void_type() 178 gen_ctf_unknown_type (ctf_container_ref ctfc) in gen_ctf_unknown_type() 221 gen_ctf_base_type (ctf_container_ref ctfc, dw_die_ref type) in gen_ctf_base_type() 333 gen_ctf_pointer_type (ctf_container_ref ctfc, dw_die_ref ptr_type) in gen_ctf_pointer_type() 355 gen_ctf_array_type (ctf_container_ref ctfc, dw_die_ref array_type) in gen_ctf_array_type() 456 gen_ctf_typedef (ctf_container_ref ctfc, dw_die_ref tdef) in gen_ctf_typedef() 487 gen_ctf_modifier_type (ctf_container_ref ctfc, dw_die_ref modifier) in gen_ctf_modifier_type() 524 gen_ctf_sou_type (ctf_container_ref ctfc, dw_die_ref sou, uint32_t kind) in gen_ctf_sou_type() 639 gen_ctf_function_type (ctf_container_ref ctfc, dw_die_ref function, in gen_ctf_function_type() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/ |
H A D | coreout.cc | 169 ctf_container_ref ctfc = ctf_get_tu_ctfc (); in bpf_core_reloc_add() 205 bpf_core_get_sou_member_index (ctf_container_ref ctfc, const tree node) in bpf_core_get_sou_member_index()
|
H A D | coreout.h | 107 extern int bpf_core_get_sou_member_index (ctf_container_ref, const tree);
|