HomeSort by: relevance | last modified time | path
    Searched defs:registers (Results 1 - 25 of 147) sorted by relevancy

1 2 3 4 5 6

  /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
moxie-sim.h 27 vector of registers. The internal simulator engine then uses
29 unsigned_word registers[19]; member in struct:moxie_sim_cpu
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/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
moxie-sim.h 27 vector of registers. The internal simulator engine then uses
29 unsigned_word registers[19]; member in struct:moxie_sim_cpu
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/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.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.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
  /src/external/gpl3/gdb/dist/gdbserver/
regcache.h 37 /* Whether the REGISTERS buffer's contents are fetched. If false,
38 we haven't fetched the registers from the target yet. Note that
40 note that "fetched" here is unrelated to whether the registers
45 unsigned char *registers = nullptr; member in struct:regcache
102 /* Invalidate cached registers for one thread. */
106 /* Invalidate cached registers for all threads of the given process. */
110 /* Invalidate cached registers for all threads of the current
120 /* Convert all registers to a string in the currently specified remote
regcache.h 37 /* Whether the REGISTERS buffer's contents are fetched. If false,
38 we haven't fetched the registers from the target yet. Note that
40 note that "fetched" here is unrelated to whether the registers
45 unsigned char *registers = nullptr; member in struct:regcache
102 /* Invalidate cached registers for one thread. */
106 /* Invalidate cached registers for all threads of the given process. */
110 /* Invalidate cached registers for all threads of the current
120 /* Convert all registers to a string in the currently specified remote
regcache.h 37 /* Whether the REGISTERS buffer's contents are fetched. If false,
38 we haven't fetched the registers from the target yet. Note that
40 note that "fetched" here is unrelated to whether the registers
45 unsigned char *registers = nullptr; member in struct:regcache
102 /* Invalidate cached registers for one thread. */
106 /* Invalidate cached registers for all threads of the given process. */
110 /* Invalidate cached registers for all threads of the current
120 /* Convert all registers to a string in the currently specified remote
  /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, &params->argument->frontier, "REGISTERS",
141 flags()->use_registers ? registers : nullptr,
147 // and their stacks, registers, and TLS regions. So use it separately
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, &params->argument->frontier, "REGISTERS",
141 flags()->use_registers ? registers : nullptr,
147 // and their stacks, registers, and TLS regions. So use it separately
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, &params->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, &params->argument->frontier, "REGISTERS",
131 flags()->use_registers ? registers : nullptr,
137 // and their stacks, registers, and TLS regions. So use it separately
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, &params->argument->frontier, "REGISTERS",
131 flags()->use_registers ? registers : nullptr,
137 // and their stacks, registers, and TLS regions. So use it separately
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, &params->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.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);

Completed in 65 milliseconds

1 2 3 4 5 6