Searched refs:where1 (Results 1 - 3 of 3) 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
396 * ba,a,pt at *where1, and the words to overwrite the nops at
422 *where1 = BAA | (((offset-4) >> 2) &0x7ffff);
440 *where1 = SETHI | HIVAL(value, 10);
459 *where1 = SETHI | HIVAL(~value, 10);
480 *where1 = MOV71;
501 *where1 = SETHI | HIVAL(value, 20);
523 *where1 = SETHI | HIVAL(value, 20);
545 *where1
[all...]

Completed in 79 milliseconds