Home
last modified time | relevance | path

Searched +defs:common +defs:h (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/binutils/ld/
H A Dldcref.c50 unsigned int common : 1; member
159 struct cref_hash_entry *h; in add_cref() local
323 cref_fill_array (struct cref_hash_entry *h, void *data) in cref_fill_array()
395 output_one_cref (FILE *fp, struct cref_hash_entry *h) in output_one_cref()
538 check_nocrossref (struct cref_hash_entry *h, void *ignore ATTRIBUTE_UNUSED) in check_nocrossref()
/freebsd-12.1/contrib/binutils/bfd/
H A Delflink.c39 struct elf_link_hash_entry *h; in _bfd_elf_define_linkage_sym() local
74 struct elf_link_hash_entry *h; in _bfd_elf_create_got_section() local
275 struct elf_link_hash_entry *h; in _bfd_elf_create_dynamic_sections() local
470 struct elf_link_hash_entry *h; in bfd_elf_record_link_assignment() local
845 struct elf_link_hash_entry *h; in _bfd_elf_merge_symbol() local
3700 struct elf_link_hash_entry *h; in elf_link_add_object_symbols() local
3746 struct elf_link_hash_entry *h; in elf_link_add_object_symbols() local
3779 bfd_boolean common; in elf_link_add_object_symbols() local
4439 struct elf_link_hash_entry *h; in elf_link_add_object_symbols() local
4797 struct elf_link_hash_entry *h; in _bfd_elf_archive_symbol_lookup() local
[all …]
/freebsd-12.1/contrib/gcc/
H A Dgenrecog.c1264 bool common = false; in maybe_both_true_2() local
1651 struct decision_head h; in factor_tests() local
2739 struct decision_head recog_tree, split_tree, peephole2_tree, h; in main() local
H A Dfold-const.c308 HOST_WIDE_INT h; in add_double_with_sign() local
3360 tree common; in distribute_bit_expr() local
4935 tree common = save_expr (lhs); in fold_range_test() local
/freebsd-12.1/contrib/gcc/cp/
H A Dcp-tree.h220 struct tree_common common; member
230 struct tree_common common; member
239 struct tree_common common; member
322 struct tree_common common; member
354 struct tree_common common; member
444 struct tree_common common; member
1012 struct lang_type_header h; member
1095 struct lang_type_header h; member
/freebsd-12.1/sys/dev/drm/
H A Dsavage_drv.h81 } common; member
442 #define BCI_W_H(w, h) ((((h) << 16) | (w)) & 0x0FFF0FFF) argument