OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTF_F_COMPRESS
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/gpl3/binutils/dist/libctf/
ctf-dump.c
330
fp->ctf_openflags &
CTF_F_COMPRESS
331
? "
CTF_F_COMPRESS
": "",
332
(fp->ctf_openflags &
CTF_F_COMPRESS
)
333
&& (fp->ctf_openflags & ~
CTF_F_COMPRESS
)
338
&& (fp->ctf_openflags & ~(
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO))
343
&& (fp->ctf_openflags & ~(
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO
349
&& (fp->ctf_openflags & ~(
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO
ctf-open.c
1586
if (hp->cth_flags &
CTF_F_COMPRESS
)
1602
hp->cth_flags &= ~
CTF_F_COMPRESS
;
ctf-serialize.c
1219
hp->cth_flags |=
CTF_F_COMPRESS
;
/src/external/gpl3/binutils/dist/include/
ctf.h
208
/* All of these flags bar
CTF_F_COMPRESS
and CTF_F_IDXSORTED are bug-workaround
212
#define
CTF_F_COMPRESS
0x1 /* Data buffer is compressed by libctf. */
217
#define CTF_F_MAX (
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO | CTF_F_IDXSORTED \
/src/external/gpl3/binutils.old/dist/include/
ctf.h
208
/* All of these flags bar
CTF_F_COMPRESS
and CTF_F_IDXSORTED are bug-workaround
212
#define
CTF_F_COMPRESS
0x1 /* Data buffer is compressed by libctf. */
216
#define CTF_F_MAX (
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO | CTF_F_IDXSORTED \
/src/external/gpl3/gcc/dist/include/
ctf.h
208
/* All of these flags bar
CTF_F_COMPRESS
and CTF_F_IDXSORTED are bug-workaround
212
#define
CTF_F_COMPRESS
0x1 /* Data buffer is compressed by libctf. */
216
#define CTF_F_MAX (
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO | CTF_F_IDXSORTED \
/src/external/gpl3/gdb.old/dist/include/
ctf.h
208
/* All of these flags bar
CTF_F_COMPRESS
and CTF_F_IDXSORTED are bug-workaround
212
#define
CTF_F_COMPRESS
0x1 /* Data buffer is compressed by libctf. */
216
#define CTF_F_MAX (
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO | CTF_F_IDXSORTED \
/src/external/gpl3/gdb/dist/include/
ctf.h
208
/* All of these flags bar
CTF_F_COMPRESS
and CTF_F_IDXSORTED are bug-workaround
212
#define
CTF_F_COMPRESS
0x1 /* Data buffer is compressed by libctf. */
216
#define CTF_F_MAX (
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO | CTF_F_IDXSORTED \
/src/external/gpl3/binutils.old/dist/libctf/
ctf-dump.c
330
fp->ctf_openflags &
CTF_F_COMPRESS
331
? "
CTF_F_COMPRESS
": "",
332
(fp->ctf_openflags &
CTF_F_COMPRESS
)
333
&& (fp->ctf_openflags & ~
CTF_F_COMPRESS
)
338
&& (fp->ctf_openflags & ~(
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO))
343
&& (fp->ctf_openflags & ~(
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO
ctf-open.c
1586
if (hp->cth_flags &
CTF_F_COMPRESS
)
1602
hp->cth_flags &= ~
CTF_F_COMPRESS
;
ctf-serialize.c
1213
hp->cth_flags |=
CTF_F_COMPRESS
;
/src/external/gpl3/gdb.old/dist/libctf/
ctf-dump.c
330
fp->ctf_openflags &
CTF_F_COMPRESS
331
? "
CTF_F_COMPRESS
": "",
332
(fp->ctf_openflags &
CTF_F_COMPRESS
)
333
&& (fp->ctf_openflags & ~
CTF_F_COMPRESS
)
338
&& (fp->ctf_openflags & ~(
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO))
343
&& (fp->ctf_openflags & ~(
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO
ctf-open.c
1584
if (hp->cth_flags &
CTF_F_COMPRESS
)
1600
hp->cth_flags &= ~
CTF_F_COMPRESS
;
ctf-serialize.c
1213
hp->cth_flags |=
CTF_F_COMPRESS
;
/src/external/gpl3/gdb/dist/libctf/
ctf-dump.c
330
fp->ctf_openflags &
CTF_F_COMPRESS
331
? "
CTF_F_COMPRESS
": "",
332
(fp->ctf_openflags &
CTF_F_COMPRESS
)
333
&& (fp->ctf_openflags & ~
CTF_F_COMPRESS
)
338
&& (fp->ctf_openflags & ~(
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO))
343
&& (fp->ctf_openflags & ~(
CTF_F_COMPRESS
| CTF_F_NEWFUNCINFO
ctf-open.c
1586
if (hp->cth_flags &
CTF_F_COMPRESS
)
1602
hp->cth_flags &= ~
CTF_F_COMPRESS
;
ctf-serialize.c
1219
hp->cth_flags |=
CTF_F_COMPRESS
;
/src/external/cddl/osnet/dist/uts/common/sys/
ctf.h
54
#define
CTF_F_COMPRESS
(1 << 0) /* zlib compression */
/src/external/gpl3/gcc.old/dist/include/
ctf.h
190
#define
CTF_F_COMPRESS
0x1 /* Data buffer is compressed by libctf. */
/src/external/cddl/osnet/dist/common/ctf/
ctf_open.c
811
if (hp.cth_flags &
CTF_F_COMPRESS
) {
823
((ctf_preamble_t *)base)->ctp_flags &= ~
CTF_F_COMPRESS
;
/src/external/cddl/osnet/dist/tools/ctf/dump/
dump.c
1053
if (hp->cth_flags &
CTF_F_COMPRESS
) {
1107
h.cth_flags &= ~
CTF_F_COMPRESS
;
/src/external/cddl/osnet/dist/tools/ctf/cvt/
ctf.c
709
h.cth_flags = do_compress ?
CTF_F_COMPRESS
: 0;
1480
if (h->cth_flags &
CTF_F_COMPRESS
) {
1496
if (h->cth_flags &
CTF_F_COMPRESS
)
Completed in 54 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026