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

/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjcopy.c992 else if ((flags & BSF_KEEP) != 0 /* Used in relocation. */
995 & BSF_KEEP) != 0))
1042 && !(flags & BSF_KEEP)
2299 gsym->flags |= BSF_KEEP;
2527 the BSF_KEEP flag so that those symbols will not be stripped.
2561 special bfd section symbols, then mark it with BSF_KEEP. */
2567 (*relpp[i]->sym_ptr_ptr)->flags |= BSF_KEEP;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dbfd-in2.h4455 #define BSF_KEEP 0x20
4448 #define BSF_KEEP macro
H A Delf32-spu.c242 /* Specially mark defined symbols named _EAR_* with BSF_KEEP so that
251 sym->flags |= BSF_KEEP;
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4462 #define BSF_KEEP 0x20
4455 #define BSF_KEEP macro

Completed in 168 milliseconds