Home
last modified time | relevance | path

Searched refs:is_function_type (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Delflink.c983 && !(bed->is_function_type (ELF_ST_TYPE (sym->st_info)) in _bfd_elf_merge_symbol()
984 && bed->is_function_type (h->type))) in _bfd_elf_merge_symbol()
1176 if (bed->is_function_type (ELF_ST_TYPE (sym->st_info)) in _bfd_elf_merge_symbol()
1177 && bed->is_function_type (h->type)) in _bfd_elf_merge_symbol()
1226 && !bed->is_function_type (ELF_ST_TYPE (sym->st_info))) in _bfd_elf_merge_symbol()
1238 && !bed->is_function_type (h->type)) in _bfd_elf_merge_symbol()
1354 || bed->is_function_type (h->type)))) in _bfd_elf_merge_symbol()
2822 if (!bed->is_function_type (h->type)) in _bfd_elf_symbol_refs_local_p()
2873 if (bed->is_function_type (ELF_ST_TYPE (sym->st_info))) in is_global_data_symbol_definition()
4072 && !bed->is_function_type (ELF_ST_TYPE (isym->st_info)) in elf_link_add_object_symbols()
[all …]
H A Delf-bfd.h1061 bfd_boolean (*is_function_type) (unsigned int type); member
H A DChangeLog698 * elflink.c (_bfd_elf_merge_symbol): Use bed->is_function_type.
701 * elf-bfd.h (elf_backend_data): Add is_function_type.