Home
last modified time | relevance | path

Searched refs:fReadin (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Decoffswap.h220 intern->fReadin = 0 != (ext->f_bits1[0] & FDR_BITS1_FREADIN_BIG); in ecoff_swap_fdr_in()
230 intern->fReadin = 0 != (ext->f_bits1[0] & FDR_BITS1_FREADIN_LITTLE); in ecoff_swap_fdr_in()
286 | (intern->fReadin ? FDR_BITS1_FREADIN_BIG : 0) in ecoff_swap_fdr_out()
298 | (intern->fReadin ? FDR_BITS1_FREADIN_LITTLE : 0) in ecoff_swap_fdr_out()
/openbsd/src/gnu/usr.bin/binutils/include/coff/
Dsym.h132 unsigned fReadin : 1; /* true if it was read in (not just created) */ member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
Dsym.h132 unsigned fReadin : 1; /* true if it was read in (not just created) */ member
/openbsd/src/gnu/usr.bin/binutils/bfd/
Decoffswap.h229 intern->fReadin = 0 != (ext->f_bits1[0] & FDR_BITS1_FREADIN_BIG);
239 intern->fReadin = 0 != (ext->f_bits1[0] & FDR_BITS1_FREADIN_LITTLE);
298 | (intern->fReadin ? FDR_BITS1_FREADIN_BIG : 0)
310 | (intern->fReadin ? FDR_BITS1_FREADIN_LITTLE : 0)
/openbsd/src/gnu/gcc/gcc/
Dmips-tdump.c1113 (long) fdp->rss, (fdp->fReadin) ? "Yes" : "No"); in print_file_desc()
Dmips-tfile.c4524 cur_file_ptr->fdr.fReadin = fd_ptr->fReadin; in copy_object()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dmips-tdump.c1122 (long) fdp->rss, (fdp->fReadin) ? "Yes" : "No");
Dmips-tfile.c4660 cur_file_ptr->fdr.fReadin = fd_ptr->fReadin; in copy_object()