Home
last modified time | relevance | path

Searched refs:ctf_header (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c452 if (!(fp->ctf_header->cth_flags & CTF_F_IDXSORTED)) in ctf_symidx_sort()
457 fp->ctf_header->cth_flags |= CTF_F_IDXSORTED; in ctf_symidx_sort()
707 ctf_header_t *hp = fp->ctf_header; in ctf_symbol_next()
739 ctf_header_t *hp = fp->ctf_header; in ctf_symbol_next()
796 struct ctf_header *hp = fp->ctf_header; in ctf_try_lookup_indexed()
H A Dctf-serialize.c1247 buf = (unsigned char *) fp->ctf_header; in ctf_gzwrite()
1295 + sizeof (struct ctf_header))) == NULL) in ctf_write_mem()
1299 (unsigned long) (compress_len + sizeof (struct ctf_header))); in ctf_write_mem()
1304 memcpy (hp, fp->ctf_header, header_len); in ctf_write_mem()
1305 bp = buf + sizeof (struct ctf_header); in ctf_write_mem()
1306 *size = sizeof (struct ctf_header); in ctf_write_mem()
1322 (unsigned long) (fp->ctf_size + sizeof (struct ctf_header))); in ctf_write_mem()
1327 if (ctf_flip (fp, fp->ctf_header, flipped, 1) < 0) in ctf_write_mem()
H A Dctf-impl.h372 struct ctf_header *ctf_header; /* The header from this CTF dict. */ member
H A Dctf-open.c1423 if ((fp->ctf_header = malloc (sizeof (struct ctf_header))) == NULL) in ctf_bufopen_internal()
1428 hp = fp->ctf_header; in ctf_bufopen_internal()
1841 free (fp->ctf_header); in ctf_dict_close()
1903 assert (init_symtab (fp, fp->ctf_header, &fp->ctf_symtab) == 0); in ctf_symsect_endianness()
H A Dctf-link.c1856 if (!(ifp->ctf_header->cth_flags & CTF_F_NEWFUNCINFO) in ctf_link_warn_outdated_inputs()
1857 && (ifp->ctf_header->cth_varoff - ifp->ctf_header->cth_funcoff) > 0) in ctf_link_warn_outdated_inputs()
H A Dctf-dump.c293 const ctf_header_t *hp = fp->ctf_header; in ctf_dump_header()
H A DChangeLog-20201520 * ctf-impl.h (ctf_file_t): New fields ctf_header, ctf_dynbase,
1533 are preserved in fp->ctf_header). Set ctf_dynbase, ctf_base and
1539 (ctf_bufopen): Store the header in fp->ctf_header. Correct minimum
1548 Free ctf_dyncuname, ctf_dynbase, and ctf_header. Do not call
1556 (ctf_compress_write): Get the header from ctf_header, not ctf_base.
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c455 if (!(fp->ctf_header->cth_flags & CTF_F_IDXSORTED)) in ctf_symidx_sort()
460 fp->ctf_header->cth_flags |= CTF_F_IDXSORTED; in ctf_symidx_sort()
719 ctf_header_t *hp = fp->ctf_header; in ctf_symbol_next()
751 ctf_header_t *hp = fp->ctf_header; in ctf_symbol_next()
808 struct ctf_header *hp = fp->ctf_header; in ctf_try_lookup_indexed()
H A Dctf-serialize.c1247 buf = (unsigned char *) fp->ctf_header; in ctf_gzwrite()
1295 + sizeof (struct ctf_header))) == NULL) in ctf_write_mem()
1299 (unsigned long) (compress_len + sizeof (struct ctf_header))); in ctf_write_mem()
1304 memcpy (hp, fp->ctf_header, header_len); in ctf_write_mem()
1305 bp = buf + sizeof (struct ctf_header); in ctf_write_mem()
1306 *size = sizeof (struct ctf_header); in ctf_write_mem()
1322 (unsigned long) (fp->ctf_size + sizeof (struct ctf_header))); in ctf_write_mem()
1327 if (ctf_flip (fp, fp->ctf_header, flipped, 1) < 0) in ctf_write_mem()
H A Dctf-impl.h372 struct ctf_header *ctf_header; /* The header from this CTF dict. */ member
H A Dctf-open.c1424 if ((fp->ctf_header = malloc (sizeof (struct ctf_header))) == NULL) in ctf_bufopen_internal()
1429 hp = fp->ctf_header; in ctf_bufopen_internal()
1842 free (fp->ctf_header); in ctf_dict_close()
1904 assert (init_symtab (fp, fp->ctf_header, &fp->ctf_symtab) == 0); in ctf_symsect_endianness()
H A Dctf-link.c1892 if (!(ifp->ctf_header->cth_flags & CTF_F_NEWFUNCINFO) in ctf_link_warn_outdated_inputs()
1893 && (ifp->ctf_header->cth_varoff - ifp->ctf_header->cth_funcoff) > 0) in ctf_link_warn_outdated_inputs()
H A Dctf-dump.c293 const ctf_header_t *hp = fp->ctf_header; in ctf_dump_header()
H A DChangeLog-20201520 * ctf-impl.h (ctf_file_t): New fields ctf_header, ctf_dynbase,
1533 are preserved in fp->ctf_header). Set ctf_dynbase, ctf_base and
1539 (ctf_bufopen): Store the header in fp->ctf_header. Correct minimum
1548 Free ctf_dyncuname, ctf_dynbase, and ctf_header. Do not call
1556 (ctf_compress_write): Get the header from ctf_header, not ctf_base.
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info343 typedef struct ctf_header
1627 * struct ctf_header: CTF header. (line 44)
1628 * struct ctf_header, cth_cuname: CTF header. (line 61)
1629 * struct ctf_header, cth_flags: CTF Preamble. (line 30)
1630 * struct ctf_header, cth_funcidxoff: CTF header. (line 82)
1631 * struct ctf_header, cth_funcoff: CTF header. (line 74)
1632 * struct ctf_header, cth_lbloff: CTF header. (line 66)
1633 * struct ctf_header, cth_magic: CTF Preamble. (line 24)
1634 * struct ctf_header, cth_objtidxoff: CTF header. (line 78)
1635 * struct ctf_header, cth_objtoff: CTF header. (line 70)
[all …]
H A Dctf-spec.texi283 @vindex struct ctf_header, cth_magic
294 @vindex struct ctf_header, cth_version
304 @vindex struct ctf_header, cth_flags
403 typedef struct ctf_header
423 @tindex struct ctf_header
430 @vindex struct ctf_header, cth_preamble
437 @vindex struct ctf_header, cth_parlabel
446 @vindex struct ctf_header, cth_parname
455 @vindex struct ctf_header, cth_cuname
464 @vindex struct ctf_header, cth_lbloff
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi283 @vindex struct ctf_header, cth_magic
294 @vindex struct ctf_header, cth_version
304 @vindex struct ctf_header, cth_flags
403 typedef struct ctf_header
423 @tindex struct ctf_header
430 @vindex struct ctf_header, cth_preamble
437 @vindex struct ctf_header, cth_parlabel
446 @vindex struct ctf_header, cth_parname
455 @vindex struct ctf_header, cth_cuname
464 @vindex struct ctf_header, cth_lbloff
[all …]
H A Dctf-spec.info343 typedef struct ctf_header
1627 * struct ctf_header: CTF header. (line 44)
1628 * struct ctf_header, cth_cuname: CTF header. (line 61)
1629 * struct ctf_header, cth_flags: CTF Preamble. (line 30)
1630 * struct ctf_header, cth_funcidxoff: CTF header. (line 82)
1631 * struct ctf_header, cth_funcoff: CTF header. (line 74)
1632 * struct ctf_header, cth_lbloff: CTF header. (line 66)
1633 * struct ctf_header, cth_magic: CTF Preamble. (line 24)
1634 * struct ctf_header, cth_objtidxoff: CTF header. (line 78)
1635 * struct ctf_header, cth_objtoff: CTF header. (line 70)
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h119 typedef struct ctf_header { struct
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h147 typedef struct ctf_header struct
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h167 typedef struct ctf_header struct
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h167 typedef struct ctf_header struct
H A DChangeLog-2019202 (ctf_header): Add cth_objtidxoff, cth_funcidxoff.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201520 * ctf-impl.h (ctf_file_t): New fields ctf_header, ctf_dynbase,
1533 are preserved in fp->ctf_header). Set ctf_dynbase, ctf_base and
1539 (ctf_bufopen): Store the header in fp->ctf_header. Correct minimum
1548 Free ctf_dyncuname, ctf_dynbase, and ctf_header. Do not call
1556 (ctf_compress_write): Get the header from ctf_header, not ctf_base.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019202 (ctf_header): Add cth_objtidxoff, cth_funcidxoff.

12