Home
last modified time | relevance | path

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

123

/toolchain/binutils/binutils-2.27/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.27/binutils/
Dsysdump.c58 getCHARS (unsigned char *ptr, int *idx, int size, int max) in getCHARS()
62 int b = size; in getCHARS() local
86 dh (unsigned char *ptr, int size) in dh()
106 int c = ptr[i + j]; in dh() local
120 int size; in fillup() local
154 int size = ptr[byte++]; in getBARRAY() local
166 getINT (unsigned char *ptr, int *idx, int size, int max) in getINT()
207 getBITS (unsigned char *ptr, int *idx, int size, int max) in getBITS()
289 int c = getc (file); in getone() local
618 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.c189 size_t size; member
956 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') argument
957 #define IS_LINE_TERMINATOR(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') argument
962 off_t size; in add_specific_symbols() local
1629 int c, lineno; in add_redefine_syms_file() local
1738 long size; in copy_unknown_object() local
1815 unsigned int c, i; in copy_object() local
2150 bfd_size_type size = bfd_get_section_size (sec); in copy_object() local
2282 bfd_size_type size; in copy_object() local
2313 bfd_size_type size; in copy_object() local
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic4x.c677 tic4x_emit_char (char c, int b) in tic4x_emit_char()
689 int size, in tic4x_seg_alloc()
714 char c; in tic4x_asg() local
745 char c; in tic4x_bss() local
748 offsetT size; in tic4x_bss() local
801 int c; in tic4x_globl() local
829 unsigned int c; in tic4x_cons() local
873 unsigned int c; in tic4x_stringer() local
925 char c; in tic4x_eval() local
955 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
378 char c; in tic54x_eval() local
451 char c; in tic54x_bss() local
706 int size; in tic54x_endstruct() local
772 int c = get_symbol_name (&name); in tic54x_tag() local
832 int size; in tic54x_struct_field() local
952 unsigned int c; in tic54x_cons() local
1091 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, const 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-ns32k.c113 int size; /* Estimated max size of object. */ member
715 char c; in get_addr_mode() local
870 bit_fix_new (int size, /* Length of bitfield. */ in bit_fix_new()
909 int pcrel, b, loop, pcrel_adjust; in encode_operand() local
1088 char c, suffix_separator; in parse() local
1244 reloc (int size, int pcrel, int type) in reloc()
1308 int size, /* 1, 2 or 4 usually. */ in fix_new_ns32k()
1338 int size, /* 1, 2 or 4 usually. */ in fix_new_ns32k_exp()
1624 char size = 0; in convert_iif() local
2125 md_parse_option (int c, const char *arg) in md_parse_option()
[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
812 parse_cons_expression_microblaze (expressionS *exp, int size) in parse_cons_expression_microblaze()
2347 md_section_align (segT segment ATTRIBUTE_UNUSED, valueT size) in md_section_align()
2462 md_parse_option (int c, const char * arg ATTRIBUTE_UNUSED) in md_parse_option()
2494 int size, in cons_fix_new_microblaze()
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-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
179 obj_coff_common_parse (int ignore ATTRIBUTE_UNUSED, symbolS *symbolP, addressT size) in obj_coff_common_parse()
1152 int c; in obj_coff_weak() local
1535 char c; in obj_coff_section() local
1720 bfd_vma size = bfd_get_section_size (sec); in coff_frob_section() local
Dobj-macho.c102 char c, *namstart; in collect_16char_name() local
319 char c; in obj_mach_o_section() local
446 offsetT size = 0; in obj_mach_o_zerofill() local
463 char c; in obj_mach_o_zerofill() local
886 addressT size) in obj_mach_o_common_parse()
1117 char c; in obj_mach_o_sym_qual() local
1177 char c = get_symbol_name (&name); in obj_mach_o_indirect_symbol() local
1921 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, const char *arg ATTRIBUTE_UNUSED) in md_parse_option()
748 m32r_insn *b, in first_writes_to_seconds_operands()
835 can_make_parallel (m32r_insn *a, m32r_insn *b) in can_make_parallel()
1374 #define SWAP_BYTES(a,b) tmp = a; a = b; b = tmp in md_assemble() argument
1449 md_section_align (segT segment, valueT size) in md_section_align()
1473 char c; in m32r_scomm() local
1475 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
2347 unsigned int size = 2; in build_Mytes() local
2573 unsigned char c = op_start[nlen]; in find_cooked_opcode() local
2606 unsigned int size; in assemble_ppi() local
2904 unsigned int size = 0; in md_assemble() local
3185 md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED) in md_parse_option()
3690 md_section_align (segT seg ATTRIBUTE_UNUSED, valueT size) in md_section_align()
3937 apply_full_field_fix (fixS *fixP, char *buf, bfd_vma val, int size) in apply_full_field_fix()
/toolchain/binutils/binutils-2.27/bfd/
Dmerge.c64 bfd_size_type size; member
141 unsigned int c; in sec_merge_hash_lookup() local
547 strrevcmp (const void *a, const void *b) in strrevcmp()
572 strrevcmp_align (const void *a, const void *b) in strrevcmp_align()
617 bfd_size_type size, amt; in merge_strings() local
764 bfd_size_type size = 0; in _bfd_merge_sections() 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
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
DpeXXigen.c543 int size = in _bfd_XXi_swap_aouthdr_in() local
615 int size = pei_section_data (abfd, sec)->virt_size; in add_data_entry() local
1212 const bfd_size_type size = sizeof (CV_INFO_PDB70) + filename_size + 1; in _bfd_XXi_write_codeview_record() local
2239 unsigned long number, size; in pe_print_reloc() local
2324 unsigned long entry, addr, size; in rsrc_print_resource_entries() local
2361 char c; in rsrc_print_resource_entries() local
2431 #define max(a,b) ((a) > (b) ? (a) : (b)) argument
2432 #define min(a,b) ((a) < (b) ? (a) : (b)) argument
2621 bfd_size_type size = extra->DataDirectory[PE_DEBUG_DATA].Size; in pe_print_debugdata() local
3097 unsigned long entry, addr, size; in rsrc_count_entries() local
[all …]
/toolchain/binutils/binutils-2.27/zlib/examples/
Dgzappend.c102 local unsigned gcd(unsigned a, unsigned b) in gcd()
104 unsigned c; in gcd() local
172 int size; /* 1 << size is bytes in buf */ member
/toolchain/binutils/binutils-2.27/opcodes/
Darm-dis.c41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) argument
3371 const char *c; in print_insn_coprocessor() local
4121 const char *c; in print_insn_neon() local
4194 int size = ((given >> 10) & 0x3); in print_insn_neon() local
4268 int size = ((given >> 6) & 0x3); in print_insn_neon() local
4309 int size = (given >> 20) & 3; in print_insn_neon() local
4325 int size = 0; in print_insn_neon() local
4663 const char *c; in print_insn_arm() local
5165 const char *c = insn->assembler; in print_insn_thumb16() local
5470 const char *c = insn->assembler; in print_insn_thumb32() local
[all …]
/toolchain/binutils/binutils-2.27/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.27/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