HomeSort by: relevance | last modified time | path
    Searched refs:shift2_gnu (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ld.elf_so/
headers.c 242 obj->shift2_gnu = hashtab[3];
262 obj->shift2_gnu, obj->symndx_gnu));
rtld.h 265 uint32_t shift2_gnu; /* Bloom filter shift count */ member in struct:Struct_Obj_Entry
symbol.c 342 h2 = ((hash >> obj->shift2_gnu) & (ELFSIZE - 1));

Completed in 13 milliseconds