Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsyms.c461 (type & BSF_DEBUGGING) ? 'd' : (type & BSF_DYNAMIC) ? 'D' : ' ', in bfd_print_symbol_vandf()
H A Delfcode.h1171 sym->symbol.flags |= BSF_DYNAMIC; in elf_slurp_symbol_table()
1504 | BSF_DYNAMIC)) in elf_symbol_flags()
H A Dbfd-in2.h3586 #define BSF_DYNAMIC 0x8000 macro
H A Delfxx-mips.c4775 elf_text_symbol->flags = BSF_SECTION_SYM | BSF_DYNAMIC; in _bfd_mips_elf_add_symbol_hook()
4816 elf_data_symbol->flags = BSF_SECTION_SYM | BSF_DYNAMIC; in _bfd_mips_elf_add_symbol_hook()
H A Dpdp11.c1818 in->symbol.flags |= BSF_DYNAMIC;
H A Daoutx.h1835 in->symbol.flags |= BSF_DYNAMIC;
H A 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
H A Delflink.c795 olddyn = (hsec->symbol->flags & BSF_DYNAMIC) != 0; in _bfd_elf_merge_symbol()
H A Delflink.h594 olddyn = (hsec->symbol->flags & BSF_DYNAMIC) != 0;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsyms.c478 (type & BSF_DEBUGGING) ? 'd' : (type & BSF_DYNAMIC) ? 'D' : ' ', in bfd_print_symbol_vandf()
H A Delfcode.h1254 sym->symbol.flags |= BSF_DYNAMIC; in elf_slurp_symbol_table()
1582 | BSF_DYNAMIC)) in elf_symbol_flags()
H A Delf64-ppc.c2706 if ((a->flags & BSF_DYNAMIC) != 0 && (b->flags & BSF_DYNAMIC) == 0) in compare_symbols()
2709 if ((a->flags & BSF_DYNAMIC) == 0 && (b->flags & BSF_DYNAMIC) != 0) in compare_symbols()
H A Dbfd-in2.h4281 #define BSF_DYNAMIC 0x8000 macro
H A Dpdp11.c1489 in->symbol.flags |= BSF_DYNAMIC; in NAME()
H A Delfxx-mips.c5786 elf_text_symbol->flags = BSF_SECTION_SYM | BSF_DYNAMIC; in _bfd_mips_elf_add_symbol_hook()
5827 elf_data_symbol->flags = BSF_SECTION_SYM | BSF_DYNAMIC; in _bfd_mips_elf_add_symbol_hook()
H A Daoutx.h1696 in->symbol.flags |= BSF_DYNAMIC; in NAME()
H A 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
H A Delflink.c898 olddyn = (oldsec->symbol->flags & BSF_DYNAMIC) != 0; in _bfd_elf_merge_symbol()
H A DChangeLog-94959662 * syms.c (BSF_DYNAMIC): New symbol flag.
9679 slurp_symbol_table; set the BSF_DYNAMIC flag appropriately.
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dnlmconv.c1762 sym->flags = BSF_LOCAL | BSF_DYNAMIC; in powerpc_build_stubs()
1952 && (sym->flags & BSF_DYNAMIC) != 0 in powerpc_mangle_relocs()
H A DChangeLog-91973546 * nlmconv.c (powerpc_build_stubs): Set BSF_DYNAMIC flag for each
3549 symbol with BSF_DYNAMIC flag set.
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmconv.c1761 sym->flags = BSF_LOCAL | BSF_DYNAMIC; in powerpc_build_stubs()
1950 && (sym->flags & BSF_DYNAMIC) != 0 in powerpc_mangle_relocs()
H A DChangeLog-91973546 * nlmconv.c (powerpc_build_stubs): Set BSF_DYNAMIC flag for each
3549 symbol with BSF_DYNAMIC flag set.
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dsyms.texi235 #define BSF_DYNAMIC 0x8000
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dsyms.texi235 #define BSF_DYNAMIC 0x8000

12