Home
last modified time | relevance | path

Searched +defs:size +defs:b +defs:c (Results 1 – 25 of 57) sorted by relevance

123

/toolchain/binutils/binutils-2.25/libiberty/
Dhashtab.c283 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 …]
Dregex.c77 # 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 …]
Dsha1.c97 size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4; in sha1_finish_ctx() local
294 sha1_uint32 b = ctx->B; in sha1_process_block() local
295 sha1_uint32 c = ctx->C; in sha1_process_block() local
/toolchain/binutils/binutils-2.25/binutils/
Dsysdump.c58 getCHARS (unsigned char *ptr, int *idx, int size, int max) in getCHARS()
62 int b = size; in getCHARS() local
83 dh (unsigned char *ptr, int size) in dh()
103 int c = ptr[i + j]; in dh() local
117 int size; in fillup() local
151 int size = ptr[byte++]; in getBARRAY() local
163 getINT (unsigned char *ptr, int *idx, int size, int max) in getINT()
199 getBITS (unsigned char *ptr, int *idx, int size, int max) in getBITS()
281 int c = getc (file); in getone() local
610 int c = 0; in module() local
Dieee.c341 ieee_record_enum_type b; in ieee_read_optional_number() local
418 bfd_byte b; in ieee_read_optional_id() local
494 ieee_record_enum_type c; in ieee_read_expression() local
883 ieee_record_enum_type c; in parse_ieee() local
947 bfd_byte b; in parse_ieee_bb() 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
[all …]
Ddebug.c104 unsigned int size; member
770 struct debug_block *b; in debug_record_function() local
891 struct debug_block *b, **pb; in debug_start_block() local
1175 enum debug_type_kind kind, unsigned int size) in debug_make_type()
1227 debug_make_int_type (void *handle, unsigned int size, bfd_boolean unsignedp) in debug_make_int_type()
1246 debug_make_float_type (void *handle, unsigned int size) in debug_make_float_type()
1256 debug_make_bool_type (void *handle, unsigned int size) in debug_make_bool_type()
1266 debug_make_complex_type (void *handle, unsigned int size) in debug_make_complex_type()
1278 debug_make_struct_type (void *handle, bfd_boolean structp, bfd_vma size, in debug_make_struct_type()
1283 struct debug_class_type *c; in debug_make_struct_type() local
[all …]
Dobjcopy.c179 size_t size; member
847 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') argument
848 #define IS_LINE_TERMINATOR(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') argument
853 off_t size; in add_specific_symbols() local
1421 int c, lineno; in add_redefine_syms_file() local
1530 long size; in copy_unknown_object() local
1884 bfd_size_type size = bfd_get_section_size (sec); in copy_object() local
1991 unsigned int c, i; in copy_object() local
2014 bfd_size_type size; in copy_object() local
2045 bfd_size_type size; in copy_object() local
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic4x.c676 tic4x_emit_char (char c, int b) in tic4x_emit_char()
688 int size, in tic4x_seg_alloc()
713 char c; in tic4x_asg() local
750 char c; in tic4x_bss() local
753 offsetT size; in tic4x_bss() local
805 int c; in tic4x_globl() local
834 unsigned int c; in tic4x_cons() local
878 unsigned int c; in tic4x_stringer() local
930 char c; in tic4x_eval() local
961 char c; in tic4x_sect() local
[all …]
Dtc-tic54x.c63 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 …]
Dtc-vax.c193 #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 …]
Dtc-microblaze.c35 #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()
Dtc-ns32k.c113 int size; /* Estimated max size of object. */ member
716 char c; in get_addr_mode() local
871 bit_fix_new (int size, /* Length of bitfield. */ in bit_fix_new()
910 int pcrel, b, loop, pcrel_adjust; in encode_operand() local
1089 char c, suffix_separator; in parse() local
1245 reloc (int size, int pcrel, int type) in reloc()
1309 int size, /* 1, 2 or 4 usually. */ in fix_new_ns32k()
1339 int size, /* 1, 2 or 4 usually. */ in fix_new_ns32k_exp()
1625 char size = 0; in convert_iif() local
2126 md_parse_option (int c, char *arg) in md_parse_option()
[all …]
Dobj-coff.c36 #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
Dtc-crx.c45 #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
Dobj-macho.c102 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()
Dtc-m32r.c269 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) in md_parse_option()
751 m32r_insn *b, in first_writes_to_seconds_operands()
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
Dtc-sh.c158 #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()
/toolchain/binutils/binutils-2.25/opcodes/
Darm-dis.c40 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 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
3667 const char *c = insn->assembler; in print_insn_thumb16() local
3970 const char *c = insn->assembler; in print_insn_thumb32() local
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dmerge.c63 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()
601 bfd_size_type size, amt; in merge_strings() local
748 bfd_size_type size = 0; in _bfd_merge_sections() local
Dihex.c147 bfd_size_type size; member
195 bfd_byte c; in ihex_get_byte() local
210 ihex_bad_byte (bfd *abfd, unsigned int lineno, int c, bfd_boolean error) in ihex_bad_byte()
248 int c; in ihex_scan() local
487 bfd_byte b[9]; in ihex_object_p() local
542 int c; in ihex_read_section() local
Dsrec.c147 bfd_size_type size; member
220 bfd_byte c; in srec_get_byte() local
239 int c, in srec_bad_byte()
297 int c; in srec_scan() local
649 bfd_byte b[4]; in srec_object_p() local
684 char b[2]; in symbolsrec_object_p() local
718 int c; in srec_read_section() local
1194 asymbol *c; in srec_canonicalize_symtab() local
DpeXXigen.c540 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
3036 unsigned long entry, addr, size; in rsrc_count_entries() local
[all …]
Delf-eh-frame.c252 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
/toolchain/binutils/binutils-2.25/bfd/doc/
Dchew.c105 unsigned long size; member
125 init_string_with_size (buffer, size) in init_string_with_size() argument
256 char c; local
622 char c; in outputdots() local
917 int c; in kill_bogus_lines() local
1549 string_type b; local
/toolchain/binutils/binutils-2.25/include/opcode/
Dcr16.h257 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

123