Home
last modified time | relevance | path

Searched defs:new_ip (Results 1 – 3 of 3) sorted by relevance

/third_party/libunwind/src/x86_64/
DGstep.c187 unw_word_t new_ip = 0; in unw_step() local
/third_party/libunwind/src/ia64/
DGparser.c755 unw_word_t new_ip; in desc_alias() local
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs2026 pub(crate) fn new_ip(ip: IpAddr) -> Result<GeneralName, ErrorStack> { in new_ip() method