Searched refs:ctf_openflags (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-dump.c326 if (fp->ctf_openflags > 0)
329 fp->ctf_openflags & CTF_F_COMPRESS
331 (fp->ctf_openflags & CTF_F_COMPRESS)
332 && (fp->ctf_openflags & ~CTF_F_COMPRESS)
334 fp->ctf_openflags & CTF_F_NEWFUNCINFO
336 (fp->ctf_openflags & (CTF_F_COMPRESS | CTF_F_NEWFUNCINFO))
337 && (fp->ctf_openflags & ~(CTF_F_COMPRESS | CTF_F_NEWFUNCINFO))
339 fp->ctf_openflags & CTF_F_IDXSORTED
341 fp->ctf_openflags & (CTF_F_COMPRESS | CTF_F_NEWFUNCINFO
343 && (fp->ctf_openflags
[all...]
H A Dctf-impl.h373 unsigned char ctf_openflags; /* Flags the dict had when opened. */ member in struct:ctf_dict
H A Dctf-open.c1435 fp->ctf_openflags = hp->cth_flags;
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-dump.c326 if (fp->ctf_openflags > 0)
329 fp->ctf_openflags & CTF_F_COMPRESS
331 (fp->ctf_openflags & CTF_F_COMPRESS)
332 && (fp->ctf_openflags & ~CTF_F_COMPRESS)
334 fp->ctf_openflags & CTF_F_NEWFUNCINFO
336 (fp->ctf_openflags & (CTF_F_COMPRESS | CTF_F_NEWFUNCINFO))
337 && (fp->ctf_openflags & ~(CTF_F_COMPRESS | CTF_F_NEWFUNCINFO))
339 fp->ctf_openflags & CTF_F_IDXSORTED
341 fp->ctf_openflags & (CTF_F_COMPRESS | CTF_F_NEWFUNCINFO
343 && (fp->ctf_openflags
[all...]
H A Dctf-impl.h373 unsigned char ctf_openflags; /* Flags the dict had when opened. */ member in struct:ctf_dict
H A Dctf-open.c1435 fp->ctf_openflags = hp->cth_flags;
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dump.c326 if (fp->ctf_openflags > 0)
329 fp->ctf_openflags & CTF_F_COMPRESS
331 (fp->ctf_openflags & CTF_F_COMPRESS)
332 && (fp->ctf_openflags & ~CTF_F_COMPRESS)
334 fp->ctf_openflags & CTF_F_NEWFUNCINFO
336 (fp->ctf_openflags & (CTF_F_COMPRESS | CTF_F_NEWFUNCINFO))
337 && (fp->ctf_openflags & ~(CTF_F_COMPRESS | CTF_F_NEWFUNCINFO))
339 fp->ctf_openflags & CTF_F_IDXSORTED
341 fp->ctf_openflags & (CTF_F_COMPRESS | CTF_F_NEWFUNCINFO
343 && (fp->ctf_openflags
[all...]
H A Dctf-impl.h373 unsigned char ctf_openflags; /* Flags the dict had when opened. */ member in struct:ctf_dict
H A Dctf-open.c1435 fp->ctf_openflags = hp->cth_flags;
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-dump.c260 if (fp->ctf_openflags > 0)
262 if (fp->ctf_openflags)
263 if (asprintf (&str, "Flags: 0x%x (%s)", fp->ctf_openflags,
264 fp->ctf_openflags & CTF_F_COMPRESS ? "CTF_F_COMPRESS"
H A Dctf-impl.h360 unsigned char ctf_openflags; /* Flags the file had when opened. */ member in struct:ctf_file
H A Dctf-open.c1416 fp->ctf_openflags = hp->cth_flags;

Completed in 290 milliseconds