Home
last modified time | relevance | path

Searched refs:where_ (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/sparc/include/
Delf_support.h32 sparc_write_branch(void *where_, void *target) in sparc_write_branch() argument
38 unsigned int *where = (unsigned int *)where_; in sparc_write_branch()
/netbsd/src/sys/arch/sparc64/include/
Delf_support.h41 sparc_write_branch(void *where_, void *target) in sparc_write_branch() argument
56 unsigned int *where = (unsigned int *)where_; in sparc_write_branch()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenmatch.cc770 capture (location_t loc, unsigned where_, operand *what_, bool value_) in capture() argument
771 : operand (OP_CAPTURE, loc), where (where_), value_match (value_), in capture()