| /netbsd-src/sys/kern/ |
| H A D | kern_ras.c | 168 void *endaddr; in ras_install() local 180 endaddr = (char *)addr + len; in ras_install() 184 newrp->ras_endaddr = endaddr; in ras_install() 195 if (addr < rp->ras_endaddr && endaddr > rp->ras_startaddr) { in ras_install()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | m68hc11-dis.c | 72 bfd_vma endaddr, int arch) in print_indexed_operand() argument 106 (* info->print_address_func) (endaddr + val, info); in print_indexed_operand() 176 endaddr += 2; in print_indexed_operand() 182 endaddr++; in print_indexed_operand() 189 (* info->print_address_func) (endaddr + val, info); in print_indexed_operand() 595 bfd_vma endaddr; in print_insn() local 597 endaddr = memaddr + pos + 1; in print_insn() 599 endaddr += 2; in print_insn() 604 pc_src_offset, endaddr, arch); in print_insn()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | m68hc11-dis.c | 72 bfd_vma endaddr, int arch) in print_indexed_operand() argument 106 (* info->print_address_func) (endaddr + val, info); in print_indexed_operand() 176 endaddr += 2; in print_indexed_operand() 182 endaddr++; in print_indexed_operand() 189 (* info->print_address_func) (endaddr + val, info); in print_indexed_operand() 595 bfd_vma endaddr; in print_insn() local 597 endaddr = memaddr + pos + 1; in print_insn() 599 endaddr += 2; in print_insn() 604 pc_src_offset, endaddr, arch); in print_insn()
|
| /netbsd-src/sys/arch/bebox/stand/boot/ |
| H A D | srt0.s | 94 .globl endaddr symbol 95 endaddr: label
|
| H A D | inkernel.c | 48 for (p = endaddr(); p < KERNENTRY; p += sizeof (int)) { in init_in()
|
| H A D | boot.h | 9 int endaddr(void);
|
| /netbsd-src/sys/arch/hpcmips/tx/ |
| H A D | tx39.c | 183 char *page, *startaddr, *endaddr; in tx_find_dram() local 189 endaddr = (char *)MIPS_PHYS_TO_KSEG1(end); in tx_find_dram() 207 for (page += PAGE_SIZE; page < endaddr; page += PAGE_SIZE) { in tx_find_dram()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-ip2k.c | 572 bfd_vma endaddr, in adjust_all_relocations() argument 613 && symval < (baseaddr + endaddr)) in adjust_all_relocations() 620 if (addr <= irel->r_offset && irel->r_offset < endaddr) in adjust_all_relocations() 674 && symval <= (baseaddr + endaddr)) in adjust_all_relocations() 755 && isym->st_value < endaddr) in adjust_all_relocations() 773 && sym_hash->root.u.def.value < endaddr) in adjust_all_relocations() 790 bfd_vma endaddr = sec->size; in ip2k_elf_relax_delete_bytes() local 794 endaddr - addr - count); in ip2k_elf_relax_delete_bytes() 798 adjust_all_relocations (abfd, sec, addr + count, endaddr, -count, 0); in ip2k_elf_relax_delete_bytes()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-ip2k.c | 572 bfd_vma endaddr, in adjust_all_relocations() argument 613 && symval < (baseaddr + endaddr)) in adjust_all_relocations() 620 if (addr <= irel->r_offset && irel->r_offset < endaddr) in adjust_all_relocations() 674 && symval <= (baseaddr + endaddr)) in adjust_all_relocations() 755 && isym->st_value < endaddr) in adjust_all_relocations() 773 && sym_hash->root.u.def.value < endaddr) in adjust_all_relocations() 790 bfd_vma endaddr = sec->size; in ip2k_elf_relax_delete_bytes() local 794 endaddr - addr - count); in ip2k_elf_relax_delete_bytes() 798 adjust_all_relocations (abfd, sec, addr + count, endaddr, -count, 0); in ip2k_elf_relax_delete_bytes()
|
| /netbsd-src/sys/arch/hpcsh/hpcsh/ |
| H A D | machdep.c | 511 vaddr_t page, startaddr, endaddr; in __find_dram_shadow() local 516 endaddr = SH3_PHYS_TO_P2SEG(end); in __find_dram_shadow() 528 for (page += PAGE_SIZE; page < endaddr; page += PAGE_SIZE) { in __find_dram_shadow()
|
| /netbsd-src/sys/arch/hpcmips/vr/ |
| H A D | vrip.c | 261 bus_addr_t endaddr, mask; in vrip_print() local 266 endaddr = (va->va_addr + va->va_size - 1); in vrip_print() 267 mask = ((va->va_addr ^ endaddr) & 0xff0000) ? 0xffffff:0xffff; in vrip_print() 268 aprint_normal("-%04lx", endaddr & mask); in vrip_print()
|
| /netbsd-src/sys/arch/hpcsh/dev/hd64461/ |
| H A D | hd64461video.c | 1088 vaddr_t page, startaddr, endaddr; in hd64461video_frame_buffer_size() local 1092 endaddr = startaddr + HD64461_FBSIZE - 1; in hd64461video_frame_buffer_size() 1104 for (page += HD64461_FBPAGESIZE; page < endaddr; in hd64461video_frame_buffer_size()
|
| /netbsd-src/sys/dev/isa/ |
| H A D | gus.c | 1452 u_long endaddr; member 1629 playstats[playcntr].endaddr in gus_dmaout_dointr() 1892 playstats[playcntr].endaddr = sc->sc_voc[GUS_VOICE_LEFT].end_addr; in gus_start_playing() 1994 playstats[playcntr].endaddr = sc->sc_voc[voice].end_addr; in gus_continue_playing()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1998 | 1735 than s->endaddr, not less than or equal to s->endaddr. 1749 pc < s->endaddr to pc <= s->endaddr
|
| H A D | ChangeLog-1993 | 1688 This is needed now that wait_for_inferior passes in endaddr. 3790 * blockframe.c, symtab.h (find_pc_partial_function): New arg endaddr. 6414 * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive.
|
| H A D | ChangeLog-2008 | 4494 * objfiles.h (struct obj_section): Remove addr and endaddr fields. 4497 * objfiles.c (add_to_objfile_sections): Don't set addr, endaddr 4501 (objfile_relocate): Don't relocate s->addr and s->endaddr, they're
|
| H A D | ChangeLog-1994 | 5687 avoid caching a bad endaddr in find_pc_partial_function.
|
| H A D | ChangeLog-1999 | 3161 A psymtab's texthigh element, and a block's endaddr element, are
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1998 | 1735 than s->endaddr, not less than or equal to s->endaddr. 1749 pc < s->endaddr to pc <= s->endaddr
|
| H A D | ChangeLog-2021 | 101 <offset, set_offset, addr, endaddr>: New. 109 <offset, set_offset, addr, endaddr>: New.
|
| H A D | ChangeLog-1993 | 1688 This is needed now that wait_for_inferior passes in endaddr. 3790 * blockframe.c, symtab.h (find_pc_partial_function): New arg endaddr. 6414 * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive.
|
| H A D | ChangeLog-2008 | 4494 * objfiles.h (struct obj_section): Remove addr and endaddr fields. 4497 * objfiles.c (add_to_objfile_sections): Don't set addr, endaddr 4501 (objfile_relocate): Don't relocate s->addr and s->endaddr, they're
|
| H A D | ChangeLog-1994 | 5687 avoid caching a bad endaddr in find_pc_partial_function.
|
| H A D | ChangeLog-1999 | 3161 A psymtab's texthigh element, and a block's endaddr element, are
|