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

  /src/sys/arch/sparc/include/
elf_support.h 32 sparc_write_branch(void *where_, void *target) function in typeref:typename:void
  /src/sys/arch/sparc64/include/
elf_support.h 41 sparc_write_branch(void *where_, void *target) function in typeref:typename:void
  /src/lib/csu/common/
crt0-common.c 153 #define write_plt(where, value) sparc_write_branch((void *)where, (void *)value)
  /src/libexec/ld.elf_so/
reloc.c 401 sparc_write_branch(where2 + 1, (void *)target);
  /src/libexec/ld.elf_so/arch/sparc/
mdreloc.c 480 sparc_write_branch(where + 1, (void *)value);
  /src/libexec/ld.elf_so/arch/sparc64/
mdreloc.c 601 sparc_write_branch(where + 1, (void *)value);

Completed in 13 milliseconds