Searched refs:BSF_DYNAMIC (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dsyms.c277 .#define BSF_DYNAMIC 0x8000
476 BSF_DYNAMIC, nor more than one of BSF_FUNCTION, BSF_FILE, and
486 (type & BSF_DEBUGGING) ? 'd' : (type & BSF_DYNAMIC) ? 'D' : ' ',
H A Delfcode.h1294 sym->symbol.flags |= BSF_DYNAMIC;
H A Delf64-ppc.c2731 if ((a->flags & BSF_DYNAMIC) != 0 && (b->flags & BSF_DYNAMIC) == 0)
2734 if ((a->flags & BSF_DYNAMIC) == 0 && (b->flags & BSF_DYNAMIC) != 0)
H A Dbfd-in2.h4498 #define BSF_DYNAMIC 0x8000
4491 #define BSF_DYNAMIC macro
H A Delfxx-mips.c5827 elf_text_symbol->flags = BSF_SECTION_SYM | BSF_DYNAMIC;
5868 elf_data_symbol->flags = BSF_SECTION_SYM | BSF_DYNAMIC;
H A Daoutx.h1716 in->symbol.flags |= BSF_DYNAMIC;
H A Delflink.c959 olddyn = (oldsec->symbol->flags & BSF_DYNAMIC) != 0;
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4505 #define BSF_DYNAMIC 0x8000
4498 #define BSF_DYNAMIC macro

Completed in 290 milliseconds