Home
last modified time | relevance | path

Searched refs:strsectp (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-open-bfd.c130 ctf_sect_t *strsectp = NULL; in ctf_bfdopen_ctfsect() local
184 strsectp = &strsect; in ctf_bfdopen_ctfsect()
206 if ((fp = ctf_bufopen (ctfsect, symsectp, strsectp, errp)) == NULL) in ctf_bfdopen_ctfsect()
213 arci = ctf_new_archive_internal (is_archive, arc, fp, symsectp, strsectp, in ctf_bfdopen_ctfsect()
H A Dctf-open.c1248 ctf_sect_t *strsectp = NULL; in ctf_simple_open_internal() local
1275 strsectp = &str_sect; in ctf_simple_open_internal()
1278 return ctf_bufopen_internal (ctfsectp, symsectp, strsectp, syn_strtab, in ctf_simple_open_internal()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c13960 ctf_sect_t * strsectp = NULL; in dump_section_as_ctf() local
14010 strsectp = shdr_to_ctf_sect (&strsect, strtab_sec, filedata); in dump_section_as_ctf()
14031 if ((ctf = ctf_bufopen (&ctfsect, symsectp, strsectp, &err)) == NULL) in dump_section_as_ctf()
14039 if ((parent = ctf_bufopen (&parentsect, symsectp, strsectp, &err)) == NULL) in dump_section_as_ctf()