Searched refs:store_ptr (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/arm/arm/
H A Delf_machdep.c180 store_ptr(Elf_Addr *where, Elf_Addr val) function
225 store_ptr(where, addr);
238 store_ptr(where, addr + load_ptr(where));
254 store_ptr(where, addr);
/freebsd-13-stable/libexec/rtld-elf/arm/
H A Dreloc.c172 store_ptr(void *where, Elf_Addr val) function
245 store_ptr(where, tmp);
259 store_ptr(where, tmp);
291 store_ptr(where, tmp);
308 store_ptr(where, tmp);
329 store_ptr(where, tmp);
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_lru.c371 if (cc->store_ptr > (cc->store_len - LRU_ENTRY_LEN)) {
392 x = cc->store_ptr;
393 cc->store_ptr += LRU_ENTRY_LEN;
500 cc->store_ptr = 0;
/freebsd-13-stable/libexec/rtld-elf/mips/
H A Dreloc.c196 store_ptr(void *where, Elf_Sxword val, size_t len) function
295 store_ptr(where, val, rlen);
533 store_ptr(where, val, rlen);
569 store_ptr(where, val, rlen);
595 store_ptr(where, val, rlen);
624 store_ptr(where, val, rlen);
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h3359 size_t store_len, store_ptr; member in struct:__anon249

Completed in 127 milliseconds