Searched refs:elf_backend_sym_is_global (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-target.h309 #ifndef elf_backend_sym_is_global
310 #define elf_backend_sym_is_global 0 macro
566 elf_backend_sym_is_global,
H A Delf32-mips.c1533 #define elf_backend_sym_is_global mips_elf_sym_is_global
1526 #define elf_backend_sym_is_global macro
H A Delfn32-mips.c2316 #define elf_backend_sym_is_global mips_elf_sym_is_global
2306 #define elf_backend_sym_is_global macro
H A Delf-bfd.h589 bfd_boolean (*elf_backend_sym_is_global)
587 bfd_boolean (*elf_backend_sym_is_global) member in struct:elf_backend_data
H A Delf.c3257 if (bed->elf_backend_sym_is_global)
3258 return (*bed->elf_backend_sym_is_global) (abfd, sym);
/haiku-buildtools/binutils/bfd/
H A Delfxx-target.h388 #ifndef elf_backend_sym_is_global
389 #define elf_backend_sym_is_global 0 macro
747 elf_backend_sym_is_global,
H A Delf32-mips.c2449 #define elf_backend_sym_is_global mips_elf_sym_is_global
2442 #define elf_backend_sym_is_global macro
H A Delf-bfd.h816 bfd_boolean (*elf_backend_sym_is_global)
814 bfd_boolean (*elf_backend_sym_is_global) member in struct:elf_backend_data
H A Delfn32-mips.c3658 #define elf_backend_sym_is_global mips_elf_sym_is_global
3647 #define elf_backend_sym_is_global macro
H A Delf.c3926 if (bed->elf_backend_sym_is_global)
3927 return (*bed->elf_backend_sym_is_global) (abfd, sym);

Completed in 275 milliseconds