| /src/external/gpl3/gdb/dist/sim/moxie/ |
| moxie-sim.h | 27 vector of registers. The internal simulator engine then uses 29 unsigned_word registers[19]; member in struct:moxie_sim_cpu
|
| /src/external/gpl3/gdb.old/dist/sim/moxie/ |
| moxie-sim.h | 27 vector of registers. The internal simulator engine then uses 29 unsigned_word registers[19]; member in struct:moxie_sim_cpu
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| regcache.h | 36 /* Whether the REGISTERS buffer's contents are fetched. If false, 37 we haven't fetched the registers from the target yet. Note that 39 note that "fetched" here is unrelated to whether the registers 44 unsigned char *registers = nullptr; member in struct:regcache 83 /* Invalidate cached registers for one thread. */ 87 /* Invalidate cached registers for all threads of the given process. */ 91 /* Invalidate cached registers for all threads of the current 101 /* Convert all registers to a string in the currently specified remote
|
| regcache.cc | 54 /* Invalidate all registers, to prevent stale left-overs. */ 124 created, in case there are registers the target never 128 regcache->registers 142 regcache->registers = regbuf; 172 free (regcache->registers); 187 memcpy (this->registers, src->registers, src->tdesc->registers_size); 212 unsigned char *registers = regcache->registers; local 219 bin2hex (registers, buf, register_size (tdesc, i)) 236 unsigned char *registers = regcache->registers; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| regcache.h | 36 /* Whether the REGISTERS buffer's contents are valid. If false, we 37 haven't fetched the registers from the target yet. Not that this 39 "valid" here is unrelated to whether the registers are available 43 unsigned char *registers = nullptr; member in struct:regcache 78 /* Invalidate cached registers for one thread. */ 82 /* Invalidate cached registers for all threads of the given process. */ 86 /* Invalidate cached registers for all threads of the current 96 /* Convert all registers to a string in the currently specified remote
|
| regcache.cc | 56 /* Invalidate all registers, to prevent stale left-overs. */ 126 created, in case there are registers the target never 130 regcache->registers 144 regcache->registers = regbuf; 174 free (regcache->registers); 189 memcpy (dst->registers, src->registers, src->tdesc->registers_size); 214 unsigned char *registers = regcache->registers; local 221 bin2hex (registers, buf, register_size (tdesc, i)) 238 unsigned char *registers = regcache->registers; local [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| lsan_common_fuchsia.cpp | 96 // Callback from libc for thread registers. 97 auto registers = +[](void *chunk, size_t size, void *data) { local 101 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "REGISTERS", 141 flags()->use_registers ? registers : nullptr, 147 // and their stacks, registers, and TLS regions. So use it separately
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| lsan_common_fuchsia.cpp | 87 // Callback from libc for thread registers. 88 auto registers = +[](void *chunk, size_t size, void *data) { local 92 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "REGISTERS", 131 flags()->use_registers ? registers : nullptr, 137 // and their stacks, registers, and TLS regions. So use it separately
|
| /src/sys/arch/acorn32/podulebus/ |
| rapide.c | 54 * All the control registers are mapped the same between cards. 154 u_int registers; member in struct:__anon869 226 panic("%s: Cannot map control registers", device_xname(self)); 264 if (bus_space_map(iot, iobase + rapide_info[channel].registers,
|
| /src/sys/lib/libunwind/ |
| libunwind.cxx | 194 NativeUnwindRegisters registers; local 195 ThisUnwindCursor cursor1(registers, sThisAddressSpace); 196 ThisUnwindCursor cursor2(registers, sThisAddressSpace); 213 NativeUnwindRegisters registers; local 214 ThisUnwindCursor cursor(registers, sThisAddressSpace); 224 NativeUnwindRegisters registers; local 225 ThisUnwindCursor cursor(registers, sThisAddressSpace); 301 NativeUnwindRegisters registers; local 302 ThisUnwindCursor cursor(registers, sThisAddressSpace); 327 NativeUnwindRegisters registers; local 339 NativeUnwindRegisters registers; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| cisco-core.c | 66 char registers[4]; /* Pointer to saved registers */ 266 registers. */ 272 asect->filepos = bfd_get_32 (abfd, crashinfo.registers) - rambase; 65 char registers[4]; \/* Pointer to saved registers *\/ member in struct:__anon9640
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| s12z-dis.c | 71 const struct reg registers[S12Z_N_REGISTERS] = variable in typeref:struct:reg 241 (*info->fprintf_func) (info->stream, "%s", registers[r].name); 298 (*info->fprintf_func) (info->stream, fmt, registers[r].name); 310 registers[r].name);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cisco-core.c | 66 char registers[4]; /* Pointer to saved registers */ 266 registers. */ 272 asect->filepos = bfd_get_32 (abfd, crashinfo.registers) - rambase; 65 char registers[4]; \/* Pointer to saved registers *\/ member in struct:__anon11131
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| s12z-dis.c | 71 const struct reg registers[S12Z_N_REGISTERS] = variable in typeref:struct:reg 241 (*info->fprintf_func) (info->stream, "%s", registers[r].name); 298 (*info->fprintf_func) (info->stream, fmt, registers[r].name); 310 registers[r].name);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| cisco-core.c | 66 char registers[4]; /* Pointer to saved registers */ 266 registers. */ 272 asect->filepos = bfd_get_32 (abfd, crashinfo.registers) - rambase; 65 char registers[4]; \/* Pointer to saved registers *\/ member in struct:__anon17578
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| s12z-dis.c | 71 const struct reg registers[S12Z_N_REGISTERS] = variable in typeref:struct:reg 241 (*info->fprintf_func) (info->stream, "%s", registers[r].name); 298 (*info->fprintf_func) (info->stream, fmt, registers[r].name); 310 registers[r].name);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cisco-core.c | 66 char registers[4]; /* Pointer to saved registers */ 266 registers. */ 272 asect->filepos = bfd_get_32 (abfd, crashinfo.registers) - rambase; 65 char registers[4]; \/* Pointer to saved registers *\/ member in struct:__anon20318
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| s12z-dis.c | 71 const struct reg registers[S12Z_N_REGISTERS] = variable in typeref:struct:reg 241 (*info->fprintf_func) (info->stream, "%s", registers[r].name); 298 (*info->fprintf_func) (info->stream, fmt, registers[r].name); 310 registers[r].name);
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_symbol.c | 464 * Sort the registers by address with a simple insertion sort. 468 symlist_t registers; local 484 SLIST_INIT(®isters); 499 symlist_add(®isters, cursym, SYMLIST_SORT); 536 SLIST_FOREACH(curnode, ®isters, links) { 575 regnode = symlist_search(®isters, regname); 587 regnode = symlist_search(®isters, regname); 592 while (SLIST_FIRST(®isters) != NULL) { 598 curnode = SLIST_FIRST(®isters); 599 SLIST_REMOVE_HEAD(®isters, links) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| intel_uncore.c | 135 } registers[] = { local 177 for (r = registers; r->name; r++)
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| display.h | 129 struct intel_vgpu_sbi_register registers[SBI_REG_MAX]; member in struct:intel_vgpu_sbi
|
| /src/external/gpl3/gdb/dist/gdb/stubs/ |
| i386-stub.c | 57 * g return the value of the CPU registers hex data or ENN 58 * G set the value of the CPU registers OK or ENN 116 /* Number of registers. */ 119 /* Number of bytes of registers. */ 130 int registers[NUMREGS]; variable 142 /* Restore the program's registers (including the stack pointer, which 179 /* GDB stores segment registers in 32-bit words (that's just the way 180 m-i386v.h is written). So zero the appropriate areas in registers. */ 221 /* OK to clobber temp registers; we're just going to end up in set_mem_err. */ 580 that the compiler won't save any registers (if there is a faul [all...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| tdesc.h | 86 the ordering of registers in the remote g/G packets. */ 284 of other elements, e.g. registers and types. */ 300 /* The registers associated with this feature. */ 301 std::vector<tdesc_reg_up> registers; member in struct:tdesc_feature
|
| /src/external/gpl3/gdb.old/dist/gdb/stubs/ |
| i386-stub.c | 57 * g return the value of the CPU registers hex data or ENN 58 * G set the value of the CPU registers OK or ENN 116 /* Number of registers. */ 119 /* Number of bytes of registers. */ 130 int registers[NUMREGS]; variable 142 /* Restore the program's registers (including the stack pointer, which 179 /* GDB stores segment registers in 32-bit words (that's just the way 180 m-i386v.h is written). So zero the appropriate areas in registers. */ 221 /* OK to clobber temp registers; we're just going to end up in set_mem_err. */ 580 that the compiler won't save any registers (if there is a faul [all...] |
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| tdesc.h | 84 the ordering of registers in the remote g/G packets. */ 282 of other elements, e.g. registers and types. */ 298 /* The registers associated with this feature. */ 299 std::vector<tdesc_reg_up> registers; member in struct:tdesc_feature
|