Searched defs:ctfc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.cc | 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() 152 ctf_dvd_insert (ctf_container_ref ctfc, ctf_dvdef_ref dvd) in ctf_dvd_insert() 169 ctf_dvd_lookup (const ctf_container_ref ctfc, dw_die_ref die) in ctf_dvd_lookup() [all …]
|
H A D | ctfout.cc | 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() 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() 548 output_ctf_func_info (ctf_container_ref ctfc) in output_ctf_func_info() 568 output_ctf_objtidx (ctf_container_ref ctfc) in output_ctf_objtidx() 586 output_ctf_funcidx (ctf_container_ref ctfc) in output_ctf_funcidx() 605 output_ctf_vars (ctf_container_ref ctfc) in output_ctf_vars() [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() 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() 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() 776 output_btf_header (ctf_container_ref ctfc) in output_btf_header() 824 output_btf_vars (ctf_container_ref ctfc) in output_btf_vars() 839 output_btf_strs (ctf_container_ref ctfc) in output_btf_strs() [all …]
|
H A D | dwarf2ctf.cc | 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() 733 gen_ctf_enumeration_type (ctf_container_ref ctfc, dw_die_ref enumeration) in gen_ctf_enumeration_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() local 205 bpf_core_get_sou_member_index (ctf_container_ref ctfc, const tree node) in bpf_core_get_sou_member_index()
|