Searched refs:error_names (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
490 the error_names and the sys_errlist (if needed) tables, which are
525 /* Now attempt to allocate the error_names table, zero it out, and then
528 if (error_names == NULL)
531 if ((error_names = (const char **) malloc (nbytes)) != NULL)
533 memset (error_names, 0, nbytes);
536 error_names[eip -> value] = eip -> name;
591 if (error_names == NULL)
633 if (error_names == NULL)
697 if (error_names
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
490 the error_names and the sys_errlist (if needed) tables, which are
525 /* Now attempt to allocate the error_names table, zero it out, and then
528 if (error_names == NULL)
531 if ((error_names = (const char **) malloc (nbytes)) != NULL)
533 memset (error_names, 0, nbytes);
536 error_names[eip -> value] = eip -> name;
591 if (error_names == NULL)
633 if (error_names == NULL)
697 if (error_names
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
490 the error_names and the sys_errlist (if needed) tables, which are
525 /* Now attempt to allocate the error_names table, zero it out, and then
528 if (error_names == NULL)
531 if ((error_names = (const char **) malloc (nbytes)) != NULL)
533 memset (error_names, 0, nbytes);
536 error_names[eip -> value] = eip -> name;
591 if (error_names == NULL)
633 if (error_names == NULL)
697 if (error_names
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Demul_generic.h98 char **error_names; member in struct:_emul_syscall
H A Demul_generic.c57 printf_filtered("[%s]", emul->error_names[error]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Demul_generic.h98 char **error_names; member in struct:_emul_syscall
H A Demul_generic.c57 printf_filtered("[%s]", emul->error_names[error]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Demul_generic.h98 char **error_names; member in struct:_emul_syscall
H A Demul_generic.c57 printf_filtered("[%s]", emul->error_names[error]);

Completed in 119 milliseconds