HomeSort by: relevance | last modified time | path
    Searched defs:where16 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/aarch64/aarch64/
kobj_machdep.c 126 uint16_t *where16; local in function:kobj_reloc
161 where16 = (void *)where;
217 *where16 = saddr + addend;
342 *where16 = val;
  /src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c 268 uint16_t *where16 = (uint16_t *)where; local in function:_rtld_relocate_nonplt_objects
269 if (*where16 != tmp16)
270 *where16 = tmp16;
287 uint16_t *where16 = (uint16_t *)where; local in function:_rtld_relocate_nonplt_objects
288 if (*where16 != tmp16)
289 *where16 = tmp16;

Completed in 11 milliseconds