Searched refs:STYP_INFO (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
H A Daux-coff.h42 #undef STYP_INFO macro
43 #define STYP_INFO STYP_IDENT macro
H A Dinternal.h396 #define STYP_INFO (0x0200) /* comment: not allocated not relocated, not loaded */ macro
/freebsd-11-stable/sys/i386/ibcs2/
H A Dcoff.h96 STYP_INFO = 0x200, /* comment (!loaded, !alloc'ed, !reloc'd) */ enumerator in enum:scnhdr_flags
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h66 STYP_INFO = 0x0200, enumerator in enum:llvm::XCOFF::SectionTypeFlags
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp444 ECase(STYP_INFO), ECase(STYP_TDATA), ECase(STYP_TBSS),
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffcode.h387 #define STYP_XCOFF_DEBUG STYP_INFO
393 #define STYP_DEBUG_INFO STYP_INFO
416 styp_flags = STYP_INFO;
641 else if (styp_flags & STYP_INFO)
H A Decoff.c403 else if ((styp_flags & STYP_INFO) || styp_flags == STYP_COMMENT)

Completed in 138 milliseconds