Searched refs:store_ptr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/arm/arm/ |
| H A D | elf_machdep.c | 183 store_ptr(Elf_Addr *where, Elf_Addr val) in store_ptr() function 228 store_ptr(where, addr); in elf_reloc_internal() 241 store_ptr(where, addr + load_ptr(where)); in elf_reloc_internal() 257 store_ptr(where, addr); in elf_reloc_internal()
|
| /freebsd-13.1/libexec/rtld-elf/arm/ |
| H A D | reloc.c | 172 store_ptr(void *where, Elf_Addr val) in store_ptr() function 245 store_ptr(where, tmp); in reloc_nonplt_object() 259 store_ptr(where, tmp); in reloc_nonplt_object() 291 store_ptr(where, tmp); in reloc_nonplt_object() 308 store_ptr(where, tmp); in reloc_nonplt_object() 329 store_ptr(where, tmp); in reloc_nonplt_object()
|
| /freebsd-13.1/contrib/bearssl/src/ssl/ |
| H A D | ssl_lru.c | 371 if (cc->store_ptr > (cc->store_len - LRU_ENTRY_LEN)) { in lru_save() 392 x = cc->store_ptr; in lru_save() 393 cc->store_ptr += LRU_ENTRY_LEN; in lru_save() 500 cc->store_ptr = 0; in br_ssl_session_cache_lru_init()
|
| /freebsd-13.1/libexec/rtld-elf/mips/ |
| H A D | reloc.c | 196 store_ptr(void *where, Elf_Sxword val, size_t len) in store_ptr() function 295 store_ptr(where, val, rlen); in _rtld_relocate_nonplt_self() 533 store_ptr(where, val, rlen); in reloc_non_plt() 569 store_ptr(where, val, rlen); in reloc_non_plt() 595 store_ptr(where, val, rlen); in reloc_non_plt() 624 store_ptr(where, val, rlen); in reloc_non_plt()
|
| /freebsd-13.1/sys/sys/ |
| H A D | atomic_san.h | 275 ATOMIC_SAN(store_ptr)((volatile uintptr_t *)(x), (uintptr_t)(__value));\
|
| /freebsd-13.1/contrib/bearssl/inc/ |
| H A D | bearssl_ssl.h | 3359 size_t store_len, store_ptr; member
|