Home
last modified time | relevance | path

Searched refs:sym_is_global (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf.c3355 sym_is_global (bfd *abfd, asymbol *sym) in sym_is_global() function
3447 if (sym_is_global (abfd, syms[idx])) in elf_map_symbols()
3461 if (!sym_is_global (abfd, asect->symbol)) in elf_map_symbols()
3480 if (sym_is_global (abfd, sym)) in elf_map_symbols()
3497 if (!sym_is_global (abfd, sym)) in elf_map_symbols()
DChangeLog-9193566 * elfcode.h (sym_is_global): Take abfd argument. Call
568 (elf_map_symbols): Pass abfd to sym_is_global.
2089 (sym_is_global): Return non-zero for weak symbols. Abort if
3239 (sym_is_global): New function.
DChangeLog-20061913 * elf.c (sym_is_global): Return a bfd_boolean.
DChangeLog-20091304 * elf.c (sym_is_global): Return true even for BSF_GNU_UNIQUE
DChangeLog-96973626 (sym_is_global): Ditto.
DChangeLog-02031639 * elf.c (sym_is_global): Remove INLINE.
DChangeLog-94953454 (sym_is_global): Rewrite for clarity.