HomeSort by relevance Sort by last modified time
    Searched refs:hasharr (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/lib/sys/module/
common.c 523 const Elf_Word* hasharr = &gnu_chain_zero[bucket]; local
526 if (((*hasharr ^ h ) >> 1) == 0) {
527 Elf_Sym *crt_sym = symbol_get_entry(module, (hasharr - gnu_chain_zero));
533 } while ((*hasharr++ & 1u) == 0);
  /external/elfutils/src/
elflint.c 2452 const Elf32_Word *hasharr = (Elf32_Word *) hash_data->d_buf; local
2487 const Elf64_Xword *hasharr = (Elf64_Xword *) hash_data->d_buf; local
    [all...]

Completed in 133 milliseconds