| /toolchain/binutils/binutils-2.25/libiberty/ |
| D | hashtab.c | 283 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() 294 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() 348 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() 398 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f) in htab_create() 404 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f) in htab_try_create() 415 size_t size = htab_size (htab); in htab_delete() local 441 size_t size = htab_size (htab); in htab_empty() local 485 size_t size = htab_size (htab); in find_empty_slot_for_expand() local 589 size_t size; in htab_find_with_hash() local 639 size_t size; in htab_find_slot_with_hash() local [all …]
|
| D | sha1.c | 97 size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4; in sha1_finish_ctx() local 293 sha1_uint32 a = ctx->A; in sha1_process_block() local 295 sha1_uint32 c = ctx->C; in sha1_process_block() local
|
| D | regex.c | 77 # define re_match(bufp, string, size, pos, regs) \ argument 79 # define re_search(bufp, string, size, startpos, range, regs) \ argument 214 # define ISASCII(c) 1 argument 216 # define ISASCII(c) isascii(c) argument 220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) argument 222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') argument 225 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) argument 227 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) argument 231 # define ISPRINT(c) (ISASCII (c) && isprint (c)) argument 232 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) argument [all …]
|
| /toolchain/binutils/binutils-2.25/gas/config/ |
| D | tc-tic54x.c | 63 bfd_vma size; /* Size of struct/union. */ member 243 tic54x_emit_char (char c) in tic54x_emit_char() 322 int c; in tic54x_asg() local 383 char c; in tic54x_eval() local 459 char c; in tic54x_bss() local 720 int size; in tic54x_endstruct() local 786 int c = get_symbol_end (); in tic54x_tag() local 844 int size; in tic54x_struct_field() local 963 unsigned int c; in tic54x_cons() local 1102 int c; in tic54x_global() local [all …]
|
| D | tc-vax.c | 193 #define C(a,b) ENCODE_RELAX(a,b) argument 265 #define min(a, b) ((a) < (b) ? (a) : (b)) argument 884 #define IMMEDIATEP(c) (vip_metacharacters [(c) & 0xff] & VIP_IMMEDIATE) argument 885 #define INDIRECTP(c) (vip_metacharacters [(c) & 0xff] & VIP_INDIRECT) argument 886 #define DISPLENP(c) (vip_metacharacters [(c) & 0xff] & VIP_DISPLEN) argument 1300 char c; in vip_op() local 1862 char c; in vip() local 2213 md_parse_option (int c, char *arg) in md_parse_option() 2321 md_section_align (segT segment ATTRIBUTE_UNUSED, valueT size) in md_section_align() 3274 vax_cons (expressionS *exp, int size) in vax_cons() [all …]
|
| D | obj-elf.c | 306 elf_common_parse (int ignore ATTRIBUTE_UNUSED, symbolS *symbolP, addressT size) in elf_common_parse() 333 char c; in elf_common_parse() local 408 char c; in get_sym_from_input_line_and_check() local 426 int c; in obj_elf_local() local 450 int c; in obj_elf_weak() local 473 int c; in obj_elf_visibility() local 1009 char c; in obj_elf_section() local 1100 char c; in obj_elf_section() local 1288 char c; in obj_elf_symver() local 1353 char c, bad = 0; in obj_elf_vtable_inherit() local [all …]
|
| D | tc-microblaze.c | 35 #define streq(a,b) (strcmp (a, b) == 0) argument 172 char c; in microblaze_s_lcomm() local 174 offsetT size; in microblaze_s_lcomm() local 328 int c; in microblaze_s_weakext() local 806 parse_cons_expression_microblaze (expressionS *exp, int size) in parse_cons_expression_microblaze() 2341 md_section_align (segT segment ATTRIBUTE_UNUSED, valueT size) in md_section_align() 2456 md_parse_option (int c, char * arg ATTRIBUTE_UNUSED) in md_parse_option() 2488 int size, in cons_fix_new_microblaze()
|
| D | obj-coff.c | 36 #define streq(a,b) (strcmp ((a), (b)) == 0) argument 37 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) argument 65 unsigned long size; member 182 obj_coff_common_parse (int ignore ATTRIBUTE_UNUSED, symbolS *symbolP, addressT size) in obj_coff_common_parse() 1168 int c; in obj_coff_weak() local 1552 char c; in obj_coff_section() local 1742 bfd_vma size = bfd_get_section_size (sec); in coff_frob_section() local
|
| D | tc-crx.c | 45 #define streq(a, b) (strcmp (a, b) == 0) argument 46 #define strneq(a, b, c) (strncmp (a, b, c) == 0) argument 250 char c = *input_line_pointer; in md_operand() local 722 char *input_save, c; in set_operand() local 1932 int size; in print_insn() local 1974 char c; in md_assemble() local
|
| D | tc-m32r.c | 269 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) in md_parse_option() 750 first_writes_to_seconds_operands (m32r_insn *a, in first_writes_to_seconds_operands() 826 writes_to_pc (m32r_insn *a) in writes_to_pc() 838 can_make_parallel (m32r_insn *a, m32r_insn *b) in can_make_parallel() 1377 #define SWAP_BYTES(a,b) tmp = a; a = b; b = tmp in md_assemble() argument 1452 md_section_align (segT segment, valueT size) in md_section_align() 1476 char c; in m32r_scomm() local 1478 offsetT size; in m32r_scomm() local
|
| D | obj-macho.c | 102 char c, *namstart; in collect_16char_name() local 328 char c; in obj_mach_o_section() local 455 offsetT size = 0; in obj_mach_o_zerofill() local 472 char c; in obj_mach_o_zerofill() local 896 addressT size) in obj_mach_o_common_parse() 1127 char c; in obj_mach_o_sym_qual() local 1188 char c = get_symbol_end (); in obj_mach_o_indirect_symbol() local 1933 obj_mach_o_in_different_subsection (symbolS *a, symbolS *b) in obj_mach_o_in_different_subsection()
|
| D | tc-hppa.c | 1215 int size, in fix_new_hppa() 1263 cons_fix_new_hppa (fragS *frag, int where, int size, expressionS *exp, in cons_fix_new_hppa() 1639 md_section_align (asection *segment, valueT size) in md_section_align() 1652 int size; in md_estimate_size_before_relax() local 1686 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) in md_parse_option() 2058 char c; in pa_parse_number() local 2568 char *s, c; in pa_get_number() local 2658 char c; in pa_parse_nonneg_cmpsub_cmpltr() local 2728 char c; in pa_parse_neg_cmpsub_cmpltr() local 2805 char c; in pa_parse_cmpb_64_cmpltr() local [all …]
|
| D | tc-ppc.c | 853 char c; in register_name() local 1081 md_parse_option (int c, char *arg) in md_parse_option() 2134 char c; in ppc_elf_lcomm() local 2136 offsetT size; in ppc_elf_lcomm() local 2241 char c = get_symbol_end (); in ppc_elf_localentry() local 2482 char c; in parse_toc_entry() local 2560 #define APUID(a,v) ((((a) & 0xffff) << 16) | ((v) & 0xffff)) argument 3424 int size; in md_assemble() local 3582 char c; in ppc_byte() local 3623 offsetT size; in ppc_comm() local [all …]
|
| D | tc-sh.c | 158 #define C(a,b) ENCODE_RELAX(a,b) argument 768 sh_cons_fix_new (fragS *frag, int off, int size, expressionS *exp, in sh_cons_fix_new() 985 #define IDENT_CHAR(c) (ISALNUM (c) || (c) == '_') argument 2346 unsigned int size = 2; in build_Mytes() local 2572 unsigned char c = op_start[nlen]; in find_cooked_opcode() local 2605 unsigned int size; in assemble_ppi() local 2903 unsigned int size = 0; in md_assemble() local 3184 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) in md_parse_option() 3689 md_section_align (segT seg ATTRIBUTE_UNUSED, valueT size) in md_section_align() 3936 apply_full_field_fix (fixS *fixP, char *buf, bfd_vma val, int size) in apply_full_field_fix()
|
| D | tc-i386.c | 660 #define ENCODE_RELAX_STATE(type, size) \ argument 947 pe_lcomm_internal (int needs_align, symbolS *symbolP, addressT size) in pe_lcomm_internal() 1713 operand_type_check (i386_operand_type t, enum operand_type c) in operand_type_check() 2080 offset_in_range (offsetT val, int size) in offset_in_range() 2586 int c; in md_begin() local 2816 i386_operand_type a; in pt() local 2830 reloc (unsigned int size, in reloc() 6701 int size; in output_branch() local 6792 int size; in output_jump() local 6877 int size; in output_interseg_jump() local [all …]
|
| /toolchain/binutils/binutils-2.25/bfd/ |
| D | merge.c | 63 bfd_size_type size; member 140 unsigned int c; in sec_merge_hash_lookup() local 531 strrevcmp (const void *a, const void *b) in strrevcmp() 556 strrevcmp_align (const void *a, const void *b) in strrevcmp_align() 599 struct sec_merge_hash_entry **array, **a, *e; in merge_strings() local 601 bfd_size_type size, amt; in merge_strings() local 748 bfd_size_type size = 0; in _bfd_merge_sections() local
|
| D | peXXigen.c | 469 struct internal_extra_pe_aouthdr *a = &aouthdr_int->pe; in _bfd_XXi_swap_aouthdr_in() local 540 int size = in _bfd_XXi_swap_aouthdr_in() local 612 int size = pei_section_data (abfd, sec)->virt_size; in add_data_entry() local 1196 unsigned int size = sizeof (CV_INFO_PDB70) + 1; in _bfd_XXi_write_codeview_record() local 2204 long number, size; in pe_print_reloc() local 2289 unsigned long entry, addr, size; in rsrc_print_resource_entries() local 2325 char c; in rsrc_print_resource_entries() local 2392 #define max(a,b) ((a) > (b) ? (a) : (b)) argument 2393 #define min(a,b) ((a) < (b) ? (a) : (b)) argument 2582 bfd_size_type size = extra->DataDirectory[PE_DEBUG_DATA].Size; in pe_print_debugdata() local [all …]
|
| D | peicode.h | 599 unsigned int size, in pe_ILF_make_a_section() 663 unsigned int size; member 726 #define NUM_ENTRIES(a) (sizeof (a) / sizeof (a)[0]) argument 895 char c = symbol[0]; in pe_ILF_build_a_bfd() local 1087 bfd_size_type size; in pe_ILF_object_p() local
|
| D | coffgen.c | 839 combined_entry_type *a = s + i + 1; in coff_mangle_symbols() local 1138 coff_symbol_type *c = coff_symbol_from (abfd, symbol); in coff_write_alien_symbol() local 1194 union internal_auxent *a = &((native + 1)->u.auxent); in coff_write_native_symbol() local 1332 unsigned int size = string_size + STRING_SIZE_SIZE; in coff_write_symbols() local 1421 unsigned int size = STRING_SIZE_SIZE; in coff_write_symbols() local 1630 bfd_size_type size; in _bfd_coff_get_external_symbols() local 1776 bfd_size_type size; in coff_get_normalized_symtab() local 2447 union internal_auxent *a = &((s + 1)->u.auxent); in coff_find_nearest_line_with_names() local 2530 size_t size; in coff_sizeof_headers() local
|
| D | elf-eh-frame.c | 252 const struct cie *c = (const struct cie *) e; in cie_hash() local 257 cie_compute_hash (struct cie *c) in cie_compute_hash() 288 unsigned int size = 0; in extra_augmentation_string_bytes() local 304 unsigned int size = 0; in extra_augmentation_data_bytes() local 1744 vma_compare (const void *a, const void *b) in vma_compare() 1797 bfd_size_type size; in _bfd_elf_write_section_eh_frame_hdr() local
|
| D | elf32-sh64.c | 106 #define _bfd_sh_align_load_span(a,b,c,d,e,f,g,h,i,j) \ argument 615 bfd_size_type size; in sh64_find_section_for_address() local
|
| /toolchain/binutils/binutils-2.25/opcodes/ |
| D | arm-dis.c | 40 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) argument 44 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) argument 1941 const char *c; in print_insn_coprocessor() local 2629 const char *c; in print_insn_neon() local 2702 int size = ((given >> 10) & 0x3); in print_insn_neon() local 2776 int size = ((given >> 6) & 0x3); in print_insn_neon() local 2817 int size = (given >> 20) & 3; in print_insn_neon() local 2833 int size = 0; in print_insn_neon() local 3171 const char *c; in print_insn_arm() local 3348 unsigned int a, i; in print_insn_arm() local [all …]
|
| /toolchain/binutils/binutils-2.25/binutils/ |
| D | ieee.c | 494 ieee_record_enum_type c; in ieee_read_expression() local 883 ieee_record_enum_type c; in parse_ieee() local 948 bfd_vma size; in parse_ieee_bb() local 1452 bfd_vma size; in parse_ieee_ty() local 1484 bfd_vma size; in parse_ieee_ty() local 1487 unsigned int c; in parse_ieee_ty() local 1537 bfd_vma size; in parse_ieee_ty() local 1540 unsigned int c; in parse_ieee_ty() local 1593 unsigned int c; in parse_ieee_ty() local 1657 bfd_vma low, high, signedp, size; in parse_ieee_ty() local [all …]
|
| D | resres.c | 454 rc_uint_type size) in read_res_data() 548 unichar c; in read_unistring() local 634 rc_res_id a[3]; in res_add_resource() local
|
| /toolchain/binutils/binutils-2.25/include/opcode/ |
| D | cr16.h | 257 unsigned int size; member 293 int size; member 315 int size; member 430 #define streq(a, b) (strcmp (a, b) == 0) argument 431 #define strneq(a, b, c) (strncmp (a, b, c) == 0) argument
|