Home
last modified time | relevance | path

Searched refs:BSF_DYNAMIC (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsyms.c497 (type & BSF_DEBUGGING) ? 'd' : (type & BSF_DYNAMIC) ? 'D' : ' ', in bfd_print_symbol_vandf()
Delfcode.h1322 sym->symbol.flags |= BSF_DYNAMIC; in elf_slurp_symbol_table()
Delf64-ppc.c3088 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()
Dbfd-in2.h6172 #define BSF_DYNAMIC (1 << 15) macro
Dpdp11.c1485 in->symbol.flags |= BSF_DYNAMIC; in NAME()
Daoutx.h1724 in->symbol.flags |= BSF_DYNAMIC; in NAME()
Delfxx-mips.c7455 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()
DChangeLog-9899858 * elf32-mips.c (_bfd_mips_elf_add_symbol_hook): Set BSF_DYNAMIC
861 BSF_DYNAMIC on the section symbol to see whether the old BFD is
Dvms-alpha.c4661 flags |= BSF_DYNAMIC; in alpha_vms_convert_symbol()
Delflink.c1046 olddyn = (oldsec->symbol->flags & BSF_DYNAMIC) != 0; in _bfd_elf_merge_symbol()
DChangeLog-94959662 * syms.c (BSF_DYNAMIC): New symbol flag.
9679 slurp_symbol_table; set the BSF_DYNAMIC flag appropriately.
/toolchain/binutils/binutils-2.25/binutils/
Dnlmconv.c1757 sym->flags = BSF_LOCAL | BSF_DYNAMIC; in powerpc_build_stubs()
1946 && (sym->flags & BSF_DYNAMIC) != 0 in powerpc_mangle_relocs()
DChangeLog-91973546 * nlmconv.c (powerpc_build_stubs): Set BSF_DYNAMIC flag for each
3549 symbol with BSF_DYNAMIC flag set.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c12052 symbol_get_bfdsym (sym)->flags |= BSF_DEBUGGING | BSF_DYNAMIC; in ia64_vms_note()