Home
last modified time | relevance | path

Searched refs:sparc_write_branch (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/sparc/include/
H A Delf_support.h32 sparc_write_branch(void *where_, void *target) in sparc_write_branch() function
/netbsd-src/sys/arch/sparc64/include/
H A Delf_support.h41 sparc_write_branch(void *where_, void *target) in sparc_write_branch() function
/netbsd-src/lib/csu/common/
H A Dcrt0-common.c150 #define write_plt(where, value) sparc_write_branch((void *)where, (void *)value)
/netbsd-src/libexec/ld.elf_so/
H A Dreloc.c308 sparc_write_branch(where2 + 1, (void *)target); in _rtld_call_ifunc()
/netbsd-src/libexec/ld.elf_so/arch/sparc/
H A Dmdreloc.c480 sparc_write_branch(where + 1, (void *)value);
/netbsd-src/libexec/ld.elf_so/arch/sparc64/
H A Dmdreloc.c601 sparc_write_branch(where + 1, (void *)value); in _rtld_relocate_plt_object()