Searched refs:is_function_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c986 && !(bed->is_function_type (ELF_ST_TYPE (sym->st_info))
987 && bed->is_function_type (h->type)))
1179 if (bed->is_function_type (ELF_ST_TYPE (sym->st_info))
1180 && bed->is_function_type (h->type))
1229 && !bed->is_function_type (ELF_ST_TYPE (sym->st_info)))
1241 && !bed->is_function_type (h->type))
1302 || bed->is_function_type (ELF_ST_TYPE (sym->st_info))))))
1357 || bed->is_function_type (h->type))))
2756 if (!ignore_protected || !bed->is_function_type (h->type))
2829 if (!bed->is_function_type (
[all...]
H A Delf-bfd.h1063 bfd_boolean (*is_function_type) (unsigned int type);
1061 bfd_boolean (*is_function_type) (unsigned int type); member in struct:elf_backend_data

Completed in 134 milliseconds