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

/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dti.h198 STYP_CLINK: the section should be excluded from the final
205 #define STYP_CLINK (0x4000) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dti.h198 STYP_CLINK: the section should be excluded from the final
205 #define STYP_CLINK (0x4000) macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h494 #ifdef STYP_CLINK
496 styp_flags |= STYP_CLINK;
607 #ifdef STYP_CLINK
608 if (styp_flags & STYP_CLINK)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h493 #ifdef STYP_CLINK
495 styp_flags |= STYP_CLINK;
606 #ifdef STYP_CLINK
607 if (styp_flags & STYP_CLINK)

Completed in 94 milliseconds