Searched refs:BSF_DYNAMIC (Results 1 – 14 of 14) sorted by relevance
497 (type & BSF_DEBUGGING) ? 'd' : (type & BSF_DYNAMIC) ? 'D' : ' ', in bfd_print_symbol_vandf()
1322 sym->symbol.flags |= BSF_DYNAMIC; in elf_slurp_symbol_table()
3088 if ((a->flags & BSF_DYNAMIC) != 0 && (b->flags & BSF_DYNAMIC) == 0) in compare_symbols()3091 if ((a->flags & BSF_DYNAMIC) == 0 && (b->flags & BSF_DYNAMIC) != 0) in compare_symbols()
6172 #define BSF_DYNAMIC (1 << 15) macro
1485 in->symbol.flags |= BSF_DYNAMIC; in NAME()
1724 in->symbol.flags |= BSF_DYNAMIC; in NAME()
7455 elf_text_symbol->flags = BSF_SECTION_SYM | BSF_DYNAMIC; in _bfd_mips_elf_add_symbol_hook()7496 elf_data_symbol->flags = BSF_SECTION_SYM | BSF_DYNAMIC; in _bfd_mips_elf_add_symbol_hook()
858 * elf32-mips.c (_bfd_mips_elf_add_symbol_hook): Set BSF_DYNAMIC861 BSF_DYNAMIC on the section symbol to see whether the old BFD is
4661 flags |= BSF_DYNAMIC; in alpha_vms_convert_symbol()
1046 olddyn = (oldsec->symbol->flags & BSF_DYNAMIC) != 0; in _bfd_elf_merge_symbol()
9662 * syms.c (BSF_DYNAMIC): New symbol flag.9679 slurp_symbol_table; set the BSF_DYNAMIC flag appropriately.
1757 sym->flags = BSF_LOCAL | BSF_DYNAMIC; in powerpc_build_stubs()1946 && (sym->flags & BSF_DYNAMIC) != 0 in powerpc_mangle_relocs()
3546 * nlmconv.c (powerpc_build_stubs): Set BSF_DYNAMIC flag for each3549 symbol with BSF_DYNAMIC flag set.
12052 symbol_get_bfdsym (sym)->flags |= BSF_DEBUGGING | BSF_DYNAMIC; in ia64_vms_note()