Searched refs:where2 (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/arch/amd64/amd64/
H A Dapic.c42 apic_format_redir(char *where1, char *where2, int idx, u_int32_t redirhi, argument
45 printf("%s: %s%d 0x%x", where1, where2, idx, redirlo);
/openbsd-current/sys/arch/i386/i386/
H A Dapic.c42 apic_format_redir(char *where1, char *where2, int idx, u_int32_t redirhi, argument
45 printf("%s: %s%d 0x%x", where1, where2, idx, redirlo);
/openbsd-current/libexec/ld.so/sparc64/
H A Drtld_machine.c201 int _dl_reloc_plt(Elf_Word *where1, Elf_Word *where2, Elf_Word *pltaddr,
367 _dl_reloc_plt(Elf_Word *where1, Elf_Word *where2, Elf_Word *pltaddr, argument
397 * where2[0], where2[1], ...
441 where2[0] = JMP | LOVAL(value);
460 where2[0] = XOR | ((~value) & 0x00001fff);
461 where2[1] = JMP;
481 where2[0] = CALL | (((offset-8) >> 2) & 0x3fffffff);
482 where2[1] = MOV17;
502 where2[
[all...]
/openbsd-current/libexec/tradcpp/
H A Dmain.c92 struct place where2; member in struct:commandline_macro
132 cm->where2 = *p2;
189 &cm->where2, cm->expansion);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c8977 rtx where2 = prev_nonnote_insn (where);
8978 if (where2 && GET_CODE (where2) == JUMP_INSN)
8979 where = where2;
8954 rtx where2 = prev_nonnote_insn (where); local
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dalpha.c9421 rtx where2 = prev_nonnote_insn (where);
9422 if (where2 && GET_CODE (where2) == JUMP_INSN)
9423 where = where2;
9399 rtx where2 = prev_nonnote_insn (where); local

Completed in 304 milliseconds