Searched refs:BSF_EXPORT (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-aout.c61 if (flags & BSF_EXPORT)
99 symbol_get_bfdsym (sym)->flags |= BSF_EXPORT;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dtekhex.c433 new->symbol.flags = (BSF_GLOBAL | BSF_EXPORT);
H A Dpeicode.h574 sym->symbol.flags = BSF_EXPORT | BSF_GLOBAL | extra_flags;
H A Dcoffcode.h4418 dst->symbol.flags = BSF_EXPORT | BSF_GLOBAL;
4444 dst->symbol.flags |= BSF_EXPORT | BSF_SECTION_SYM;
H A Decoff.c688 asym->flags = BSF_EXPORT | BSF_WEAK;
690 asym->flags = BSF_EXPORT | BSF_GLOBAL;
H A Dcofflink.c367 flags = BSF_EXPORT | BSF_GLOBAL;
H A Decofflink.c1183 if (((*sym_ptr)->flags & BSF_EXPORT) != 0)
H A Dbfd-in2.h4445 #define BSF_EXPORT BSF_GLOBAL /* No real difference. */
4438 #define BSF_EXPORT macro
H A Dieee.c882 symbol->symbol.flags = BSF_GLOBAL | BSF_EXPORT;
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4452 #define BSF_EXPORT BSF_GLOBAL /* No real difference. */
4445 #define BSF_EXPORT macro

Completed in 245 milliseconds