Home
last modified time | relevance | path

Searched +defs:code +defs:h (Results 1 – 25 of 197) sorted by relevance

12345678

/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldexp.c56 exp_print_token (token_code_type code, int infix_p) in exp_print_token()
60 token_code_type code; in exp_print_token() member
492 struct bfd_link_hash_entry *h; in fold_name() local
516 struct bfd_link_hash_entry *h; in fold_name() local
723 struct bfd_link_hash_entry *h = NULL; in exp_fold_tree_1() local
794 exp_binop (int code, etree_type *lhs, etree_type *rhs) in exp_binop()
812 exp_trinop (int code, etree_type *cond, etree_type *lhs, etree_type *rhs) in exp_trinop()
831 exp_unop (int code, etree_type *child) in exp_unop()
848 exp_nameop (int code, const char *name) in exp_nameop()
867 exp_assop (int code, const char *dst, etree_type *src) in exp_assop()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf-m10300.c565 struct elf_link_hash_entry * h; local
665 bfd_elf32_bfd_reloc_type_lookup (abfd, code) in bfd_elf32_bfd_reloc_type_lookup() argument
736 struct elf_link_hash_entry *h; local
1008 mn10300_elf_gc_mark_hook (sec, info, rel, h, sym) in mn10300_elf_gc_mark_hook() argument
1046 mn10300_elf_final_link_relocate (howto, input_bfd, output_bfd, in mn10300_elf_final_link_relocate() argument
1558 struct elf32_mn10300_link_hash_entry *h; local
1900 unsigned char code; local
2395 struct elf32_mn10300_link_hash_entry *h = NULL; local
2536 unsigned char code; local
2572 unsigned char code; local
[all …]
H A Delf32-ip2k.c97 #define IS_PAGE_OPCODE(code) \ argument
106 #define IS_JMP_OPCODE(code) \ argument
115 #define IS_CALL_OPCODE(code) \ argument
124 #define IS_SNC_OPCODE(code) \ argument
133 #define IS_INC_1SP_OPCODE(code) \ argument
142 #define IS_ADD_2SP_W_OPCODE(code) \ argument
152 #define IS_ADD_W_WREG_OPCODE(code) \ argument
161 #define IS_ADD_PCL_W_OPCODE(code) \ argument
177 #define IS_SKIP_OPCODE(code) \ argument
232 ip2k_reloc_type_lookup (abfd, code) in ip2k_reloc_type_lookup() argument
[all …]
H A Delf32-h8300.c247 bfd_reloc_code_real_type code) in elf32_h8_reloc_type_lookup()
424 struct elf_link_hash_entry *h; in elf32_h8_relocate_section() local
769 struct elf_link_hash_entry *h; in elf32_h8_relax_section() local
817 unsigned char code; in elf32_h8_relax_section() local
953 unsigned char code; in elf32_h8_relax_section() local
1019 unsigned char code; in elf32_h8_relax_section() local
1107 unsigned char code; in elf32_h8_relax_section() local
1196 unsigned char code; in elf32_h8_relax_section() local
1506 struct elf_link_hash_entry *h, in elf32_h8_gc_mark_hook()
H A Delf-m10200.c193 bfd_elf32_bfd_reloc_type_lookup (abfd, code) in bfd_elf32_bfd_reloc_type_lookup() argument
361 struct elf_link_hash_entry *h; local
589 struct elf_link_hash_entry *h; local
633 unsigned char code; local
686 unsigned char code; local
732 unsigned char code; local
880 unsigned char code; local
H A Delf32-m68hc11.c345 bfd_reloc_code_real_type code) in bfd_elf32_bfd_reloc_type_lookup()
475 unsigned char code; member
516 find_relaxable_insn (unsigned char code) in find_relaxable_insn()
546 unsigned char code; in m68hc11_relax_group() local
759 unsigned char code; in m68hc11_elf_relax_section() local
821 struct elf_link_hash_entry *h; in m68hc11_elf_relax_section() local
892 unsigned char code; in m68hc11_elf_relax_section() local
940 unsigned char code; in m68hc11_elf_relax_section() local
1016 unsigned char code; in m68hc11_elf_relax_section() local
1141 unsigned char code; in m68hc11_elf_relax_delete_bytes() local
H A Dcoff-m68k.c182 m68k_reloc_type_lookup (abfd, code) in m68k_reloc_type_lookup() argument
222 m68kcoff_rtype_to_howto (abfd, sec, rel, h, sym, addendp) in m68kcoff_rtype_to_howto() argument
382 m68kcoff_common_addend_rtype_to_howto (abfd, sec, rel, h, sym, addendp) in m68kcoff_common_addend_rtype_to_howto() argument
491 struct coff_link_hash_entry *h; local
H A Delf32-openrisc.c229 openrisc_reloc_type_lookup (abfd, code) in openrisc_reloc_type_lookup() argument
351 struct elf_link_hash_entry *h; local
447 openrisc_elf_gc_mark_hook (sec, info, rel, h, sym) in openrisc_elf_gc_mark_hook() argument
524 struct elf_link_hash_entry *h; local
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldexp.c55 exp_print_token (token_code_type code, int infix_p) in exp_print_token()
59 token_code_type code; in exp_print_token() member
474 struct bfd_link_hash_entry *h; in fold_name() local
499 struct bfd_link_hash_entry *h; in fold_name() local
703 struct bfd_link_hash_entry *h; in exp_fold_tree() local
761 exp_binop (int code, etree_type *lhs, etree_type *rhs) in exp_binop()
783 exp_trinop (int code, etree_type *cond, etree_type *lhs, etree_type *rhs) in exp_trinop()
802 exp_unop (int code, etree_type *child) in exp_unop()
821 exp_nameop (int code, const char *name) in exp_nameop()
840 exp_assop (int code, const char *dst, etree_type *src) in exp_assop()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-m10300.c545 struct elf_link_hash_entry * h; local
623 bfd_elf32_bfd_reloc_type_lookup (abfd, code) in bfd_elf32_bfd_reloc_type_lookup() argument
694 struct elf_link_hash_entry *h; local
922 mn10300_elf_gc_mark_hook (sec, info, rel, h, sym) in mn10300_elf_gc_mark_hook() argument
960 mn10300_elf_final_link_relocate (howto, input_bfd, output_bfd, in mn10300_elf_final_link_relocate() argument
1399 struct elf32_mn10300_link_hash_entry *h; local
1738 unsigned char code; local
2238 struct elf32_mn10300_link_hash_entry *h = NULL; local
2387 unsigned char code; local
2423 unsigned char code; local
[all …]
H A Delf32-crx.c396 bfd_reloc_code_real_type code) in elf_crx_reloc_type_lookup()
845 struct elf_link_hash_entry *h; in elf32_crx_relocate_section() local
1041 struct elf_link_hash_entry *h; in elf32_crx_relax_section() local
1084 unsigned short code; in elf32_crx_relax_section() local
1133 unsigned short code; in elf32_crx_relax_section() local
1178 unsigned short code; in elf32_crx_relax_section() local
1223 unsigned short code; in elf32_crx_relax_section() local
1304 struct elf_link_hash_entry *h, in elf32_crx_gc_mark_hook()
H A Delf32-ip2k.c52 #define IS_PAGE_OPCODE(code) \ argument
61 #define IS_JMP_OPCODE(code) \ argument
70 #define IS_SNC_OPCODE(code) \ argument
79 #define IS_INC_1SP_OPCODE(code) \ argument
88 #define IS_ADD_2SP_W_OPCODE(code) \ argument
98 #define IS_ADD_W_WREG_OPCODE(code) \ argument
107 #define IS_ADD_PCL_W_OPCODE(code) \ argument
123 #define IS_SKIP_OPCODE(code) \ argument
180 bfd_reloc_code_real_type code) in ip2k_reloc_type_lookup()
237 ip2k_is_opcode (bfd_byte *code, const struct ip2k_opcode *opcodes) in ip2k_is_opcode()
[all …]
H A Delf32-h8300.c247 bfd_reloc_code_real_type code) in elf32_h8_reloc_type_lookup()
424 struct elf_link_hash_entry *h; in elf32_h8_relocate_section() local
760 struct elf_link_hash_entry *h; in elf32_h8_relax_section() local
808 unsigned char code; in elf32_h8_relax_section() local
944 unsigned char code; in elf32_h8_relax_section() local
1010 unsigned char code; in elf32_h8_relax_section() local
1098 unsigned char code; in elf32_h8_relax_section() local
1187 unsigned char code; in elf32_h8_relax_section() local
1497 struct elf_link_hash_entry *h, in elf32_h8_gc_mark_hook()
H A Delf-m10200.c193 bfd_elf32_bfd_reloc_type_lookup (abfd, code) in bfd_elf32_bfd_reloc_type_lookup() argument
361 struct elf_link_hash_entry *h; local
580 struct elf_link_hash_entry *h; local
624 unsigned char code; local
677 unsigned char code; local
723 unsigned char code; local
871 unsigned char code; local
H A Delf32-m68hc11.c346 bfd_reloc_code_real_type code) in bfd_elf32_bfd_reloc_type_lookup()
476 unsigned char code; member
517 find_relaxable_insn (unsigned char code) in find_relaxable_insn()
547 unsigned char code; in m68hc11_relax_group() local
749 unsigned char code; in m68hc11_elf_relax_section() local
811 struct elf_link_hash_entry *h; in m68hc11_elf_relax_section() local
882 unsigned char code; in m68hc11_elf_relax_section() local
930 unsigned char code; in m68hc11_elf_relax_section() local
1006 unsigned char code; in m68hc11_elf_relax_section() local
1131 unsigned char code; in m68hc11_elf_relax_delete_bytes() local
H A Delf32-openrisc.c204 bfd_reloc_code_real_type code) in openrisc_reloc_type_lookup()
319 struct elf_link_hash_entry *h; in openrisc_elf_relocate_section() local
418 struct elf_link_hash_entry *h, in openrisc_elf_gc_mark_hook()
487 struct elf_link_hash_entry *h; in openrisc_elf_check_relocs() local
H A Dcoff-m68k.c182 m68k_reloc_type_lookup (abfd, code) in m68k_reloc_type_lookup() argument
222 m68kcoff_rtype_to_howto (abfd, sec, rel, h, sym, addendp) in m68kcoff_rtype_to_howto() argument
382 m68kcoff_common_addend_rtype_to_howto (abfd, sec, rel, h, sym, addendp) in m68kcoff_common_addend_rtype_to_howto() argument
491 struct coff_link_hash_entry *h; local
/openbsd-src/usr.sbin/httpd/
H A Dserver_fcgi.c94 struct fcgi_record_header *h; in server_fcgi() local
417 struct fcgi_record_header h; in fcgi_add_stdin() local
443 struct fcgi_record_header *h; in fcgi_add_param() local
519 struct fcgi_record_header *h; in server_fcgi_read() local
640 server_fcgi_header(struct client *clt, unsigned int code) in server_fcgi_header()
817 int code, ret; in server_fcgi_getheaders() local
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-objcp-common.c116 cp_tree_size (enum tree_code code) in cp_tree_size()
229 struct tree_map *h, in; in decl_shadowed_for_var_lookup() local
244 struct tree_map *h; in decl_shadowed_for_var_insert() local
/openbsd-src/gnu/gcc/gcc/
H A Dtree.c313 tree_code_size (enum tree_code code) in tree_code_size()
405 enum tree_code code = TREE_CODE (node); in tree_size() local
609 enum tree_code code = TREE_CODE (node); in copy_node_stat() local
2099 enum tree_code code = TREE_CODE (t); in tree_node_structure() local
2177 enum tree_code code; in contains_placeholder_p() local
2336 enum tree_code code = TREE_CODE (exp); in substitute_in_expr() local
2455 enum tree_code code = TREE_CODE (exp); in substitute_placeholder_in_expr() local
2588 enum tree_code code = TREE_CODE (ref); in stabilize_reference() local
2680 enum tree_code code = TREE_CODE (e); in stabilize_reference_1() local
2842 build0_stat (enum tree_code code, tree tt MEM_STAT_DECL) in build0_stat()
[all …]
/openbsd-src/lib/libedit/
H A Dhistory.c112 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) argument
113 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument
114 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument
115 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument
116 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument
117 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument
118 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument
119 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument
120 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument
121 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n) argument
[all …]
/openbsd-src/usr.sbin/ocspcheck/
H A Dhttp.c436 http_head_get(const char *v, struct httphead *h, size_t hsz) in http_head_get()
453 http_head_status(const struct http *http, struct httphead *h, size_t sz) in http_head_status()
456 unsigned int code; in http_head_status() local
491 struct httphead *h; in http_head_parse() local
677 struct http *h; in http_get() local
682 int code; in http_get() local
/openbsd-src/usr.sbin/acme-client/
H A Dhttp.c443 http_head_get(const char *v, struct httphead *h, size_t hsz) in http_head_get()
459 http_head_status(const struct http *http, struct httphead *h, size_t sz) in http_head_status()
462 unsigned int code; in http_head_status() local
497 struct httphead *h; in http_head_parse() local
684 struct http *h; in http_get() local
689 int code; in http_get() local
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst839 .. _err_cantfail:
1391 .. _ViewGraph:
1437 .. _datastructure:
1506 .. _dss_fixedarrays:
1541 .. _dss_smallvector:
1628 .. _dss_vector:
1722 .. _dss_packedvector:
1753 .. _dss_ilist_traits:
1772 .. _dss_ilist_sentinel:
1878 .. _dss_twine:
[all …]
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-ppp.c98 uint8_t code; global() member
294 u_int8_t code; /* PPPoE code (packet type) */ global() member
398 uint8_t code; ppp_cp_header() local
1150 ppp_if_print(u_char * user,const struct pcap_pkthdr * h,const u_char * p) ppp_if_print() argument
1170 ppp_ether_if_print(u_char * user,const struct pcap_pkthdr * h,const u_char * p) ppp_ether_if_print() argument
1411 ppp_hdlc_if_print(u_char * user,const struct pcap_pkthdr * h,const u_char * p) ppp_hdlc_if_print() argument
1441 ppp_if_print(user,h,p) ppp_if_print() argument
[all...]

12345678