Home
last modified time | relevance | path

Searched +defs:end +defs:c (Results 1 – 25 of 56) sorted by relevance

123

/toolchain/binutils/binutils-2.27/ld/
Dlexsup.c837 int c; in parse_args() local
858 char *end; in parse_args() local
1321 char *end; in parse_args() local
1689 const char *end; in set_section_start() local
1700 const char *end; in set_segment_start() local
/toolchain/binutils/binutils-2.27/libiberty/
Ddyn-string.c291 dyn_string_insert_char (dyn_string_t dest, int pos, int c) in dyn_string_insert_char()
343 dyn_string_append_char (dyn_string_t dest, int c) in dyn_string_append_char()
365 int start, int end) in dyn_string_substring()
Dregex.c214 # 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
233 # define ISALNUM(c) (ISASCII (c) && isalnum (c)) argument
234 # define ISALPHA(c) (ISASCII (c) && isalpha (c)) argument
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dnds32-asm.c45 #define IS_LEX_CHAR(c) (((c) >> 7) == 0) argument
46 #define LEX_SET_FIELD(c) ((c) | SYN_FIELD) argument
47 #define LEX_GET_FIELD(c) operand_fields[((c) & 0xff)] argument
49 #define LEX_CHAR(c) ((c) & 0xff) argument
1449 const char *end; in build_opcode_syntax() local
1602 char *end = *pstr; in parse_re() local
1632 char *end = *pstr; in parse_re2() local
1704 char *end = *pstr; in parse_aext_reg() local
1953 char *end; in parse_operand() local
Dia64-opc.c69 char *c = strchr (*ptr, '.'); in get_opc_prefix() local
92 short end = sizeof (ia64_strings) / sizeof (const char *); in find_string_ent() local
101 int c = strcmp (str, ia64_strings[i]); in find_string_ent() local
126 short end = sizeof (main_table) / sizeof (struct ia64_main_table); in find_main_ent() local
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-elf.c336 char c; in elf_common_parse() local
411 char c; in get_sym_from_input_line_and_check() local
428 int c; in obj_elf_local() local
452 int c; in obj_elf_weak() local
475 int c; in obj_elf_visibility() local
830 char * end; in obj_elf_parse_section_letters() local
876 char * end; in obj_elf_section_type() local
943 char *end = input_line_pointer; in obj_elf_section_name() local
1064 char c; in obj_elf_section() local
1163 char c; in obj_elf_section() local
[all …]
Dtc-z8k.c63 tohex (int c) in tohex()
78 int c; in sval() local
471 char c; in get_flags_operand() local
633 char *end; in get_operand() local
1016 int c; in build_bytes() local
1197 char c; in md_assemble() local
1306 md_parse_option (int c, const char *arg) in md_parse_option()
Dtc-vax.c884 #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()
3336 int c; in vax_cons() local
3337 char *end = ++input_line_pointer; in vax_cons() local
Dtc-i386-intel.c175 char c; in i386_operator() local
572 char *end = check_VecOperations (input_line_pointer, NULL); in i386_intel_operand() local
Dtc-tic54x.c243 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
772 int c = get_symbol_name (&name); in tic54x_tag() local
952 unsigned int c; in tic54x_cons() local
1091 int c; in tic54x_global() local
1177 int c; in tic54x_sect() local
1342 char c; in tic54x_usect() local
1484 int c; in tic54x_version() local
[all …]
Dtc-ppc.c857 char c; in register_name() local
1073 md_parse_option (int c, const char *arg) in md_parse_option()
1239 char *end; in md_parse_option() local
2134 char c; in ppc_elf_lcomm() local
2240 char c = get_symbol_name (&name); in ppc_elf_localentry() local
2499 char c; in parse_toc_entry() local
3606 char c; in ppc_byte() local
3986 char c; in ppc_dwsect() local
4118 char c; in ppc_named_section() local
4196 char c; in ppc_ref() local
[all …]
Dtc-sparc.c199 #define isoctal(c) ((unsigned) ((c) - '0') < 8) argument
493 md_parse_option (int c, const char *arg) in md_parse_option()
1737 char c; in sparc_ip() local
3235 char c, *p, *q; in parse_keyword_arg() local
4092 char c; in s_reserve() local
4234 char c; in s_common() local
4506 char c; in s_register() local
4826 int c; in sparc_cons() local
4827 char *end = ++input_line_pointer; in sparc_cons() local
Dtc-i370.c253 char c; in register_name() local
361 md_parse_option (int c, const char *arg) in md_parse_option()
830 char *p, *end; in i370_ebcdic() local
1026 char c; in i370_elf_lcomm() local
2301 char c; in i370_byte() local
/toolchain/binutils/binutils-2.27/binutils/
Dmclex.c117 get_diff (unichar *end, unichar *start) in get_diff()
131 rc_uint_type base = 10, v = 0, c; in parse_digit() local
222 mc_keyword *p, *c, *n; in mc_add_keyword() local
Drclex.c156 const char *end; in cpp_line() local
680 int c; in rclex_string() local
Dreadelf.c503 const char c = *symbol++; in print_symbol() local
570 char c; in printable_section_name() local
690 const unsigned char * const end) in read_uleb128()
4399 int c; in parse_args() local
6904 Elf_Internal_Sym * end; in find_symbol_for_address() local
6965 struct absaddr end; member
7005 const unsigned char * end; in dump_ia64_unwind() local
7363 struct absaddr end; member
8103 int end = 4 + (op & 0x07); in decode_arm_unwind_bytecode() local
12121 unsigned char * end = start + size; in apply_relocations() local
[all …]
Dwindmc.c726 int i, c; in write_bin() local
919 char *end; in mc_unify_path() local
940 int c; in main() local
Dobjcopy.c956 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t') argument
957 #define IS_LINE_TERMINATOR(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') argument
1629 int c, lineno; in add_redefine_syms_file() local
1815 unsigned int c, i; in copy_object() local
3348 char *end = (char *) memhunk + size; in copy_section() local
3573 int c; in strip_main() local
3937 int c; in copy_main() local
4553 char *end; in copy_main() local
4584 char *end; in copy_main() local
/toolchain/binutils/binutils-2.27/bfd/
Delf-eh-frame.c64 read_byte (bfd_byte **iter, bfd_byte *end, unsigned char *result) in read_byte()
76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) in skip_bytes()
91 skip_leb128 (bfd_byte **iter, bfd_byte *end) in skip_leb128()
105 read_uleb128 (bfd_byte **iter, bfd_byte *end, bfd_vma *value) in read_uleb128()
124 read_sleb128 (bfd_byte **iter, bfd_byte *end, bfd_signed_vma *value) in read_sleb128()
252 const struct cie *c = (const struct cie *) e; in cie_hash() local
257 cie_compute_hash (struct cie *c) in cie_compute_hash()
333 skip_cfa_op (bfd_byte **iter, bfd_byte *end, unsigned int encoded_ptr_width) in skip_cfa_op()
413 skip_non_nops (bfd_byte *buf, bfd_byte *end, unsigned int encoded_ptr_width, in skip_non_nops()
574 bfd_byte *ehbuf = NULL, *buf, *end; in _bfd_elf_parse_eh_frame() local
[all …]
Dsrec.c220 bfd_byte c; in srec_get_byte() local
239 int c, in srec_bad_byte()
297 int c; in srec_scan() local
718 int c; in srec_read_section() local
954 const bfd_byte *end) in srec_write_record()
1194 asymbol *c; in srec_canonicalize_symtab() local
Delf-attrs.c130 bfd_byte c; in write_uleb128() local
494 bfd_byte *end; in _bfd_elf_parse_attributes() local
/toolchain/binutils/binutils-2.27/gold/
Dtoken.h149 add_blockers(int c) in add_blockers()
320 end() in end() function
/toolchain/binutils/binutils-2.27/intl/
Drelocatable.c317 unsigned long start, end; in find_shared_library_fullname() local
318 int c; in find_shared_library_fullname() local
/toolchain/binutils/binutils-2.27/zlib/examples/
Dgzappend.c104 unsigned c; in gcd() local
265 off_t lastoff, end; in gzscan() local
/toolchain/binutils/binutils-2.27/gas/
Dread.c1120 char *end = input_line_pointer; in read_a_source_file() local
1649 char c; in read_symbol_name() local
1820 char c; in s_mri_common() local
2309 int c; in s_globl() local
2394 char c; in s_linkonce() local
2900 char c; in s_mri_sect() local
3079 char c; in s_purgem() local
3120 do_repeat (int count, const char *start, const char *end) in do_repeat()
3149 const char * end, in do_repeat_with_expander()
3952 int c; in cons_worker() local
[all …]

123