Home | History | Annotate | Download | only in ld.elf_so

Lines Matching defs:in

7  * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
19 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38 const char *in;
105 unsigned long long h = _rtld_sysv_hash(kat[i].in);
109 i, kat[i].in, h, kat[i].out);
155 unsigned long long h = sysv_broken_hash(kat[i].in);
159 i, kat[i].in, h, kat[i].out);
203 unsigned long long h = _rtld_gnu_hash(kat[i].in);
207 i, kat[i].in, h, kat[i].out);