Home
last modified time | relevance | path

Searched refs:mod_offset (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cc36 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, in FillModuleInfo() argument
39 module_offset = mod_offset; in FillModuleInfo()
H A Dsanitizer_symbolizer.h47 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer.cc34 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, in FillModuleInfo() argument
37 module_offset = mod_offset; in FillModuleInfo()
H A Dsanitizer_symbolizer.h45 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer.cpp35 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, in FillModuleInfo() argument
38 module_offset = mod_offset; in FillModuleInfo()
H A Dsanitizer_symbolizer.h47 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch);
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_secalgo.c1845 size_t exp_offset = 0, mod_offset = 0; in _verify_nettle_rsa() local
1872 mod_offset = exp_offset + exp_len; in _verify_nettle_rsa()
1874 pubkey.size = keylen - mod_offset; in _verify_nettle_rsa()
1876 nettle_mpz_set_str_256_u(pubkey.n, pubkey.size, &key[mod_offset]); in _verify_nettle_rsa()