Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dcoreout.cc169 ctf_container_ref ctfc = ctf_get_tu_ctfc (); in bpf_core_reloc_add()
286 bpfcr->bpfcr_astr_off += ctfc_get_strtab_len (ctf_get_tu_ctfc (), in output_asm_btfext_core_reloc()
328 sec->name_offset += ctfc_get_strtab_len (ctf_get_tu_ctfc (), CTF_STRTAB); in output_btfext_core_sections()
H A Dbpf.cc1237 int idx = bpf_core_get_sou_member_index (ctf_get_tu_ctfc (), node); in bpf_core_get_index()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbtfout.cc1041 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); in btf_init_postprocess()
1082 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); in btf_output()
1128 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); in btf_finalize()
H A Dctfout.cc803 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); in ctf_output()
835 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); in ctf_finalize()
H A Dctfc.h389 extern ctf_container_ref ctf_get_tu_ctfc (void);
H A Ddwarf2ctf.cc958 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); in ctf_do_die()
H A Dctfc.cc33 ctf_get_tu_ctfc (void) in ctf_get_tu_ctfc() function