Home
last modified time | relevance | path

Searched refs:argptr (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dlinespec.c50 static struct symtabs_and_lines decode_indirect (char **argptr);
52 static char *locate_first_half (char **argptr, int *is_quote_enclosed);
54 static struct symtabs_and_lines decode_objc (char **argptr,
60 static struct symtabs_and_lines decode_compound (char **argptr,
66 static struct symbol *lookup_prefix_sym (char **argptr, char *p);
102 static struct symtab *symtab_from_filename (char **argptr,
107 symtabs_and_lines decode_all_digits (char **argptr,
655 decode_line_1 (char **argptr, int funfirstline, struct symtab *default_symtab, in decode_line_1() argument
673 char *saved_arg = *argptr; in decode_line_1()
684 if (**argptr == '*') in decode_line_1()
[all …]
H A Dlinespec.h25 decode_line_1 (char **argptr, int funfirstline,
H A Dwrapper.c94 wrap_parse_exp_1 (char *argptr) in wrap_parse_exp_1() argument
97 = (struct gdb_wrapper_arguments *) argptr; in wrap_parse_exp_1()
H A Dparse.c556 int *class_prefix, char **argptr) in parse_nested_classes_for_hpacc() argument
703 if (argptr) in parse_nested_classes_for_hpacc()
704 *argptr = done ? p : end; in parse_nested_classes_for_hpacc()
H A Dbreakpoint.c5778 char *argptr = arg; in stopin_command() local
5784 while (*argptr && !hasColon) in stopin_command()
5786 hasColon = (*argptr == ':'); in stopin_command()
5787 argptr++; in stopin_command()
5791 badInput = (*argptr != ':'); /* Not a class::method */ in stopin_command()
5811 char *argptr = arg; in stopat_command() local
5816 while (*argptr && !hasColon) in stopat_command()
5818 hasColon = (*argptr == ':'); in stopat_command()
5819 argptr++; in stopat_command()
5823 badInput = (*argptr == ':'); /* we have class::method */ in stopat_command()
H A DChangeLog-20017941 * linespec.c (decode_line_1): Skip argptr over a leading
/openbsd-src/sys/arch/octeon/dev/
H A Doctboot.c99 char *argbuf = NULL, *argptr; in octboot_kexec() local
114 argptr = argbuf; in octboot_kexec()
116 len = argbuf + PAGE_SIZE - argptr; in octboot_kexec()
117 error = copyinstr(kargs->argv[i], argptr, len, &len); in octboot_kexec()
120 kargs->argv[i] = argptr; in octboot_kexec()
121 argptr += len; in octboot_kexec()
285 if (argptr > argbuf) { in octboot_kexec()
286 size = roundup(argptr - argbuf, BOOTMEM_BLOCK_ALIGN); in octboot_kexec()
291 memcpy((caddr_t)PHYS_TO_CKSEG0(maxp), argbuf, argptr - argbuf); in octboot_kexec()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c1222 tree argptr; local
1228 for (argptr = DECL_ARGUMENTS (current_function_decl);
1229 argptr; argptr = TREE_CHAIN (argptr))
1231 int this_size = int_size_in_bytes (TREE_TYPE (argptr));
/openbsd-src/gnu/gcc/gcc/
H A Dfinal.c3326 va_list argptr; in asm_fprintf() local
3328 va_start (argptr, p); in asm_fprintf()
3387 fprintf (file, buf, va_arg (argptr, int)); in asm_fprintf()
3399 fprintf (file, buf, va_arg (argptr, HOST_WIDE_INT)); in asm_fprintf()
3410 fprintf (file, buf, va_arg (argptr, long long)); in asm_fprintf()
3417 fprintf (file, buf, va_arg (argptr, long)); in asm_fprintf()
3425 fprintf (file, buf, va_arg (argptr, char *)); in asm_fprintf()
3468 ASM_FPRINTF_EXTENSIONS (file, argptr, p) in asm_fprintf()
3478 va_end (argptr); in asm_fprintf()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfinal.c3676 VA_OPEN (argptr, p); in asm_fprintf()
3677 VA_FIXEDARG (argptr, FILE *, file); in asm_fprintf()
3678 VA_FIXEDARG (argptr, const char *, p); in asm_fprintf()
3732 fprintf (file, buf, va_arg (argptr, int)); in asm_fprintf()
3752 fprintf (file, buf, va_arg (argptr, HOST_WIDE_INT)); in asm_fprintf()
3759 fprintf (file, buf, va_arg (argptr, long)); in asm_fprintf()
3767 fprintf (file, buf, va_arg (argptr, double)); in asm_fprintf()
3773 fprintf (file, buf, va_arg (argptr, char *)); in asm_fprintf()
3816 ASM_FPRINTF_EXTENSIONS (file, argptr, p) in asm_fprintf()
3826 VA_CLOSE (argptr); in asm_fprintf()
H A DFSFChangeLog.108288 on *argptr being filled in.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic30.c90 VA_OPEN (argptr, string); in debug()
91 VA_FIXEDARG (argptr, const char *, string); in debug()
92 vsprintf (str, string, argptr); in debug()
93 VA_CLOSE (argptr); in debug()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic30.c94 VA_OPEN (argptr, string); in debug()
95 VA_FIXEDARG (argptr, const char *, string); in debug()
96 vsprintf (str, string, argptr); in debug()
97 VA_CLOSE (argptr); in debug()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dtm.texi7357 @item ASM_FPRINTF_EXTENSIONS(@var{file}, @var{argptr}, @var{format})
7366 The varargs input pointer is @var{argptr} and the rest of the format
/openbsd-src/gnu/gcc/gcc/doc/
H A Dtm.texi7779 @defmac ASM_FPRINTF_EXTENSIONS (@var{file}, @var{argptr}, @var{format})
7787 The varargs input pointer is @var{argptr} and the rest of the format