Searched refs:STYP_LOADER (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h69 STYP_LOADER = 0x1000, enumerator in enum:llvm::XCOFF::SectionTypeFlags
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dxcoff.h37 /* XCOFF uses a special .loader section with type STYP_LOADER. */
38 #define STYP_LOADER 0x1000 macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp445 ECase(STYP_LOADER), ECase(STYP_DEBUG), ECase(STYP_TYPCHK),
497 case XCOFF::STYP_LOADER:
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffcode.h456 styp_flags = STYP_LOADER;

Completed in 112 milliseconds