Home
last modified time | relevance | path

Searched refs:__P (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/bedbug/
A Dbedbug.h16 #ifndef __P
18 #define __P(protos) protos /* full-blown ANSI C */ macro
20 #define __P(protos) () /* traditional C preprocessor */ macro
A Dppc.h372 extern int disppc __P((unsigned char *,unsigned char *,int,
374 extern int print_source_line __P((char *,char *,int,
376 extern int find_next_address __P((unsigned char *,int,struct pt_regs *));
377 extern int handle_bc __P((struct ppc_ctx *));
378 extern unsigned long asmppc __P((unsigned long,char*,int*));
379 extern char *asm_error_str __P((int));
/u-boot/common/
A Dbedbug.c27 int print_operands __P ((struct ppc_ctx *));
30 struct opcode *find_opcode __P ((unsigned long));
31 struct opcode *find_opcode_by_name __P ((char *));
32 char *spr_name __P ((int));
33 int spr_value __P ((char *));
34 char *tbr_name __P ((int));
35 int tbr_value __P ((char *));
36 int parse_operand __P ((unsigned long, struct opcode *,
38 int get_word __P ((char **, char *));
39 long read_number __P ((char *));
[all …]
/u-boot/cmd/
A Dbedbug.c20 extern void show_regs __P ((struct pt_regs *));
21 extern int run_command __P ((const char *, int));

Completed in 6 milliseconds