Home
last modified time | relevance | path

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

123456

/toolchain/binutils/binutils-2.25/bfd/
Drs6000-core.c132 # define CORE_NEW(c) (!(c).old.c_entries) argument
134 # define CORE_NEW(c) 0 argument
145 # define CNEW_IS_CORE_DUMPXX(c) ((c).new_dump.c_version == CORE_DUMPXX_VERSION) argument
147 # define CNEW_IS_CORE_DUMPXX(c) 0 argument
153 # define CNEW_STACKORG(c) (c).c_stackorg argument
155 # define CNEW_STACKORG(c) 0 argument
161 # define CNEW_LOADER(c) (c).c_loader argument
163 # define CNEW_LOADER(c) 0 argument
168 #define COLD_LOADER(c) (c).c_tab argument
173 # define CNEW_LSIZE(c) (c).c_lsize argument
[all …]
Delf-attrs.c31 int size; in uleb128_size() local
59 bfd_vma size; in obj_attr_size() local
87 bfd_vma size; in vendor_obj_attr_size() local
116 bfd_vma size; in bfd_elf_obj_attr_size() local
130 bfd_byte c; in write_uleb128() local
170 vendor_set_obj_attr_contents (bfd *abfd, bfd_byte *contents, bfd_vma size, in vendor_set_obj_attr_contents()
206 bfd_elf_set_obj_attr_contents (bfd *abfd, bfd_byte *contents, bfd_vma size) in bfd_elf_set_obj_attr_contents()
/toolchain/binutils/binutils-2.25/binutils/
Dsysdump.c58 getCHARS (unsigned char *ptr, int *idx, int size, int max) in getCHARS()
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
Daddr2line.c163 bfd_size_type size; in find_address_in_section() local
189 bfd_size_type size; in find_offset_in_section() local
413 int c; in main() local
Dsize.c123 int c; in main() local
443 bfd_size_type size; in berkeley_sum() local
509 bfd_size_type size = bfd_section_size (file, sec); in sysv_internal_sizer() local
528 sysv_one_line (const char *name, bfd_size_type size, bfd_vma vma) in sysv_one_line()
541 bfd_size_type size = bfd_section_size (file, sec); in sysv_internal_printer() local
Dieee.c494 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 …]
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/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 …]
/toolchain/binutils/binutils-2.25/gas/
Dread.c641 unsigned int size = 0; in pending_bundle_size() local
671 finish_bundle (fragS *frag, unsigned int size) in finish_bundle()
744 char c; in read_a_source_file() local
1234 size_t size; in read_a_source_file() local
1608 char c; in read_symbol_name() local
1689 offsetT temp, size; in s_comm_internal() local
1779 char c; in s_mri_common() local
2153 long size = 1; in s_fill() local
2255 int c; in s_globl() local
2339 char c; in s_linkonce() local
[all …]
Dinput-file.c118 int c; in input_file_open() local
215 size_t size; in input_file_get() local
232 size_t size; in input_file_give_next_buffer() local
Dsb.c60 sb_build (sb *ptr, size_t size) in sb_build()
165 sb_add_char (sb *ptr, size_t c) in sb_add_char()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mn10300.c337 char c; in get_register_name() local
409 char c; in other_register_name() local
1016 mn10300_cons_fix_new (fragS *frag, int off, int size, expressionS *exp, in mn10300_cons_fix_new()
1238 unsigned long insn, extension, size = 0; in md_assemble() local
1350 char c = get_symbol_end (); in md_assemble() local
1401 char c = get_symbol_end (); in md_assemble() local
1416 char c = get_symbol_end (); in md_assemble() local
1431 char c = get_symbol_end (); in md_assemble() local
1446 char c = get_symbol_end (); in md_assemble() local
1461 char c = get_symbol_end (); in md_assemble() local
[all …]
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-z8k.c63 tohex (int c) in tohex()
78 int c; in sval() local
471 char c; in get_flags_operand() local
959 newfix (int ptr, int type, int size, expressionS *operand) in newfix()
984 apply_fix (char *ptr, int type, expressionS *operand, int size) in apply_fix()
1016 int c; in build_bytes() local
1197 char c; in md_assemble() local
1306 md_parse_option (int c, char *arg) in md_parse_option()
1378 md_section_align (segT seg, valueT size) in md_section_align()
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-v850.c263 char c; in v850_comm() local
266 unsigned int size; in v850_comm() local
1002 char c; in register_name() local
1054 char c; in system_register_name() local
1115 char c; in cc_name() local
1166 char c; in float_cc_name() local
1217 char c; in cacheop_name() local
1266 char c; in prefop_name() local
1314 char c; in vector_register_name() local
1566 md_parse_option (int c, char *arg) in md_parse_option()
[all …]
Dobj-elf.c306 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 …]
Dtc-h8300.c63 int size; member
129 sbranch (int size) in sbranch()
565 constant_fits_size_p (struct h8_op *operand, int size, int no_symbols) in constant_fits_size_p()
658 int size = op->mode & SIZE; in get_operand() local
1066 struct h8_op *operands, int size) in get_specific()
1333 int size; in do_a_fix_imm() local
1468 op_type c; in build_bytes() local
1673 int size = size16 ? 2 : 1; in build_bytes() local
1852 fix_operand_size (struct h8_op *operand, int size) in fix_operand_size()
1929 char c; in md_assemble() local
[all …]
Dtc-arc.c140 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) in md_parse_option()
403 char c; in arc_extoper() local
645 char c; in arc_extinst() local
847 char c; in arc_common() local
849 int align, size; in arc_common() local
959 char c; in arc_option() local
1023 md_section_align (segT segment, valueT size) in md_section_align()
1531 char c; in md_assemble() local
Dtc-pdp11.c243 int size; in md_apply_fix() local
653 int size; in md_assemble() local
657 char c; in md_assemble() local
1251 md_parse_option (int c, char *arg) in md_parse_option()
1370 valueT size) in md_section_align()
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()
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()
2149 int size = atoi(arg); in md_parse_option() local
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dw65-dis.c38 int c; in print_operand() local
84 int size = 1; in print_insn_w65() local
/toolchain/binutils/binutils-2.25/ld/
Dldctor.c215 int c, i; in ldctor_build_sets() local
255 int reloc_size, size; in ldctor_build_sets() local
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h295 Elf_recognizer::is_elf_file(const unsigned char* ehdr_buf, int size) in is_elf_file()
329 int* size, in is_valid_header()
349 int c = ehdr_buf[elfcpp::EI_CLASS]; in is_valid_header() local
705 Elf_strtab::Elf_strtab(const unsigned char* p, size_t size) in Elf_strtab()

123456