Home
last modified time | relevance | path

Searched refs:toadd (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/engine/
Deng_openssl.c185 ENGINE *toadd = engine_openssl(); in ENGINE_load_openssl() local
186 if(!toadd) return; in ENGINE_load_openssl()
187 ENGINE_add(toadd); in ENGINE_load_openssl()
190 ENGINE_free(toadd); in ENGINE_load_openssl()
Deng_dyn.c289 ENGINE *toadd = engine_dynamic(); in ENGINE_load_dynamic() local
290 if(!toadd) return; in ENGINE_load_dynamic()
291 ENGINE_add(toadd); in ENGINE_load_dynamic()
294 ENGINE_free(toadd); in ENGINE_load_dynamic()
/external/elfutils/src/
Di386_ld.c148 Elf32_Word toadd; in elf_i386_relocate_section() local
156 toadd = file->scninfo[xndx].offset; in elf_i386_relocate_section()
157 if (toadd != 0) in elf_i386_relocate_section()
159 toadd); in elf_i386_relocate_section()