HomeSort by: relevance | last modified time | path
    Searched refs:where2 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/x86/x86/
apic.c 66 apic_format_redir(const char *where1, const char *where2, int idx, int type,
73 printf("%s: %s%d %s", where1, where2, idx, buf);
  /src/libexec/ld.elf_so/
reloc.c 378 Elf_Word *where2; local
392 where2 = (Elf_Word *)(obj->relocbase + rela->r_offset);
401 sparc_write_branch(where2 + 1, (void *)target);
  /src/external/bsd/tradcpp/dist/
main.c 91 struct place where2; member in struct:commandline_macro
131 cm->where2 = *p2;
188 &cm->where2, cm->expansion);
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 9369 rtx_insn *where2 = prev_nonnote_insn (where);
9370 if (where2 && JUMP_P (where2))
9371 where = where2;
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 9378 rtx_insn *where2 = prev_nonnote_insn (where);
9379 if (where2 && JUMP_P (where2))
9380 where = where2;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
io.cc 4212 locus where2 = gfc_current_locus; local
4215 gfc_current_locus = where2;
  /src/external/gpl3/gcc/dist/gcc/fortran/
io.cc 4203 locus where2 = gfc_current_locus; local
4206 gfc_current_locus = where2;

Completed in 73 milliseconds