Searched refs:linker_ctf_t (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/ddb/ |
H A D | db_ctf.h | 41 linker_ctf_t lc; 53 bool db_ctf_lookup_typename(linker_ctf_t *lc, const char *typename); 60 struct ctf_type_v3 *db_ctf_typename_to_type(linker_ctf_t *lc, const char *name);
|
H A D | db_ctf.c | 41 db_ctf_fetch_cth(linker_ctf_t *lc) in db_ctf_fetch_cth() 51 sym_to_objtoff(linker_ctf_t *lc, const Elf_Sym *sym, const Elf_Sym *symtab, in sym_to_objtoff() 153 db_ctf_typename_to_type(linker_ctf_t *lc, const char *name) in db_ctf_typename_to_type() 205 db_ctf_lookup_typename(linker_ctf_t *lc, const char *typename) in db_ctf_lookup_typename()
|
/freebsd/sys/sys/ |
H A D | linker.h | 345 } linker_ctf_t; typedef 347 int linker_ctf_get(linker_file_t, linker_ctf_t *); 349 linker_ctf_t *lc); 350 int linker_ctf_lookup_typename_ddb(linker_ctf_t *lc, const char *typename);
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 364 fbt_ctfoff_init(modctl_t *lf, linker_ctf_t *lc) in fbt_ctfoff_init() 543 fbt_typoff_init(linker_ctf_t *lc) in fbt_typoff_init() 855 ctf_lookup_by_id(linker_ctf_t *lc, ctf_id_t type) in ctf_lookup_by_id() 878 fbt_array_info(linker_ctf_t *lc, ctf_id_t type, ctf_arinfo_t *arp) in fbt_array_info() 914 ctf_strptr(linker_ctf_t *lc, int name) in ctf_strptr() 928 ctf_type_rname(linker_ctf_t *lc, const void *v) in ctf_type_rname() 947 ctf_decl_push(ctf_decl_t *cd, linker_ctf_t *lc, ctf_id_t type) in ctf_decl_push() 1046 fbt_type_name(linker_ctf_t *lc, ctf_id_t type, char *buf, size_t len) in fbt_type_name() 1148 linker_ctf_t lc; in fbt_getargdesc()
|
/freebsd/sys/kern/ |
H A D | kern_ctf.c | 44 link_elf_ctf_get(linker_file_t lf, linker_ctf_t *lc) in link_elf_ctf_get() 311 link_elf_ctf_get_ddb(linker_file_t lf, linker_ctf_t *lc) in link_elf_ctf_get_ddb() 334 link_elf_ctf_lookup_typename(linker_file_t lf, linker_ctf_t *lc, in link_elf_ctf_lookup_typename()
|
H A D | linker_if.m | 115 linker_ctf_t *lc; 125 linker_ctf_t *lc; 138 linker_ctf_t *lc;
|
H A D | kern_linker.c | 339 linker_ctf_t lc; in linker_ctf_load_file() 806 linker_ctf_get(linker_file_t file, linker_ctf_t *lc) in linker_ctf_get() 812 linker_ctf_lookup_typename_ddb(linker_ctf_t *lc, const char *typename) in linker_ctf_lookup_typename_ddb() 827 linker_ctf_t *lc) in linker_ctf_lookup_sym_ddb()
|
H A D | link_elf.c | 149 const char *name, c_linker_sym_t *sym, linker_ctf_t *lc); 1605 c_linker_sym_t *sym, linker_ctf_t *lc) in link_elf_lookup_debug_symbol_ctf()
|
H A D | link_elf_obj.c | 135 const char *name, c_linker_sym_t *sym, linker_ctf_t *lc); 1505 c_linker_sym_t *sym, linker_ctf_t *lc) in link_elf_lookup_debug_symbol_ctf()
|