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

/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dti.h200 STYP_BLOCK: the section should be blocked, i.e. if the section would cross
206 #define STYP_BLOCK (0x1000) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dti.h200 STYP_BLOCK: the section should be blocked, i.e. if the section would cross
206 #define STYP_BLOCK (0x1000) macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h499 #ifdef STYP_BLOCK
501 styp_flags |= STYP_BLOCK;
602 #ifdef STYP_BLOCK
603 if (styp_flags & STYP_BLOCK)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h498 #ifdef STYP_BLOCK
500 styp_flags |= STYP_BLOCK;
601 #ifdef STYP_BLOCK
602 if (styp_flags & STYP_BLOCK)

Completed in 188 milliseconds