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

  /src/sys/arch/hppa/hppa/
kobj_machdep.c 121 store_ptr(void *where, Elf_Addr val) function
223 store_ptr(where, value);
  /src/libexec/ld.elf_so/arch/arm/
mdreloc.c 76 store_ptr(void *where, Elf_Addr val) function
171 store_ptr(where, tmp);
192 store_ptr(where, tmp);
219 store_ptr(where, tmp);
231 store_ptr(where, tmp);
252 store_ptr(where, tmp);
  /src/sys/arch/acorn32/stand/lib/
rmreloc.c 95 store_ptr(void *where, Elf_Addr val) function
152 store_ptr(where, tmp);
  /src/libexec/ld.elf_so/arch/alpha/
alpha_reloc.c 180 store_ptr(void *where, Elf_Addr val) function
261 store_ptr(where, tmp);
272 store_ptr(where,
306 store_ptr(where, tmp);
319 store_ptr(where, tmp);
332 store_ptr(where, tmp);
  /src/libexec/ld.elf_so/arch/hppa/
hppa_reloc.c 95 store_ptr(void *where, Elf_Addr val) function
234 store_ptr(where,
238 store_ptr(where,
465 store_ptr(where, tmp);
536 store_ptr(where, tmp);
  /src/libexec/ld.elf_so/arch/mips/
mips_reloc.c 123 store_ptr(void *where, Elf_Sxword val, size_t len) function
228 store_ptr(where, val, sizeof(Elf_Sword));
231 store_ptr(where, val, rlen);
419 store_ptr(where, val, rlen);
434 store_ptr(where, val, ELFSIZE / 8);
451 store_ptr(where, val, ELFSIZE / 8);
474 store_ptr(where, val, ELFSIZE / 8);
  /src/external/gpl3/binutils/dist/gprofng/src/
collctrl.h 224 char *get_experiment () { return store_ptr; };
301 char *store_ptr; /* experiment pointer file */ member in class:Coll_Ctrl
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collctrl.h 224 char *get_experiment () { return store_ptr; };
300 char *store_ptr; /* experiment pointer file */ member in class:Coll_Ctrl

Completed in 27 milliseconds