Searched refs:greg (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/i386/svr4/
H A Dsvr4_genassym.c20 uc_mcontext.greg[SVR4_X86_FS]));
22 uc_mcontext.greg[SVR4_X86_GS]));
24 uc_mcontext.greg[SVR4_X86_EFL]));
H A Dsvr4_machdep.h81 svr4_gregset_t greg; member in struct:__anon10329
H A Dsvr4_machdep.c101 svr4_greg_t *r = uc->uc_mcontext.greg;
199 svr4_greg_t *r = uc->uc_mcontext.greg;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dppc-sysv-tdep.c75 int greg = 3; local
91 tdep->ppc_gp0_regnum + greg,
93 greg++;
158 if (greg > 9)
161 greg = 11;
171 tdep->ppc_gp0_regnum + greg, val);
172 greg += 1;
177 if ((greg & 1) == 0)
178 greg++;
182 tdep->ppc_gp0_regnum + greg
584 int greg = 3; local
[all...]
H A Dnto-procfs.c715 procfs_greg greg; member in union:__anon1383
724 nto_supply_gregset ((char *) &reg.greg);
1144 procfs_greg greg; member in union:__anon1384
/freebsd-10-stable/sys/dev/buslogic/
H A Dbtreg.h116 #define GEOMETRY_DISK0(g_reg) (greg & DISK0_GEOMETRY)
117 #define GEOMETRY_DISK1(g_reg) ((greg & DISK1_GEOMETRY) >> 2)
/freebsd-10-stable/usr.bin/gcore/
H A Delfcore.c601 struct reg greg; local
613 ptrace(PT_GETREGS, tid, (void *)&greg, 0);
614 elf_convert_gregset(&status->pr_reg, &greg);
/freebsd-10-stable/contrib/binutils/ld/
H A Dldlang.c6986 struct bfd_elf_version_expr *greg = NULL, *lreg;
7005 greg = lang_new_vers_pattern (greg, p, NULL, FALSE);
7017 lang_new_vers_node (greg, lreg), NULL);
6982 struct bfd_elf_version_expr *greg = NULL, *lreg; local
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-ppc.c1879 const void *greg;
1887 greg = va_arg (ap, const void *);
1888 memcpy (data + 72, greg, 192);
1876 const void *greg; local
H A Delf64-ppc.c2538 const void *greg;
2546 greg = va_arg (ap, const void *);
2547 memcpy (data + 112, greg, 384);
2536 const void *greg; local

Completed in 280 milliseconds