Searched refs:ctf_sect (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-open.c | 1245 ctf_sect_t ctf_sect, sym_sect, str_sect; in ctf_simple_open_internal() local 1255 memcpy (&ctf_sect, &skeleton, sizeof (struct ctf_sect)); in ctf_simple_open_internal() 1256 ctf_sect.cts_data = ctfsect; in ctf_simple_open_internal() 1257 ctf_sect.cts_size = ctfsect_size; in ctf_simple_open_internal() 1258 ctfsectp = &ctf_sect; in ctf_simple_open_internal() 1263 memcpy (&sym_sect, &skeleton, sizeof (struct ctf_sect)); in ctf_simple_open_internal() 1272 memcpy (&str_sect, &skeleton, sizeof (struct ctf_sect)); in ctf_simple_open_internal()
|
H A D | ctf-open-bfd.c | 62 memcpy (&arci->ctfi_symsect, symsect, sizeof (struct ctf_sect)); in ctf_new_archive_internal() 64 memcpy (&arci->ctfi_strsect, strsect, sizeof (struct ctf_sect)); in ctf_new_archive_internal()
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | ctf-api.h | 59 typedef struct ctf_sect struct
|