HomeSort by: relevance | last modified time | path
    Searched defs:next_addr (Results 1 - 21 of 21) sorted by relevancy

  /src/lib/libc/db/hash/
page.h 89 uint16_t next_addr; member in struct:__anon317
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ras_eeprom.h 50 uint32_t next_addr; member in struct:amdgpu_ras_eeprom_control
  /src/external/gpl3/gdb/dist/gdb/
ft32-tdep.c 173 CORE_ADDR next_addr; local
210 for (next_addr = start_addr; next_addr < end_addr; next_addr += isize)
212 inst = ft32_fetch_instruction (next_addr, &isize, byte_order);
249 if (next_addr < end_addr)
251 inst = ft32_fetch_instruction (next_addr, &isize, byte_order);
263 next_addr += isize;
267 return next_addr;
moxie-tdep.c 135 CORE_ADDR next_addr; local
148 for (next_addr = start_addr; next_addr < end_addr; )
150 inst = read_memory_unsigned_integer (next_addr, 2, byte_order);
158 next_addr += 2;
164 inst = read_memory_unsigned_integer (next_addr, 2, byte_order);
170 offset = read_memory_integer (next_addr + 2, 4, byte_order);
171 inst2 = read_memory_unsigned_integer (next_addr + 6, 2, byte_order);
178 return (next_addr + 8);
183 next_addr += 2
    [all...]
tilegx-tdep.c 368 CORE_ADDR next_addr; local
406 for (next_addr = start_addr;
407 next_addr < end_addr;
408 next_addr += TILEGX_BUNDLE_SIZE_IN_BYTES)
411 if (next_addr - instbuf_start >= instbuf_size)
416 unsigned int size_on_same_page = 4096 - (next_addr & 4095);
424 (end_addr - next_addr));
425 instbuf_start = next_addr;
430 memory_error (TARGET_XFER_E_IO, next_addr);
435 bundle = extract_unsigned_integer (&instbuf[next_addr - instbuf_start]
    [all...]
xstormy16-tdep.c 312 CORE_ADDR next_addr; local
324 for (next_addr = start_addr;
325 next_addr < end_addr; next_addr += xstormy16_inst_size)
327 inst = read_memory_unsigned_integer (next_addr,
329 inst2 = read_memory_unsigned_integer (next_addr + xstormy16_inst_size,
355 next_addr += xstormy16_inst_size;
384 next_addr += xstormy16_inst_size;
391 return next_addr;
m32c-tdep.c 1077 CORE_ADDR scan_pc, next_addr;
1162 gdb_assert (st->next_addr - st->scan_pc < sizeof (st->insn));
1163 return st->insn[st->next_addr++ - st->scan_pc];
1607 st.next_addr = st.scan_pc;
1627 st.next_addr += 3;
1635 st.next_addr += 2;
1638 after_last_frame_related_insn = st.next_addr;
1648 st.next_addr += 2;
1657 after_last_frame_related_insn = st.next_addr;
1659 after_last_frame_related_insn = st.next_addr;
1072 CORE_ADDR scan_pc, next_addr; member in struct:m32c_pv_state
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-disasm.c 224 CORE_ADDR next_addr; local
243 next_addr = tui_disassemble (gdbarch, asm_lines, new_low, max_lines);
273 next_addr = tui_disassemble (gdbarch, asm_lines, new_low, max_lines);
293 CORE_ADDR old_next_addr = next_addr;
295 next_addr = tui_disassemble (gdbarch, single_asm_line,
296 next_addr, 1);
298 if (next_addr <= old_next_addr)
302 } while (next_addr <= pc);
  /src/external/gpl3/gdb.old/dist/gdb/
ft32-tdep.c 173 CORE_ADDR next_addr; local
209 for (next_addr = start_addr; next_addr < end_addr; next_addr += isize)
211 inst = ft32_fetch_instruction (next_addr, &isize, byte_order);
248 if (next_addr < end_addr)
250 inst = ft32_fetch_instruction (next_addr, &isize, byte_order);
262 next_addr += isize;
266 return next_addr;
moxie-tdep.c 135 CORE_ADDR next_addr; local
148 for (next_addr = start_addr; next_addr < end_addr; )
150 inst = read_memory_unsigned_integer (next_addr, 2, byte_order);
158 next_addr += 2;
164 inst = read_memory_unsigned_integer (next_addr, 2, byte_order);
170 offset = read_memory_integer (next_addr + 2, 4, byte_order);
171 inst2 = read_memory_unsigned_integer (next_addr + 6, 2, byte_order);
178 return (next_addr + 8);
183 next_addr += 2
    [all...]
tilegx-tdep.c 368 CORE_ADDR next_addr; local
406 for (next_addr = start_addr;
407 next_addr < end_addr;
408 next_addr += TILEGX_BUNDLE_SIZE_IN_BYTES)
411 if (next_addr - instbuf_start >= instbuf_size)
416 unsigned int size_on_same_page = 4096 - (next_addr & 4095);
424 (end_addr - next_addr));
425 instbuf_start = next_addr;
430 memory_error (TARGET_XFER_E_IO, next_addr);
435 bundle = extract_unsigned_integer (&instbuf[next_addr - instbuf_start]
    [all...]
xstormy16-tdep.c 312 CORE_ADDR next_addr; local
324 for (next_addr = start_addr;
325 next_addr < end_addr; next_addr += xstormy16_inst_size)
327 inst = read_memory_unsigned_integer (next_addr,
329 inst2 = read_memory_unsigned_integer (next_addr + xstormy16_inst_size,
355 next_addr += xstormy16_inst_size;
384 next_addr += xstormy16_inst_size;
391 return next_addr;
m32c-tdep.c 1077 CORE_ADDR scan_pc, next_addr;
1162 gdb_assert (st->next_addr - st->scan_pc < sizeof (st->insn));
1163 return st->insn[st->next_addr++ - st->scan_pc];
1607 st.next_addr = st.scan_pc;
1627 st.next_addr += 3;
1635 st.next_addr += 2;
1638 after_last_frame_related_insn = st.next_addr;
1648 st.next_addr += 2;
1657 after_last_frame_related_insn = st.next_addr;
1659 after_last_frame_related_insn = st.next_addr;
1072 CORE_ADDR scan_pc, next_addr; member in struct:m32c_pv_state
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-disasm.c 230 CORE_ADDR next_addr; local
249 next_addr = tui_disassemble (gdbarch, asm_lines, new_low, max_lines);
279 next_addr = tui_disassemble (gdbarch, asm_lines, new_low, max_lines);
299 CORE_ADDR old_next_addr = next_addr;
301 next_addr = tui_disassemble (gdbarch, single_asm_line,
302 next_addr, 1);
304 if (next_addr <= old_next_addr)
308 } while (next_addr <= pc);
  /src/sys/external/bsd/drm2/dist/drm/via/
via_dma.c 126 uint32_t cur_addr, hw_addr, next_addr; local
131 next_addr = cur_addr + size + 512 * 1024;
137 ("via_cmdbuf_wait timed out hw %x cur_addr %x next_addr %x\n",
138 hw_addr, cur_addr, next_addr);
141 if ((cur_addr < hw_addr) && (next_addr >= hw_addr))
143 } while ((cur_addr < hw_addr) && (next_addr >= hw_addr));
  /src/external/apache2/mDNSResponder/dist/DSO/
dso-transport.h 128 dso_transport_address_t *addrs, *next_addr; member in struct:dso_connect_state
  /src/bin/ed/
main.c 291 while ((addr = next_addr()) >= 0) {
312 /* next_addr: return the next line address in the command buffer */
314 next_addr(void) function
  /src/external/bsd/libpcap/dist/
pcap-sita.c 401 pcap_addr_t *addr, *next_addr; local
405 for (addr = iff->addresses; addr != NULL; addr = next_addr) {
406 next_addr = addr->next;
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 2523 int next_addr = INSN_ADDRESSES (INSN_UID (next));
2525 && branch_addr - next_addr >= required_dist)
2533 branch_addr - next_addr, blocks);
2564 int next_addr = INSN_ADDRESSES (INSN_UID (NEXT_INSN (insn)));
2626 else if (branch_addr - next_addr >= required_dist)
2633 branch_addr - next_addr, blocks);
2517 int next_addr = INSN_ADDRESSES (INSN_UID (next)); local
2558 int next_addr = INSN_ADDRESSES (INSN_UID (NEXT_INSN (insn))); local
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 1304 dns_adbaddrinfo_t *addr = NULL, *next_addr = NULL; local
1328 addr = next_addr)
1330 next_addr = ISC_LIST_NEXT(addr, publink);
1336 addr = next_addr)
1338 next_addr = ISC_LIST_NEXT(addr, publink);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 1569 dns_adbaddrinfo_t *addr, *next_addr; local
1574 addr = next_addr)
1576 next_addr = ISC_LIST_NEXT(addr, publink);
1584 dns_adbaddrinfo_t *addr, *next_addr; local
1589 addr = next_addr)
1591 next_addr = ISC_LIST_NEXT(addr, publink);

Completed in 81 milliseconds