Searched refs:ctf_symtab (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_open.c | 689 bcopy(symsect, &fp->ctf_symtab, sizeof (ctf_sect_t)); in ctf_bufopen() 695 if (fp->ctf_symtab.cts_name != NULL) in ctf_bufopen() 696 fp->ctf_symtab.cts_name = ctf_strdup(fp->ctf_symtab.cts_name); in ctf_bufopen() 702 if (fp->ctf_symtab.cts_name == NULL) in ctf_bufopen() 703 fp->ctf_symtab.cts_name = __UNCONST(_CTF_NULLSTR); in ctf_bufopen() 828 if (ofp->ctf_symtab.cts_data != NULL) { in ctf_dup() 829 bcopy(&ofp->ctf_symtab, &symsect, sizeof (ctf_sect_t)); in ctf_dup() 917 if (fp->ctf_symtab.cts_data != NULL) in ctf_close() 918 ctf_sect_munmap(&fp->ctf_symtab); in ctf_close() 929 if (fp->ctf_symtab.cts_name != _CTF_NULLSTR && in ctf_close() [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_impl.h | 183 ctf_sect_t ctf_symtab; /* symbol table from object file */ member
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-open.c | 1603 memcpy (&fp->ctf_symtab, symsect, sizeof (ctf_sect_t)); in ctf_bufopen_internal() 1613 if (fp->ctf_symtab.cts_name != NULL) in ctf_bufopen_internal() 1614 if ((fp->ctf_symtab.cts_name = strdup (fp->ctf_symtab.cts_name)) == NULL) in ctf_bufopen_internal() 1628 if (fp->ctf_symtab.cts_name == NULL) in ctf_bufopen_internal() 1629 fp->ctf_symtab.cts_name = _CTF_NULLSTR; in ctf_bufopen_internal() 1809 if (fp->ctf_symtab.cts_name != _CTF_NULLSTR) in ctf_dict_close() 1810 free ((char *) fp->ctf_symtab.cts_name); in ctf_dict_close() 1882 return fp->ctf_symtab; in ctf_getsymsect() 1903 && fp->ctf_sxlate != NULL && fp->ctf_symtab.cts_data != NULL) in ctf_symsect_endianness() 1904 assert (init_symtab (fp, fp->ctf_header, &fp->ctf_symtab) == 0); in ctf_symsect_endianness()
|
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()
|
H A D | ctf-impl.h | 375 ctf_sect_t ctf_symtab; /* Symbol table from object file. */ member
|
H A D | ctf-dump.c | 444 else if (fp->ctf_symtab.cts_data == NULL) in ctf_dump_objts()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-open.c | 1602 memcpy (&fp->ctf_symtab, symsect, sizeof (ctf_sect_t)); in ctf_bufopen_internal() 1612 if (fp->ctf_symtab.cts_name != NULL) in ctf_bufopen_internal() 1613 if ((fp->ctf_symtab.cts_name = strdup (fp->ctf_symtab.cts_name)) == NULL) in ctf_bufopen_internal() 1627 if (fp->ctf_symtab.cts_name == NULL) in ctf_bufopen_internal() 1628 fp->ctf_symtab.cts_name = _CTF_NULLSTR; in ctf_bufopen_internal() 1808 if (fp->ctf_symtab.cts_name != _CTF_NULLSTR) in ctf_dict_close() 1809 free ((char *) fp->ctf_symtab.cts_name); in ctf_dict_close() 1881 return fp->ctf_symtab; in ctf_getsymsect() 1902 && fp->ctf_sxlate != NULL && fp->ctf_symtab.cts_data != NULL) in ctf_symsect_endianness() 1903 assert (init_symtab (fp, fp->ctf_header, &fp->ctf_symtab) == 0); in ctf_symsect_endianness()
|
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()
|
H A D | ctf-impl.h | 375 ctf_sect_t ctf_symtab; /* Symbol table from object file. */ member
|
H A D | ctf-dump.c | 444 else if (fp->ctf_symtab.cts_data == NULL) in ctf_dump_objts()
|