/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 67 } ctf_sect_t; typedef 326 extern ctf_archive_t *ctf_bfdopen_ctfsect (struct bfd *, const ctf_sect_t *, 333 extern ctf_sect_t ctf_getdatasect (const ctf_dict_t *); 334 extern ctf_sect_t ctf_getsymsect (const ctf_dict_t *); 335 extern ctf_sect_t ctf_getstrsect (const ctf_dict_t *); 339 extern ctf_archive_t *ctf_arc_bufopen (const ctf_sect_t *, 340 const ctf_sect_t *, 341 const ctf_sect_t *, 355 const ctf_sect_t *, 356 const ctf_sect_t *, [all …]
|
H A D | ChangeLog-2019 | 331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset. 432 (ctf_sect_t): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 67 } ctf_sect_t; typedef 326 extern ctf_archive_t *ctf_bfdopen_ctfsect (struct bfd *, const ctf_sect_t *, 333 extern ctf_sect_t ctf_getdatasect (const ctf_dict_t *); 334 extern ctf_sect_t ctf_getsymsect (const ctf_dict_t *); 335 extern ctf_sect_t ctf_getstrsect (const ctf_dict_t *); 339 extern ctf_archive_t *ctf_arc_bufopen (const ctf_sect_t *, 340 const ctf_sect_t *, 341 const ctf_sect_t *, 355 const ctf_sect_t *, 356 const ctf_sect_t *, [all …]
|
H A D | ChangeLog-2019 | 331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset. 432 (ctf_sect_t): New.
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-archive.c | 37 const ctf_sect_t *symsect, 38 const ctf_sect_t *strsect, 353 ctf_dict_t *fp, const ctf_sect_t *symsect, in ctf_new_archive_internal() 354 const ctf_sect_t *strsect, in ctf_new_archive_internal() 403 ctf_arc_bufpreamble (const ctf_sect_t *ctfsect) in ctf_arc_bufpreamble() 421 ctf_arc_bufopen (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_arc_bufopen() 422 const ctf_sect_t *strsect, int *errp) in ctf_arc_bufopen() 551 const ctf_sect_t *symsect, in ctf_dict_open_internal() 552 const ctf_sect_t *strsect, in ctf_dict_open_internal() 594 const ctf_sect_t *symsect, in ctf_dict_open_sections() [all …]
|
H A D | ctf-impl.h | 374 ctf_sect_t ctf_data; /* CTF data from object file. */ 375 ctf_sect_t ctf_symtab; /* Symbol table from object file. */ 376 ctf_sect_t ctf_strtab; /* String table from object file. */ 513 ctf_sect_t ctfi_symsect; 515 ctf_sect_t ctfi_strsect; 738 const ctf_sect_t *symsect, 739 const ctf_sect_t *strsect, int *errp); 742 extern const ctf_preamble_t *ctf_arc_bufpreamble (const ctf_sect_t *); 751 extern ctf_dict_t *ctf_bufopen_internal (const ctf_sect_t *, const ctf_sect_t *, 752 const ctf_sect_t *, ctf_dynhash_t *,
|
H A D | ctf-open-bfd.c | 55 ctf_sect_t ctfsect; in ctf_bfdopen() 93 const ctf_sect_t *ctfsect, int *errp) in ctf_bfdopen_ctfsect() 96 ctf_sect_t *symsectp = NULL; in ctf_bfdopen_ctfsect() 97 ctf_sect_t *strsectp = NULL; in ctf_bfdopen_ctfsect() 105 ctf_sect_t symsect, strsect; in ctf_bfdopen_ctfsect()
|
H A D | ctf-open.c | 235 init_symtab (ctf_dict_t *fp, const ctf_header_t *hp, const ctf_sect_t *sp) in init_symtab() 1276 ctf_sect_t skeleton; in ctf_simple_open_internal() 1278 ctf_sect_t ctf_sect, sym_sect, str_sect; in ctf_simple_open_internal() 1279 ctf_sect_t *ctfsectp = NULL; in ctf_simple_open_internal() 1280 ctf_sect_t *symsectp = NULL; in ctf_simple_open_internal() 1281 ctf_sect_t *strsectp = NULL; in ctf_simple_open_internal() 1321 ctf_bufopen (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() 1322 const ctf_sect_t *strsect, int *errp) in ctf_bufopen() 1330 ctf_bufopen_internal (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen_internal() 1331 const ctf_sect_t *strsect, ctf_dynhash_t *syn_strtab, in ctf_bufopen_internal() [all …]
|
H A D | ctf-lookup.c | 472 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_lookup_symbol_name() 541 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_lookup_symbol_idx() 895 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_lookup_by_sym_or_name()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-archive.c | 37 const ctf_sect_t *symsect, 38 const ctf_sect_t *strsect, 353 ctf_dict_t *fp, const ctf_sect_t *symsect, in ctf_new_archive_internal() 354 const ctf_sect_t *strsect, in ctf_new_archive_internal() 403 ctf_arc_bufpreamble (const ctf_sect_t *ctfsect) in ctf_arc_bufpreamble() 420 ctf_arc_bufopen (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_arc_bufopen() 421 const ctf_sect_t *strsect, int *errp) in ctf_arc_bufopen() 549 const ctf_sect_t *symsect, in ctf_dict_open_internal() 550 const ctf_sect_t *strsect, in ctf_dict_open_internal() 592 const ctf_sect_t *symsect, in ctf_dict_open_sections() [all …]
|
H A D | ctf-impl.h | 374 ctf_sect_t ctf_data; /* CTF data from object file. */ 375 ctf_sect_t ctf_symtab; /* Symbol table from object file. */ 376 ctf_sect_t ctf_strtab; /* String table from object file. */ 513 ctf_sect_t ctfi_symsect; 515 ctf_sect_t ctfi_strsect; 738 const ctf_sect_t *symsect, 739 const ctf_sect_t *strsect, int *errp); 742 extern const ctf_preamble_t *ctf_arc_bufpreamble (const ctf_sect_t *); 752 extern ctf_dict_t *ctf_bufopen_internal (const ctf_sect_t *, const ctf_sect_t *, 753 const ctf_sect_t *, ctf_dynhash_t *,
|
H A D | ctf-open-bfd.c | 55 ctf_sect_t ctfsect; in ctf_bfdopen() 93 const ctf_sect_t *ctfsect, int *errp) in ctf_bfdopen_ctfsect() 96 ctf_sect_t *symsectp = NULL; in ctf_bfdopen_ctfsect() 97 ctf_sect_t *strsectp = NULL; in ctf_bfdopen_ctfsect() 105 ctf_sect_t symsect, strsect; in ctf_bfdopen_ctfsect()
|
H A D | ctf-open.c | 235 init_symtab (ctf_dict_t *fp, const ctf_header_t *hp, const ctf_sect_t *sp) in init_symtab() 1276 ctf_sect_t skeleton; in ctf_simple_open_internal() 1278 ctf_sect_t ctf_sect, sym_sect, str_sect; in ctf_simple_open_internal() 1279 ctf_sect_t *ctfsectp = NULL; in ctf_simple_open_internal() 1280 ctf_sect_t *symsectp = NULL; in ctf_simple_open_internal() 1281 ctf_sect_t *strsectp = NULL; in ctf_simple_open_internal() 1321 ctf_bufopen (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() 1322 const ctf_sect_t *strsect, int *errp) in ctf_bufopen() 1330 ctf_bufopen_internal (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen_internal() 1331 const ctf_sect_t *strsect, ctf_dynhash_t *syn_strtab, in ctf_bufopen_internal() [all …]
|
H A D | ctf-lookup.c | 469 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_lookup_symbol_name() 538 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_lookup_symbol_idx() 883 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_lookup_by_sym_or_name()
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_impl.h | 182 ctf_sect_t ctf_data; /* CTF data from object file */ 183 ctf_sect_t ctf_symtab; /* symbol table from object file */ 184 ctf_sect_t ctf_strtab; /* string table from object file */ 314 extern const void *ctf_sect_mmap(ctf_sect_t *, int); 315 extern void ctf_sect_munmap(const ctf_sect_t *);
|
H A D | ctf_open.c | 115 const ctf_sect_t *sp, const ctf_sect_t *strp) in init_symtab() 547 ctf_bufopen(const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() 548 const ctf_sect_t *strsect, int *errp) in ctf_bufopen() 686 bcopy(ctfsect, &fp->ctf_data, sizeof (ctf_sect_t)); in ctf_bufopen() 689 bcopy(symsect, &fp->ctf_symtab, sizeof (ctf_sect_t)); in ctf_bufopen() 690 bcopy(strsect, &fp->ctf_strtab, sizeof (ctf_sect_t)); in ctf_bufopen() 804 ctf_sect_t ctfsect, symsect, strsect; in ctf_dup() 805 ctf_sect_t *ctp, *symp, *strp; in ctf_dup() 815 bcopy(&ofp->ctf_data, &ctfsect, sizeof (ctf_sect_t)); in ctf_dup() 829 bcopy(&ofp->ctf_symtab, &symsect, sizeof (ctf_sect_t)); in ctf_dup() [all …]
|
H A D | ctf_lookup.c | 184 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_lookup_by_symbol() 246 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_func_info()
|
H A D | ctf_create.c | 66 ctf_sect_t cts; in ctf_create() 248 ctf_sect_t cts; in ctf_update()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf_api.h | 80 } ctf_sect_t; typedef 153 extern ctf_file_t *ctf_bufopen(const ctf_sect_t *, const ctf_sect_t *, 154 const ctf_sect_t *, int *);
|
/netbsd-src/external/cddl/osnet/dist/uts/common/ctf/ |
H A D | ctf_mod.c | 74 ctf_sect_mmap(ctf_sect_t *sp, int fd) in ctf_sect_mmap() 81 ctf_sect_munmap(const ctf_sect_t *sp) in ctf_sect_munmap() 122 ctf_sect_t ctfsect, symsect, strsect; in ctf_modopen()
|
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
H A D | ctf_lib.c | 187 ctf_sect_mmap(ctf_sect_t *sp, int fd) in ctf_sect_mmap() 205 ctf_sect_munmap(const ctf_sect_t *sp) in ctf_sect_munmap() 221 ctf_sect_t ctfsect, symsect, strsect; in ctf_fdopen() 234 bzero(&ctfsect, sizeof (ctf_sect_t)); in ctf_fdopen() 235 bzero(&symsect, sizeof (ctf_sect_t)); in ctf_fdopen() 236 bzero(&strsect, sizeof (ctf_sect_t)); in ctf_fdopen()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_impl.h | 124 ctf_sect_t dm_symtab; /* symbol table for module */ 125 ctf_sect_t dm_strtab; /* string table for module */ 126 ctf_sect_t dm_ctdata; /* CTF data for module */
|
H A D | dt_module.c | 574 dt_module_load_sect(dtrace_hdl_t *dtp, dt_module_t *dmp, ctf_sect_t *ctsp) in dt_module_load_sect() 971 bzero(&dmp->dm_ctdata, sizeof (ctf_sect_t)); in dt_module_unload() 972 bzero(&dmp->dm_symtab, sizeof (ctf_sect_t)); in dt_module_unload() 973 bzero(&dmp->dm_strtab, sizeof (ctf_sect_t)); in dt_module_unload()
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset. 432 (ctf_sect_t): New.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2019 | 331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset. 432 (ctf_sect_t): New.
|